[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible: install disorderfs within pbuilder on all nodes

Holger Levsen holger at moszumanska.debian.org
Tue Sep 22 16:49:31 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 42134b10f916e7e42a78425440d2bdbe9ab31101
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Sep 22 18:49:15 2015 +0200

    reproducible: install disorderfs within pbuilder on all nodes
---
 hosts/bpi0-armhf-rb/etc/pbuilderrc             | 10 +++++-----
 hosts/cbxi4pro0-armhf-rb/etc/pbuilderrc        | 10 +++++-----
 hosts/hb0-armhf-rb/etc/pbuilderrc              | 10 +++++-----
 hosts/jenkins/etc/pbuilderrc                   |  4 ++--
 hosts/profitbricks-build1-amd64/etc/pbuilderrc |  6 +++---
 hosts/profitbricks-build2-amd64/etc/pbuilderrc |  6 +++---
 hosts/profitbricks-build4-amd64/etc/pbuilderrc |  6 +++---
 hosts/wbq0-armhf-rb/etc/pbuilderrc             | 10 +++++-----
 8 files changed, 31 insertions(+), 31 deletions(-)

diff --git a/hosts/bpi0-armhf-rb/etc/pbuilderrc b/hosts/bpi0-armhf-rb/etc/pbuilderrc
index 41aedae..623a213 100644
--- a/hosts/bpi0-armhf-rb/etc/pbuilderrc
+++ b/hosts/bpi0-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
 
diff --git a/hosts/cbxi4pro0-armhf-rb/etc/pbuilderrc b/hosts/cbxi4pro0-armhf-rb/etc/pbuilderrc
index 41aedae..623a213 100644
--- a/hosts/cbxi4pro0-armhf-rb/etc/pbuilderrc
+++ b/hosts/cbxi4pro0-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
 
diff --git a/hosts/hb0-armhf-rb/etc/pbuilderrc b/hosts/hb0-armhf-rb/etc/pbuilderrc
index 41aedae..623a213 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
 
diff --git a/hosts/jenkins/etc/pbuilderrc b/hosts/jenkins/etc/pbuilderrc
index 3c33001..623a213 100644
--- a/hosts/jenkins/etc/pbuilderrc
+++ b/hosts/jenkins/etc/pbuilderrc
@@ -5,8 +5,8 @@
 #
 # 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 disorderfs"
diff --git a/hosts/profitbricks-build1-amd64/etc/pbuilderrc b/hosts/profitbricks-build1-amd64/etc/pbuilderrc
index 6c3e4a2..623a213 100644
--- a/hosts/profitbricks-build1-amd64/etc/pbuilderrc
+++ b/hosts/profitbricks-build1-amd64/etc/pbuilderrc
@@ -9,7 +9,7 @@ case $HOSTNAME in
 	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
 
diff --git a/hosts/profitbricks-build2-amd64/etc/pbuilderrc b/hosts/profitbricks-build2-amd64/etc/pbuilderrc
index 6c3e4a2..623a213 100644
--- a/hosts/profitbricks-build2-amd64/etc/pbuilderrc
+++ b/hosts/profitbricks-build2-amd64/etc/pbuilderrc
@@ -9,7 +9,7 @@ case $HOSTNAME in
 	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
 
diff --git a/hosts/profitbricks-build4-amd64/etc/pbuilderrc b/hosts/profitbricks-build4-amd64/etc/pbuilderrc
index 6c3e4a2..623a213 100644
--- a/hosts/profitbricks-build4-amd64/etc/pbuilderrc
+++ b/hosts/profitbricks-build4-amd64/etc/pbuilderrc
@@ -9,7 +9,7 @@ case $HOSTNAME in
 	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
 
diff --git a/hosts/wbq0-armhf-rb/etc/pbuilderrc b/hosts/wbq0-armhf-rb/etc/pbuilderrc
index 41aedae..623a213 100644
--- a/hosts/wbq0-armhf-rb/etc/pbuilderrc
+++ b/hosts/wbq0-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
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list