diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-22 18:49:15 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-22 18:49:15 +0200 |
commit | 42134b10f916e7e42a78425440d2bdbe9ab31101 (patch) | |
tree | 9b108ca54aca5a15ea309debfee811b5a3ffd631 /hosts/hb0-armhf-rb | |
parent | 03d5d90480a80ed300a7b9a2779474de4cbc10d3 (diff) | |
download | jenkins.debian.net-42134b10f916e7e42a78425440d2bdbe9ab31101.tar.xz |
reproducible: install disorderfs within pbuilder on all nodes
Diffstat (limited to 'hosts/hb0-armhf-rb')
-rw-r--r-- | hosts/hb0-armhf-rb/etc/pbuilderrc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/hosts/hb0-armhf-rb/etc/pbuilderrc b/hosts/hb0-armhf-rb/etc/pbuilderrc index 41aedae5..623a213e 100644 --- a/hosts/hb0-armhf-rb/etc/pbuilderrc +++ b/hosts/hb0-armhf-rb/etc/pbuilderrc @@ -5,11 +5,11 @@ # # read pbuilderrc.5 document for notes on specific options. case $HOSTNAME in - jenkins) MIRRORSITE=http://ftp.de.debian.org/debian ;; - bpi0|cbxi4pro0|hb0|wbq0) MIRRORSITE=http://ftp.us.debian.org/debian ;; + jenkins|profitbricks-build?-amd64) MIRRORSITE=http://ftp.de.debian.org/debian ;; + bpi0|cbxi4pro0|hb0|wbq0) MIRRORSITE=http://ftp.us.debian.org/debian ;; *) echo "unsupported host, exiting." ; exit 1 ;; esac -EXTRAPACKAGES="fakeroot" +EXTRAPACKAGES="fakeroot disorderfs" APTCACHE="" COMPRESSPROG="pigz" # unset proxy, see #780587 @@ -23,8 +23,8 @@ BINDMOUNTS="$BINDMOUNTS /sys /dev/shm" # set PATH to predictable values, see #780729 and #780725 PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" -# used on reproducible builds +# used for reproducible builds tests, when doing the 2nd build if [ "$(readlink /proc/1/ns/uts)" != "$(readlink /proc/self/ns/uts)" ]; then - PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/i/capture/the/path" + PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/i/capture/the/path" fi |