diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-11-06 17:01:00 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-11-06 17:01:00 -0200 |
commit | f7e86206f587b2ec1ab354e8c0e7336c54a243dc (patch) | |
tree | 77066fcbda3585d24d018ec6fd98fd8c751fba6f /README.mdwn | |
parent | 988fee6db67abce1b0220abd40a7a78f6f3ae5de (diff) | |
download | debian-f7e86206f587b2ec1ab354e8c0e7336c54a243dc.tar.gz debian-f7e86206f587b2ec1ab354e8c0e7336c54a243dc.tar.bz2 |
Pbuilder: support for local repository (2)
Diffstat (limited to 'README.mdwn')
-rw-r--r-- | README.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/README.mdwn b/README.mdwn index 23f4b58..5fd9c14 100644 --- a/README.mdwn +++ b/README.mdwn @@ -3,3 +3,12 @@ Rhatto's debian dotfiles This is the repository for rhatto's debian devscripts configuration. More information at https://git.sarava.org/?p=metadot.git + +You might want use it with the following ~/.custom/pbuilderrc: + + # Local package repository, see, see, see, see + # https://wiki.debian.org/AutomateBackports + # https://wiki.debian.org/PbuilderTricks#How_to_include_local_packages_in_the_build + EXTRAPACKAGES="apt-utils" + BINDMOUNTS="/path/to/debian/packages/build-area/${DIST}-${ARCH}" + export LOCALDEBS="$BINDMOUNTS" |