[Qa-jenkins-scm] [jenkins.debian.net] 01/02: reproducible Debian: build on tmpfs on arm64 too

Holger Levsen holger at layer-acht.org
Fri Dec 23 18:58:26 UTC 2016


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 6bbf4019f62cba5623e41696171fbcba310cf300
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Dec 23 19:43:34 2016 +0100

    reproducible Debian: build on tmpfs on arm64 too
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 hosts/bbx15-armhf-rb/etc/pbuilderrc             | 2 +-
 hosts/bpi0-armhf-rb/etc/pbuilderrc              | 2 +-
 hosts/cb3a-armhf-rb/etc/pbuilderrc              | 2 +-
 hosts/cbxi4a-armhf-rb/etc/pbuilderrc            | 2 +-
 hosts/cbxi4b-armhf-rb/etc/pbuilderrc            | 2 +-
 hosts/cbxi4pro0-armhf-rb/etc/pbuilderrc         | 2 +-
 hosts/codethink-sled10-arm64/etc/pbuilderrc     | 2 +-
 hosts/codethink-sled11-arm64/etc/pbuilderrc     | 2 +-
 hosts/codethink-sled12-arm64/etc/pbuilderrc     | 2 +-
 hosts/codethink-sled13-arm64/etc/pbuilderrc     | 2 +-
 hosts/codethink-sled14-arm64/etc/pbuilderrc     | 2 +-
 hosts/codethink-sled15-arm64/etc/pbuilderrc     | 2 +-
 hosts/codethink-sled16-arm64/etc/pbuilderrc     | 2 +-
 hosts/codethink-sled9-arm64/etc/pbuilderrc      | 2 +-
 hosts/ff2a-armhf-rb/etc/pbuilderrc              | 2 +-
 hosts/ff2b-armhf-rb/etc/pbuilderrc              | 2 +-
 hosts/ff4a-armhf-rb/etc/pbuilderrc              | 2 +-
 hosts/hb0-armhf-rb/etc/pbuilderrc               | 2 +-
 hosts/jenkins-test-vm/etc/pbuilderrc            | 2 +-
 hosts/jenkins/etc/pbuilderrc                    | 2 +-
 hosts/jtk1a-armhf-rb/etc/pbuilderrc             | 2 +-
 hosts/odu3a-armhf-rb/etc/pbuilderrc             | 2 +-
 hosts/odxu4-armhf-rb/etc/pbuilderrc             | 2 +-
 hosts/odxu4b-armhf-rb/etc/pbuilderrc            | 2 +-
 hosts/odxu4c-armhf-rb/etc/pbuilderrc            | 2 +-
 hosts/opi2a-armhf-rb/etc/pbuilderrc             | 2 +-
 hosts/opi2b-armhf-rb/etc/pbuilderrc             | 2 +-
 hosts/opi2c-armhf-rb/etc/pbuilderrc             | 2 +-
 hosts/profitbricks-build1-amd64/etc/pbuilderrc  | 2 +-
 hosts/profitbricks-build10-amd64/etc/pbuilderrc | 2 +-
 hosts/profitbricks-build11-amd64/etc/pbuilderrc | 2 +-
 hosts/profitbricks-build12-i386/etc/pbuilderrc  | 2 +-
 hosts/profitbricks-build15-amd64/etc/pbuilderrc | 2 +-
 hosts/profitbricks-build16-i386/etc/pbuilderrc  | 2 +-
 hosts/profitbricks-build2-i386/etc/pbuilderrc   | 2 +-
 hosts/profitbricks-build3-amd64/etc/pbuilderrc  | 2 +-
 hosts/profitbricks-build4-amd64/etc/pbuilderrc  | 2 +-
 hosts/profitbricks-build5-amd64/etc/pbuilderrc  | 2 +-
 hosts/profitbricks-build6-i386/etc/pbuilderrc   | 2 +-
 hosts/profitbricks-build7-amd64/etc/pbuilderrc  | 2 +-
 hosts/profitbricks-build9-amd64/etc/pbuilderrc  | 2 +-
 hosts/rpi2b-armhf-rb/etc/pbuilderrc             | 2 +-
 hosts/rpi2c-armhf-rb/etc/pbuilderrc             | 2 +-
 hosts/wbd0-armhf-rb/etc/pbuilderrc              | 2 +-
 hosts/wbq0-armhf-rb/etc/pbuilderrc              | 2 +-
 update_jdn.sh                                   | 6 +++++-
 46 files changed, 50 insertions(+), 46 deletions(-)

diff --git a/hosts/bbx15-armhf-rb/etc/pbuilderrc b/hosts/bbx15-armhf-rb/etc/pbuilderrc
index b5516af..76cc5f0 100644
--- a/hosts/bbx15-armhf-rb/etc/pbuilderrc
+++ b/hosts/bbx15-armhf-rb/etc/pbuilderrc
@@ -12,7 +12,7 @@ case $HOSTNAME in
 	codethink*)									MIRRORSITE=http://ftp.uk.debian.org/debian ;;
 	*)										echo "unsupported host, exiting." ; exit 1 ;;
 esac
-# only use eatmydata on armhf+i386 - on amd64 we build in tmpfs anyway - FIXME: decide about codethink hosts
+# only use eatmydata on armhf+i386 - on amd64+arm64 we build in tmpfs anyway
 case $HOSTNAME in
 	profitbricks-build*i386)
 		EATMYDATA=yes ;;
diff --git a/hosts/bpi0-armhf-rb/etc/pbuilderrc b/hosts/bpi0-armhf-rb/etc/pbuilderrc
index b5516af..76cc5f0 100644
--- a/hosts/bpi0-armhf-rb/etc/pbuilderrc
+++ b/hosts/bpi0-armhf-rb/etc/pbuilderrc
@@ -12,7 +12,7 @@ case $HOSTNAME in
 	codethink*)									MIRRORSITE=http://ftp.uk.debian.org/debian ;;
 	*)										echo "unsupported host, exiting." ; exit 1 ;;
 esac
-# only use eatmydata on armhf+i386 - on amd64 we build in tmpfs anyway - FIXME: decide about codethink hosts
+# only use eatmydata on armhf+i386 - on amd64+arm64 we build in tmpfs anyway
 case $HOSTNAME in
 	profitbricks-build*i386)
 		EATMYDATA=yes ;;
diff --git a/hosts/cb3a-armhf-rb/etc/pbuilderrc b/hosts/cb3a-armhf-rb/etc/pbuilderrc
index b5516af..76cc5f0 100644
--- a/hosts/cb3a-armhf-rb/etc/pbuilderrc
+++ b/hosts/cb3a-armhf-rb/etc/pbuilderrc
@@ -12,7 +12,7 @@ case $HOSTNAME in
 	codethink*)									MIRRORSITE=http://ftp.uk.debian.org/debian ;;
 	*)										echo "unsupported host, exiting." ; exit 1 ;;
 esac
-# only use eatmydata on armhf+i386 - on amd64 we build in tmpfs anyway - FIXME: decide about codethink hosts
+# only use eatmydata on armhf+i386 - on amd64+arm64 we build in tmpfs anyway
 case $HOSTNAME in
 	profitbricks-build*i386)
 		EATMYDATA=yes ;;
diff --git a/hosts/cbxi4a-armhf-rb/etc/pbuilderrc b/hosts/cbxi4a-armhf-rb/etc/pbuilderrc
index b5516af..76cc5f0 100644
--- a/hosts/cbxi4a-armhf-rb/etc/pbuilderrc
+++ b/hosts/cbxi4a-armhf-rb/etc/pbuilderrc
@@ -12,7 +12,7 @@ case $HOSTNAME in
 	codethink*)									MIRRORSITE=http://ftp.uk.debian.org/debian ;;
 	*)										echo "unsupported host, exiting." ; exit 1 ;;
 esac
-# only use eatmydata on armhf+i386 - on amd64 we build in tmpfs anyway - FIXME: decide about codethink hosts
+# only use eatmydata on armhf+i386 - on amd64+arm64 we build in tmpfs anyway
 case $HOSTNAME in
 	profitbricks-build*i386)
 		EATMYDATA=yes ;;
diff --git a/hosts/cbxi4b-armhf-rb/etc/pbuilderrc b/hosts/cbxi4b-armhf-rb/etc/pbuilderrc
index b5516af..76cc5f0 100644
--- a/hosts/cbxi4b-armhf-rb/etc/pbuilderrc
+++ b/hosts/cbxi4b-armhf-rb/etc/pbuilderrc
@@ -12,7 +12,7 @@ case $HOSTNAME in
 	codethink*)									MIRRORSITE=http://ftp.uk.debian.org/debian ;;
 	*)										echo "unsupported host, exiting." ; exit 1 ;;
 esac
-# only use eatmydata on armhf+i386 - on amd64 we build in tmpfs anyway - FIXME: decide about codethink hosts
+# only use eatmydata on armhf+i386 - on amd64+arm64 we build in tmpfs anyway
 case $HOSTNAME in
 	profitbricks-build*i386)
 		EATMYDATA=yes ;;
diff --git a/hosts/cbxi4pro0-armhf-rb/etc/pbuilderrc b/hosts/cbxi4pro0-armhf-rb/etc/pbuilderrc
index b5516af..76cc5f0 100644
--- a/hosts/cbxi4pro0-armhf-rb/etc/pbuilderrc
+++ b/hosts/cbxi4pro0-armhf-rb/etc/pbuilderrc
@@ -12,7 +12,7 @@ case $HOSTNAME in
 	codethink*)									MIRRORSITE=http://ftp.uk.debian.org/debian ;;
 	*)										echo "unsupported host, exiting." ; exit 1 ;;
 esac
-# only use eatmydata on armhf+i386 - on amd64 we build in tmpfs anyway - FIXME: decide about codethink hosts
+# only use eatmydata on armhf+i386 - on amd64+arm64 we build in tmpfs anyway
 case $HOSTNAME in
 	profitbricks-build*i386)
 		EATMYDATA=yes ;;
diff --git a/hosts/codethink-sled10-arm64/etc/pbuilderrc b/hosts/codethink-sled10-arm64/etc/pbuilderrc
index b5516af..76cc5f0 100644
--- a/hosts/codethink-sled10-arm64/etc/pbuilderrc
+++ b/hosts/codethink-sled10-arm64/etc/pbuilderrc
@@ -12,7 +12,7 @@ case $HOSTNAME in
 	codethink*)									MIRRORSITE=http://ftp.uk.debian.org/debian ;;
 	*)										echo "unsupported host, exiting." ; exit 1 ;;
 esac
-# only use eatmydata on armhf+i386 - on amd64 we build in tmpfs anyway - FIXME: decide about codethink hosts
+# only use eatmydata on armhf+i386 - on amd64+arm64 we build in tmpfs anyway
 case $HOSTNAME in
 	profitbricks-build*i386)
 		EATMYDATA=yes ;;
diff --git a/hosts/codethink-sled11-arm64/etc/pbuilderrc b/hosts/codethink-sled11-arm64/etc/pbuilderrc
index b5516af..76cc5f0 100644
--- a/hosts/codethink-sled11-arm64/etc/pbuilderrc
+++ b/hosts/codethink-sled11-arm64/etc/pbuilderrc
@@ -12,7 +12,7 @@ case $HOSTNAME in
 	codethink*)									MIRRORSITE=http://ftp.uk.debian.org/debian ;;
 	*)										echo "unsupported host, exiting." ; exit 1 ;;
 esac
-# only use eatmydata on armhf+i386 - on amd64 we build in tmpfs anyway - FIXME: decide about codethink hosts
+# only use eatmydata on armhf+i386 - on amd64+arm64 we build in tmpfs anyway
 case $HOSTNAME in
 	profitbricks-build*i386)
 		EATMYDATA=yes ;;
diff --git a/hosts/codethink-sled12-arm64/etc/pbuilderrc b/hosts/codethink-sled12-arm64/etc/pbuilderrc
index b5516af..76cc5f0 100644
--- a/hosts/codethink-sled12-arm64/etc/pbuilderrc
+++ b/hosts/codethink-sled12-arm64/etc/pbuilderrc
@@ -12,7 +12,7 @@ case $HOSTNAME in
 	codethink*)									MIRRORSITE=http://ftp.uk.debian.org/debian ;;
 	*)										echo "unsupported host, exiting." ; exit 1 ;;
 esac
-# only use eatmydata on armhf+i386 - on amd64 we build in tmpfs anyway - FIXME: decide about codethink hosts
+# only use eatmydata on armhf+i386 - on amd64+arm64 we build in tmpfs anyway
 case $HOSTNAME in
 	profitbricks-build*i386)
 		EATMYDATA=yes ;;
diff --git a/hosts/codethink-sled13-arm64/etc/pbuilderrc b/hosts/codethink-sled13-arm64/etc/pbuilderrc
index b5516af..76cc5f0 100644
--- a/hosts/codethink-sled13-arm64/etc/pbuilderrc
+++ b/hosts/codethink-sled13-arm64/etc/pbuilderrc
@@ -12,7 +12,7 @@ case $HOSTNAME in
 	codethink*)									MIRRORSITE=http://ftp.uk.debian.org/debian ;;
 	*)										echo "unsupported host, exiting." ; exit 1 ;;
 esac
-# only use eatmydata on armhf+i386 - on amd64 we build in tmpfs anyway - FIXME: decide about codethink hosts
+# only use eatmydata on armhf+i386 - on amd64+arm64 we build in tmpfs anyway
 case $HOSTNAME in
 	profitbricks-build*i386)
 		EATMYDATA=yes ;;
diff --git a/hosts/codethink-sled14-arm64/etc/pbuilderrc b/hosts/codethink-sled14-arm64/etc/pbuilderrc
index b5516af..76cc5f0 100644
--- a/hosts/codethink-sled14-arm64/etc/pbuilderrc
+++ b/hosts/codethink-sled14-arm64/etc/pbuilderrc
@@ -12,7 +12,7 @@ case $HOSTNAME in
 	codethink*)									MIRRORSITE=http://ftp.uk.debian.org/debian ;;
 	*)										echo "unsupported host, exiting." ; exit 1 ;;
 esac
-# only use eatmydata on armhf+i386 - on amd64 we build in tmpfs anyway - FIXME: decide about codethink hosts
+# only use eatmydata on armhf+i386 - on amd64+arm64 we build in tmpfs anyway
 case $HOSTNAME in
 	profitbricks-build*i386)
 		EATMYDATA=yes ;;
diff --git a/hosts/codethink-sled15-arm64/etc/pbuilderrc b/hosts/codethink-sled15-arm64/etc/pbuilderrc
index b5516af..76cc5f0 100644
--- a/hosts/codethink-sled15-arm64/etc/pbuilderrc
+++ b/hosts/codethink-sled15-arm64/etc/pbuilderrc
@@ -12,7 +12,7 @@ case $HOSTNAME in
 	codethink*)									MIRRORSITE=http://ftp.uk.debian.org/debian ;;
 	*)										echo "unsupported host, exiting." ; exit 1 ;;
 esac
-# only use eatmydata on armhf+i386 - on amd64 we build in tmpfs anyway - FIXME: decide about codethink hosts
+# only use eatmydata on armhf+i386 - on amd64+arm64 we build in tmpfs anyway
 case $HOSTNAME in
 	profitbricks-build*i386)
 		EATMYDATA=yes ;;
diff --git a/hosts/codethink-sled16-arm64/etc/pbuilderrc b/hosts/codethink-sled16-arm64/etc/pbuilderrc
index b5516af..76cc5f0 100644
--- a/hosts/codethink-sled16-arm64/etc/pbuilderrc
+++ b/hosts/codethink-sled16-arm64/etc/pbuilderrc
@@ -12,7 +12,7 @@ case $HOSTNAME in
 	codethink*)									MIRRORSITE=http://ftp.uk.debian.org/debian ;;
 	*)										echo "unsupported host, exiting." ; exit 1 ;;
 esac
-# only use eatmydata on armhf+i386 - on amd64 we build in tmpfs anyway - FIXME: decide about codethink hosts
+# only use eatmydata on armhf+i386 - on amd64+arm64 we build in tmpfs anyway
 case $HOSTNAME in
 	profitbricks-build*i386)
 		EATMYDATA=yes ;;
diff --git a/hosts/codethink-sled9-arm64/etc/pbuilderrc b/hosts/codethink-sled9-arm64/etc/pbuilderrc
index b5516af..76cc5f0 100644
--- a/hosts/codethink-sled9-arm64/etc/pbuilderrc
+++ b/hosts/codethink-sled9-arm64/etc/pbuilderrc
@@ -12,7 +12,7 @@ case $HOSTNAME in
 	codethink*)									MIRRORSITE=http://ftp.uk.debian.org/debian ;;
 	*)										echo "unsupported host, exiting." ; exit 1 ;;
 esac
-# only use eatmydata on armhf+i386 - on amd64 we build in tmpfs anyway - FIXME: decide about codethink hosts
+# only use eatmydata on armhf+i386 - on amd64+arm64 we build in tmpfs anyway
 case $HOSTNAME in
 	profitbricks-build*i386)
 		EATMYDATA=yes ;;
diff --git a/hosts/ff2a-armhf-rb/etc/pbuilderrc b/hosts/ff2a-armhf-rb/etc/pbuilderrc
index b5516af..76cc5f0 100644
--- a/hosts/ff2a-armhf-rb/etc/pbuilderrc
+++ b/hosts/ff2a-armhf-rb/etc/pbuilderrc
@@ -12,7 +12,7 @@ case $HOSTNAME in
 	codethink*)									MIRRORSITE=http://ftp.uk.debian.org/debian ;;
 	*)										echo "unsupported host, exiting." ; exit 1 ;;
 esac
-# only use eatmydata on armhf+i386 - on amd64 we build in tmpfs anyway - FIXME: decide about codethink hosts
+# only use eatmydata on armhf+i386 - on amd64+arm64 we build in tmpfs anyway
 case $HOSTNAME in
 	profitbricks-build*i386)
 		EATMYDATA=yes ;;
diff --git a/hosts/ff2b-armhf-rb/etc/pbuilderrc b/hosts/ff2b-armhf-rb/etc/pbuilderrc
index b5516af..76cc5f0 100644
--- a/hosts/ff2b-armhf-rb/etc/pbuilderrc
+++ b/hosts/ff2b-armhf-rb/etc/pbuilderrc
@@ -12,7 +12,7 @@ case $HOSTNAME in
 	codethink*)									MIRRORSITE=http://ftp.uk.debian.org/debian ;;
 	*)										echo "unsupported host, exiting." ; exit 1 ;;
 esac
-# only use eatmydata on armhf+i386 - on amd64 we build in tmpfs anyway - FIXME: decide about codethink hosts
+# only use eatmydata on armhf+i386 - on amd64+arm64 we build in tmpfs anyway
 case $HOSTNAME in
 	profitbricks-build*i386)
 		EATMYDATA=yes ;;
diff --git a/hosts/ff4a-armhf-rb/etc/pbuilderrc b/hosts/ff4a-armhf-rb/etc/pbuilderrc
index b5516af..76cc5f0 100644
--- a/hosts/ff4a-armhf-rb/etc/pbuilderrc
+++ b/hosts/ff4a-armhf-rb/etc/pbuilderrc
@@ -12,7 +12,7 @@ case $HOSTNAME in
 	codethink*)									MIRRORSITE=http://ftp.uk.debian.org/debian ;;
 	*)										echo "unsupported host, exiting." ; exit 1 ;;
 esac
-# only use eatmydata on armhf+i386 - on amd64 we build in tmpfs anyway - FIXME: decide about codethink hosts
+# only use eatmydata on armhf+i386 - on amd64+arm64 we build in tmpfs anyway
 case $HOSTNAME in
 	profitbricks-build*i386)
 		EATMYDATA=yes ;;
diff --git a/hosts/hb0-armhf-rb/etc/pbuilderrc b/hosts/hb0-armhf-rb/etc/pbuilderrc
index b5516af..76cc5f0 100644
--- a/hosts/hb0-armhf-rb/etc/pbuilderrc
+++ b/hosts/hb0-armhf-rb/etc/pbuilderrc
@@ -12,7 +12,7 @@ case $HOSTNAME in
 	codethink*)									MIRRORSITE=http://ftp.uk.debian.org/debian ;;
 	*)										echo "unsupported host, exiting." ; exit 1 ;;
 esac
-# only use eatmydata on armhf+i386 - on amd64 we build in tmpfs anyway - FIXME: decide about codethink hosts
+# only use eatmydata on armhf+i386 - on amd64+arm64 we build in tmpfs anyway
 case $HOSTNAME in
 	profitbricks-build*i386)
 		EATMYDATA=yes ;;
diff --git a/hosts/jenkins-test-vm/etc/pbuilderrc b/hosts/jenkins-test-vm/etc/pbuilderrc
index b5516af..76cc5f0 100644
--- a/hosts/jenkins-test-vm/etc/pbuilderrc
+++ b/hosts/jenkins-test-vm/etc/pbuilderrc
@@ -12,7 +12,7 @@ case $HOSTNAME in
 	codethink*)									MIRRORSITE=http://ftp.uk.debian.org/debian ;;
 	*)										echo "unsupported host, exiting." ; exit 1 ;;
 esac
-# only use eatmydata on armhf+i386 - on amd64 we build in tmpfs anyway - FIXME: decide about codethink hosts
+# only use eatmydata on armhf+i386 - on amd64+arm64 we build in tmpfs anyway
 case $HOSTNAME in
 	profitbricks-build*i386)
 		EATMYDATA=yes ;;
diff --git a/hosts/jenkins/etc/pbuilderrc b/hosts/jenkins/etc/pbuilderrc
index b5516af..76cc5f0 100644
--- a/hosts/jenkins/etc/pbuilderrc
+++ b/hosts/jenkins/etc/pbuilderrc
@@ -12,7 +12,7 @@ case $HOSTNAME in
 	codethink*)									MIRRORSITE=http://ftp.uk.debian.org/debian ;;
 	*)										echo "unsupported host, exiting." ; exit 1 ;;
 esac
-# only use eatmydata on armhf+i386 - on amd64 we build in tmpfs anyway - FIXME: decide about codethink hosts
+# only use eatmydata on armhf+i386 - on amd64+arm64 we build in tmpfs anyway
 case $HOSTNAME in
 	profitbricks-build*i386)
 		EATMYDATA=yes ;;
diff --git a/hosts/jtk1a-armhf-rb/etc/pbuilderrc b/hosts/jtk1a-armhf-rb/etc/pbuilderrc
index b5516af..76cc5f0 100644
--- a/hosts/jtk1a-armhf-rb/etc/pbuilderrc
+++ b/hosts/jtk1a-armhf-rb/etc/pbuilderrc
@@ -12,7 +12,7 @@ case $HOSTNAME in
 	codethink*)									MIRRORSITE=http://ftp.uk.debian.org/debian ;;
 	*)										echo "unsupported host, exiting." ; exit 1 ;;
 esac
-# only use eatmydata on armhf+i386 - on amd64 we build in tmpfs anyway - FIXME: decide about codethink hosts
+# only use eatmydata on armhf+i386 - on amd64+arm64 we build in tmpfs anyway
 case $HOSTNAME in
 	profitbricks-build*i386)
 		EATMYDATA=yes ;;
diff --git a/hosts/odu3a-armhf-rb/etc/pbuilderrc b/hosts/odu3a-armhf-rb/etc/pbuilderrc
index b5516af..76cc5f0 100644
--- a/hosts/odu3a-armhf-rb/etc/pbuilderrc
+++ b/hosts/odu3a-armhf-rb/etc/pbuilderrc
@@ -12,7 +12,7 @@ case $HOSTNAME in
 	codethink*)									MIRRORSITE=http://ftp.uk.debian.org/debian ;;
 	*)										echo "unsupported host, exiting." ; exit 1 ;;
 esac
-# only use eatmydata on armhf+i386 - on amd64 we build in tmpfs anyway - FIXME: decide about codethink hosts
+# only use eatmydata on armhf+i386 - on amd64+arm64 we build in tmpfs anyway
 case $HOSTNAME in
 	profitbricks-build*i386)
 		EATMYDATA=yes ;;
diff --git a/hosts/odxu4-armhf-rb/etc/pbuilderrc b/hosts/odxu4-armhf-rb/etc/pbuilderrc
index b5516af..76cc5f0 100644
--- a/hosts/odxu4-armhf-rb/etc/pbuilderrc
+++ b/hosts/odxu4-armhf-rb/etc/pbuilderrc
@@ -12,7 +12,7 @@ case $HOSTNAME in
 	codethink*)									MIRRORSITE=http://ftp.uk.debian.org/debian ;;
 	*)										echo "unsupported host, exiting." ; exit 1 ;;
 esac
-# only use eatmydata on armhf+i386 - on amd64 we build in tmpfs anyway - FIXME: decide about codethink hosts
+# only use eatmydata on armhf+i386 - on amd64+arm64 we build in tmpfs anyway
 case $HOSTNAME in
 	profitbricks-build*i386)
 		EATMYDATA=yes ;;
diff --git a/hosts/odxu4b-armhf-rb/etc/pbuilderrc b/hosts/odxu4b-armhf-rb/etc/pbuilderrc
index b5516af..76cc5f0 100644
--- a/hosts/odxu4b-armhf-rb/etc/pbuilderrc
+++ b/hosts/odxu4b-armhf-rb/etc/pbuilderrc
@@ -12,7 +12,7 @@ case $HOSTNAME in
 	codethink*)									MIRRORSITE=http://ftp.uk.debian.org/debian ;;
 	*)										echo "unsupported host, exiting." ; exit 1 ;;
 esac
-# only use eatmydata on armhf+i386 - on amd64 we build in tmpfs anyway - FIXME: decide about codethink hosts
+# only use eatmydata on armhf+i386 - on amd64+arm64 we build in tmpfs anyway
 case $HOSTNAME in
 	profitbricks-build*i386)
 		EATMYDATA=yes ;;
diff --git a/hosts/odxu4c-armhf-rb/etc/pbuilderrc b/hosts/odxu4c-armhf-rb/etc/pbuilderrc
index b5516af..76cc5f0 100644
--- a/hosts/odxu4c-armhf-rb/etc/pbuilderrc
+++ b/hosts/odxu4c-armhf-rb/etc/pbuilderrc
@@ -12,7 +12,7 @@ case $HOSTNAME in
 	codethink*)									MIRRORSITE=http://ftp.uk.debian.org/debian ;;
 	*)										echo "unsupported host, exiting." ; exit 1 ;;
 esac
-# only use eatmydata on armhf+i386 - on amd64 we build in tmpfs anyway - FIXME: decide about codethink hosts
+# only use eatmydata on armhf+i386 - on amd64+arm64 we build in tmpfs anyway
 case $HOSTNAME in
 	profitbricks-build*i386)
 		EATMYDATA=yes ;;
diff --git a/hosts/opi2a-armhf-rb/etc/pbuilderrc b/hosts/opi2a-armhf-rb/etc/pbuilderrc
index b5516af..76cc5f0 100644
--- a/hosts/opi2a-armhf-rb/etc/pbuilderrc
+++ b/hosts/opi2a-armhf-rb/etc/pbuilderrc
@@ -12,7 +12,7 @@ case $HOSTNAME in
 	codethink*)									MIRRORSITE=http://ftp.uk.debian.org/debian ;;
 	*)										echo "unsupported host, exiting." ; exit 1 ;;
 esac
-# only use eatmydata on armhf+i386 - on amd64 we build in tmpfs anyway - FIXME: decide about codethink hosts
+# only use eatmydata on armhf+i386 - on amd64+arm64 we build in tmpfs anyway
 case $HOSTNAME in
 	profitbricks-build*i386)
 		EATMYDATA=yes ;;
diff --git a/hosts/opi2b-armhf-rb/etc/pbuilderrc b/hosts/opi2b-armhf-rb/etc/pbuilderrc
index b5516af..76cc5f0 100644
--- a/hosts/opi2b-armhf-rb/etc/pbuilderrc
+++ b/hosts/opi2b-armhf-rb/etc/pbuilderrc
@@ -12,7 +12,7 @@ case $HOSTNAME in
 	codethink*)									MIRRORSITE=http://ftp.uk.debian.org/debian ;;
 	*)										echo "unsupported host, exiting." ; exit 1 ;;
 esac
-# only use eatmydata on armhf+i386 - on amd64 we build in tmpfs anyway - FIXME: decide about codethink hosts
+# only use eatmydata on armhf+i386 - on amd64+arm64 we build in tmpfs anyway
 case $HOSTNAME in
 	profitbricks-build*i386)
 		EATMYDATA=yes ;;
diff --git a/hosts/opi2c-armhf-rb/etc/pbuilderrc b/hosts/opi2c-armhf-rb/etc/pbuilderrc
index b5516af..76cc5f0 100644
--- a/hosts/opi2c-armhf-rb/etc/pbuilderrc
+++ b/hosts/opi2c-armhf-rb/etc/pbuilderrc
@@ -12,7 +12,7 @@ case $HOSTNAME in
 	codethink*)									MIRRORSITE=http://ftp.uk.debian.org/debian ;;
 	*)										echo "unsupported host, exiting." ; exit 1 ;;
 esac
-# only use eatmydata on armhf+i386 - on amd64 we build in tmpfs anyway - FIXME: decide about codethink hosts
+# only use eatmydata on armhf+i386 - on amd64+arm64 we build in tmpfs anyway
 case $HOSTNAME in
 	profitbricks-build*i386)
 		EATMYDATA=yes ;;
diff --git a/hosts/profitbricks-build1-amd64/etc/pbuilderrc b/hosts/profitbricks-build1-amd64/etc/pbuilderrc
index b5516af..76cc5f0 100644
--- a/hosts/profitbricks-build1-amd64/etc/pbuilderrc
+++ b/hosts/profitbricks-build1-amd64/etc/pbuilderrc
@@ -12,7 +12,7 @@ case $HOSTNAME in
 	codethink*)									MIRRORSITE=http://ftp.uk.debian.org/debian ;;
 	*)										echo "unsupported host, exiting." ; exit 1 ;;
 esac
-# only use eatmydata on armhf+i386 - on amd64 we build in tmpfs anyway - FIXME: decide about codethink hosts
+# only use eatmydata on armhf+i386 - on amd64+arm64 we build in tmpfs anyway
 case $HOSTNAME in
 	profitbricks-build*i386)
 		EATMYDATA=yes ;;
diff --git a/hosts/profitbricks-build10-amd64/etc/pbuilderrc b/hosts/profitbricks-build10-amd64/etc/pbuilderrc
index b5516af..76cc5f0 100644
--- a/hosts/profitbricks-build10-amd64/etc/pbuilderrc
+++ b/hosts/profitbricks-build10-amd64/etc/pbuilderrc
@@ -12,7 +12,7 @@ case $HOSTNAME in
 	codethink*)									MIRRORSITE=http://ftp.uk.debian.org/debian ;;
 	*)										echo "unsupported host, exiting." ; exit 1 ;;
 esac
-# only use eatmydata on armhf+i386 - on amd64 we build in tmpfs anyway - FIXME: decide about codethink hosts
+# only use eatmydata on armhf+i386 - on amd64+arm64 we build in tmpfs anyway
 case $HOSTNAME in
 	profitbricks-build*i386)
 		EATMYDATA=yes ;;
diff --git a/hosts/profitbricks-build11-amd64/etc/pbuilderrc b/hosts/profitbricks-build11-amd64/etc/pbuilderrc
index b5516af..76cc5f0 100644
--- a/hosts/profitbricks-build11-amd64/etc/pbuilderrc
+++ b/hosts/profitbricks-build11-amd64/etc/pbuilderrc
@@ -12,7 +12,7 @@ case $HOSTNAME in
 	codethink*)									MIRRORSITE=http://ftp.uk.debian.org/debian ;;
 	*)										echo "unsupported host, exiting." ; exit 1 ;;
 esac
-# only use eatmydata on armhf+i386 - on amd64 we build in tmpfs anyway - FIXME: decide about codethink hosts
+# only use eatmydata on armhf+i386 - on amd64+arm64 we build in tmpfs anyway
 case $HOSTNAME in
 	profitbricks-build*i386)
 		EATMYDATA=yes ;;
diff --git a/hosts/profitbricks-build12-i386/etc/pbuilderrc b/hosts/profitbricks-build12-i386/etc/pbuilderrc
index b5516af..76cc5f0 100644
--- a/hosts/profitbricks-build12-i386/etc/pbuilderrc
+++ b/hosts/profitbricks-build12-i386/etc/pbuilderrc
@@ -12,7 +12,7 @@ case $HOSTNAME in
 	codethink*)									MIRRORSITE=http://ftp.uk.debian.org/debian ;;
 	*)										echo "unsupported host, exiting." ; exit 1 ;;
 esac
-# only use eatmydata on armhf+i386 - on amd64 we build in tmpfs anyway - FIXME: decide about codethink hosts
+# only use eatmydata on armhf+i386 - on amd64+arm64 we build in tmpfs anyway
 case $HOSTNAME in
 	profitbricks-build*i386)
 		EATMYDATA=yes ;;
diff --git a/hosts/profitbricks-build15-amd64/etc/pbuilderrc b/hosts/profitbricks-build15-amd64/etc/pbuilderrc
index b5516af..76cc5f0 100644
--- a/hosts/profitbricks-build15-amd64/etc/pbuilderrc
+++ b/hosts/profitbricks-build15-amd64/etc/pbuilderrc
@@ -12,7 +12,7 @@ case $HOSTNAME in
 	codethink*)									MIRRORSITE=http://ftp.uk.debian.org/debian ;;
 	*)										echo "unsupported host, exiting." ; exit 1 ;;
 esac
-# only use eatmydata on armhf+i386 - on amd64 we build in tmpfs anyway - FIXME: decide about codethink hosts
+# only use eatmydata on armhf+i386 - on amd64+arm64 we build in tmpfs anyway
 case $HOSTNAME in
 	profitbricks-build*i386)
 		EATMYDATA=yes ;;
diff --git a/hosts/profitbricks-build16-i386/etc/pbuilderrc b/hosts/profitbricks-build16-i386/etc/pbuilderrc
index b5516af..76cc5f0 100644
--- a/hosts/profitbricks-build16-i386/etc/pbuilderrc
+++ b/hosts/profitbricks-build16-i386/etc/pbuilderrc
@@ -12,7 +12,7 @@ case $HOSTNAME in
 	codethink*)									MIRRORSITE=http://ftp.uk.debian.org/debian ;;
 	*)										echo "unsupported host, exiting." ; exit 1 ;;
 esac
-# only use eatmydata on armhf+i386 - on amd64 we build in tmpfs anyway - FIXME: decide about codethink hosts
+# only use eatmydata on armhf+i386 - on amd64+arm64 we build in tmpfs anyway
 case $HOSTNAME in
 	profitbricks-build*i386)
 		EATMYDATA=yes ;;
diff --git a/hosts/profitbricks-build2-i386/etc/pbuilderrc b/hosts/profitbricks-build2-i386/etc/pbuilderrc
index b5516af..76cc5f0 100644
--- a/hosts/profitbricks-build2-i386/etc/pbuilderrc
+++ b/hosts/profitbricks-build2-i386/etc/pbuilderrc
@@ -12,7 +12,7 @@ case $HOSTNAME in
 	codethink*)									MIRRORSITE=http://ftp.uk.debian.org/debian ;;
 	*)										echo "unsupported host, exiting." ; exit 1 ;;
 esac
-# only use eatmydata on armhf+i386 - on amd64 we build in tmpfs anyway - FIXME: decide about codethink hosts
+# only use eatmydata on armhf+i386 - on amd64+arm64 we build in tmpfs anyway
 case $HOSTNAME in
 	profitbricks-build*i386)
 		EATMYDATA=yes ;;
diff --git a/hosts/profitbricks-build3-amd64/etc/pbuilderrc b/hosts/profitbricks-build3-amd64/etc/pbuilderrc
index b5516af..76cc5f0 100644
--- a/hosts/profitbricks-build3-amd64/etc/pbuilderrc
+++ b/hosts/profitbricks-build3-amd64/etc/pbuilderrc
@@ -12,7 +12,7 @@ case $HOSTNAME in
 	codethink*)									MIRRORSITE=http://ftp.uk.debian.org/debian ;;
 	*)										echo "unsupported host, exiting." ; exit 1 ;;
 esac
-# only use eatmydata on armhf+i386 - on amd64 we build in tmpfs anyway - FIXME: decide about codethink hosts
+# only use eatmydata on armhf+i386 - on amd64+arm64 we build in tmpfs anyway
 case $HOSTNAME in
 	profitbricks-build*i386)
 		EATMYDATA=yes ;;
diff --git a/hosts/profitbricks-build4-amd64/etc/pbuilderrc b/hosts/profitbricks-build4-amd64/etc/pbuilderrc
index b5516af..76cc5f0 100644
--- a/hosts/profitbricks-build4-amd64/etc/pbuilderrc
+++ b/hosts/profitbricks-build4-amd64/etc/pbuilderrc
@@ -12,7 +12,7 @@ case $HOSTNAME in
 	codethink*)									MIRRORSITE=http://ftp.uk.debian.org/debian ;;
 	*)										echo "unsupported host, exiting." ; exit 1 ;;
 esac
-# only use eatmydata on armhf+i386 - on amd64 we build in tmpfs anyway - FIXME: decide about codethink hosts
+# only use eatmydata on armhf+i386 - on amd64+arm64 we build in tmpfs anyway
 case $HOSTNAME in
 	profitbricks-build*i386)
 		EATMYDATA=yes ;;
diff --git a/hosts/profitbricks-build5-amd64/etc/pbuilderrc b/hosts/profitbricks-build5-amd64/etc/pbuilderrc
index b5516af..76cc5f0 100644
--- a/hosts/profitbricks-build5-amd64/etc/pbuilderrc
+++ b/hosts/profitbricks-build5-amd64/etc/pbuilderrc
@@ -12,7 +12,7 @@ case $HOSTNAME in
 	codethink*)									MIRRORSITE=http://ftp.uk.debian.org/debian ;;
 	*)										echo "unsupported host, exiting." ; exit 1 ;;
 esac
-# only use eatmydata on armhf+i386 - on amd64 we build in tmpfs anyway - FIXME: decide about codethink hosts
+# only use eatmydata on armhf+i386 - on amd64+arm64 we build in tmpfs anyway
 case $HOSTNAME in
 	profitbricks-build*i386)
 		EATMYDATA=yes ;;
diff --git a/hosts/profitbricks-build6-i386/etc/pbuilderrc b/hosts/profitbricks-build6-i386/etc/pbuilderrc
index b5516af..76cc5f0 100644
--- a/hosts/profitbricks-build6-i386/etc/pbuilderrc
+++ b/hosts/profitbricks-build6-i386/etc/pbuilderrc
@@ -12,7 +12,7 @@ case $HOSTNAME in
 	codethink*)									MIRRORSITE=http://ftp.uk.debian.org/debian ;;
 	*)										echo "unsupported host, exiting." ; exit 1 ;;
 esac
-# only use eatmydata on armhf+i386 - on amd64 we build in tmpfs anyway - FIXME: decide about codethink hosts
+# only use eatmydata on armhf+i386 - on amd64+arm64 we build in tmpfs anyway
 case $HOSTNAME in
 	profitbricks-build*i386)
 		EATMYDATA=yes ;;
diff --git a/hosts/profitbricks-build7-amd64/etc/pbuilderrc b/hosts/profitbricks-build7-amd64/etc/pbuilderrc
index b5516af..76cc5f0 100644
--- a/hosts/profitbricks-build7-amd64/etc/pbuilderrc
+++ b/hosts/profitbricks-build7-amd64/etc/pbuilderrc
@@ -12,7 +12,7 @@ case $HOSTNAME in
 	codethink*)									MIRRORSITE=http://ftp.uk.debian.org/debian ;;
 	*)										echo "unsupported host, exiting." ; exit 1 ;;
 esac
-# only use eatmydata on armhf+i386 - on amd64 we build in tmpfs anyway - FIXME: decide about codethink hosts
+# only use eatmydata on armhf+i386 - on amd64+arm64 we build in tmpfs anyway
 case $HOSTNAME in
 	profitbricks-build*i386)
 		EATMYDATA=yes ;;
diff --git a/hosts/profitbricks-build9-amd64/etc/pbuilderrc b/hosts/profitbricks-build9-amd64/etc/pbuilderrc
index b5516af..76cc5f0 100644
--- a/hosts/profitbricks-build9-amd64/etc/pbuilderrc
+++ b/hosts/profitbricks-build9-amd64/etc/pbuilderrc
@@ -12,7 +12,7 @@ case $HOSTNAME in
 	codethink*)									MIRRORSITE=http://ftp.uk.debian.org/debian ;;
 	*)										echo "unsupported host, exiting." ; exit 1 ;;
 esac
-# only use eatmydata on armhf+i386 - on amd64 we build in tmpfs anyway - FIXME: decide about codethink hosts
+# only use eatmydata on armhf+i386 - on amd64+arm64 we build in tmpfs anyway
 case $HOSTNAME in
 	profitbricks-build*i386)
 		EATMYDATA=yes ;;
diff --git a/hosts/rpi2b-armhf-rb/etc/pbuilderrc b/hosts/rpi2b-armhf-rb/etc/pbuilderrc
index b5516af..76cc5f0 100644
--- a/hosts/rpi2b-armhf-rb/etc/pbuilderrc
+++ b/hosts/rpi2b-armhf-rb/etc/pbuilderrc
@@ -12,7 +12,7 @@ case $HOSTNAME in
 	codethink*)									MIRRORSITE=http://ftp.uk.debian.org/debian ;;
 	*)										echo "unsupported host, exiting." ; exit 1 ;;
 esac
-# only use eatmydata on armhf+i386 - on amd64 we build in tmpfs anyway - FIXME: decide about codethink hosts
+# only use eatmydata on armhf+i386 - on amd64+arm64 we build in tmpfs anyway
 case $HOSTNAME in
 	profitbricks-build*i386)
 		EATMYDATA=yes ;;
diff --git a/hosts/rpi2c-armhf-rb/etc/pbuilderrc b/hosts/rpi2c-armhf-rb/etc/pbuilderrc
index b5516af..76cc5f0 100644
--- a/hosts/rpi2c-armhf-rb/etc/pbuilderrc
+++ b/hosts/rpi2c-armhf-rb/etc/pbuilderrc
@@ -12,7 +12,7 @@ case $HOSTNAME in
 	codethink*)									MIRRORSITE=http://ftp.uk.debian.org/debian ;;
 	*)										echo "unsupported host, exiting." ; exit 1 ;;
 esac
-# only use eatmydata on armhf+i386 - on amd64 we build in tmpfs anyway - FIXME: decide about codethink hosts
+# only use eatmydata on armhf+i386 - on amd64+arm64 we build in tmpfs anyway
 case $HOSTNAME in
 	profitbricks-build*i386)
 		EATMYDATA=yes ;;
diff --git a/hosts/wbd0-armhf-rb/etc/pbuilderrc b/hosts/wbd0-armhf-rb/etc/pbuilderrc
index b5516af..76cc5f0 100644
--- a/hosts/wbd0-armhf-rb/etc/pbuilderrc
+++ b/hosts/wbd0-armhf-rb/etc/pbuilderrc
@@ -12,7 +12,7 @@ case $HOSTNAME in
 	codethink*)									MIRRORSITE=http://ftp.uk.debian.org/debian ;;
 	*)										echo "unsupported host, exiting." ; exit 1 ;;
 esac
-# only use eatmydata on armhf+i386 - on amd64 we build in tmpfs anyway - FIXME: decide about codethink hosts
+# only use eatmydata on armhf+i386 - on amd64+arm64 we build in tmpfs anyway
 case $HOSTNAME in
 	profitbricks-build*i386)
 		EATMYDATA=yes ;;
diff --git a/hosts/wbq0-armhf-rb/etc/pbuilderrc b/hosts/wbq0-armhf-rb/etc/pbuilderrc
index b5516af..76cc5f0 100644
--- a/hosts/wbq0-armhf-rb/etc/pbuilderrc
+++ b/hosts/wbq0-armhf-rb/etc/pbuilderrc
@@ -12,7 +12,7 @@ case $HOSTNAME in
 	codethink*)									MIRRORSITE=http://ftp.uk.debian.org/debian ;;
 	*)										echo "unsupported host, exiting." ; exit 1 ;;
 esac
-# only use eatmydata on armhf+i386 - on amd64 we build in tmpfs anyway - FIXME: decide about codethink hosts
+# only use eatmydata on armhf+i386 - on amd64+arm64 we build in tmpfs anyway
 case $HOSTNAME in
 	profitbricks-build*i386)
 		EATMYDATA=yes ;;
diff --git a/update_jdn.sh b/update_jdn.sh
index 2a8452f..9a5522d 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -167,6 +167,10 @@ case $HOSTNAME in
 		TMPFSSIZE=200
 		TMPSIZE=15
 		;;
+	codethink*)
+		TMPFSSIZE=100
+		TMPSIZE=15
+		;;
 	*) ;;
 esac
 case $HOSTNAME in
@@ -176,7 +180,7 @@ case $HOSTNAME in
 			exit 1
 		fi
 		;;
-	jenkins|profitbricks-build*amd64)
+	jenkins|profitbricks-build*amd64|codethink*)
 		if ! grep -q '^tmpfs\s\+/srv/workspace\s' /etc/fstab; then
 			echo "tmpfs		/srv/workspace	tmpfs	defaults,size=${TMPFSSIZE}g	0	0" | sudo tee -a /etc/fstab >/dev/null  
 		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