diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-09-29 12:52:42 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-09-29 12:52:42 +0200 |
commit | bc4ceab175028a11b21e378e77bd15eab5573c46 (patch) | |
tree | 749cd5b4c22f1334722c278d8d2e3636cccee362 /etc | |
parent | f7a688b7588cda6c9d3466ac4eab95c9796d6ae8 (diff) | |
download | jenkins.debian.net-bc4ceab175028a11b21e378e77bd15eab5573c46.tar.xz |
reproducible: add pbuilerrc to specify proxy, no aptcache, mirror and extra packages.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/pbuilderrc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/pbuilderrc b/etc/pbuilderrc new file mode 100644 index 00000000..2c32c6b8 --- /dev/null +++ b/etc/pbuilderrc @@ -0,0 +1,10 @@ +# this is your configuration file for pbuilder. +# the file in /usr/share/pbuilder/pbuilderrc is the default template. +# /etc/pbuilderrc is the one meant for overwriting defaults in +# the default template +# +# read pbuilderrc.5 document for notes on specific options. +MIRRORSITE=http://ftp.de.debian.org/debian/ +EXTRAPACKAGES="fakeroot" +APTCACHE="" +export http_proxy="http://localhost:3128" |