Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian QA
jenkins.debian.net
Commits
6bbf4019
Unverified
Commit
6bbf4019
authored
Dec 23, 2016
by
Holger Levsen
Browse files
reproducible Debian: build on tmpfs on arm64 too
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
17500cc7
Changes
46
Hide whitespace changes
Inline
Side-by-side
hosts/bbx15-armhf-rb/etc/pbuilderrc
View file @
6bbf4019
...
@@ -12,7 +12,7 @@ case $HOSTNAME in
...
@@ -12,7 +12,7 @@ case $HOSTNAME in
codethink*) MIRRORSITE=http://ftp.uk.debian.org/debian ;;
codethink*) MIRRORSITE=http://ftp.uk.debian.org/debian ;;
*) echo "unsupported host, exiting." ; exit 1 ;;
*) echo "unsupported host, exiting." ; exit 1 ;;
esac
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
case $HOSTNAME in
profitbricks-build*i386)
profitbricks-build*i386)
EATMYDATA=yes ;;
EATMYDATA=yes ;;
...
...
hosts/bpi0-armhf-rb/etc/pbuilderrc
View file @
6bbf4019
...
@@ -12,7 +12,7 @@ case $HOSTNAME in
...
@@ -12,7 +12,7 @@ case $HOSTNAME in
codethink*) MIRRORSITE=http://ftp.uk.debian.org/debian ;;
codethink*) MIRRORSITE=http://ftp.uk.debian.org/debian ;;
*) echo "unsupported host, exiting." ; exit 1 ;;
*) echo "unsupported host, exiting." ; exit 1 ;;
esac
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
case $HOSTNAME in
profitbricks-build*i386)
profitbricks-build*i386)
EATMYDATA=yes ;;
EATMYDATA=yes ;;
...
...
hosts/cb3a-armhf-rb/etc/pbuilderrc
View file @
6bbf4019
...
@@ -12,7 +12,7 @@ case $HOSTNAME in
...
@@ -12,7 +12,7 @@ case $HOSTNAME in
codethink*) MIRRORSITE=http://ftp.uk.debian.org/debian ;;
codethink*) MIRRORSITE=http://ftp.uk.debian.org/debian ;;
*) echo "unsupported host, exiting." ; exit 1 ;;
*) echo "unsupported host, exiting." ; exit 1 ;;
esac
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
case $HOSTNAME in
profitbricks-build*i386)
profitbricks-build*i386)
EATMYDATA=yes ;;
EATMYDATA=yes ;;
...
...
hosts/cbxi4a-armhf-rb/etc/pbuilderrc
View file @
6bbf4019
...
@@ -12,7 +12,7 @@ case $HOSTNAME in
...
@@ -12,7 +12,7 @@ case $HOSTNAME in
codethink*) MIRRORSITE=http://ftp.uk.debian.org/debian ;;
codethink*) MIRRORSITE=http://ftp.uk.debian.org/debian ;;
*) echo "unsupported host, exiting." ; exit 1 ;;
*) echo "unsupported host, exiting." ; exit 1 ;;
esac
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
case $HOSTNAME in
profitbricks-build*i386)
profitbricks-build*i386)
EATMYDATA=yes ;;
EATMYDATA=yes ;;
...
...
hosts/cbxi4b-armhf-rb/etc/pbuilderrc
View file @
6bbf4019
...
@@ -12,7 +12,7 @@ case $HOSTNAME in
...
@@ -12,7 +12,7 @@ case $HOSTNAME in
codethink*) MIRRORSITE=http://ftp.uk.debian.org/debian ;;
codethink*) MIRRORSITE=http://ftp.uk.debian.org/debian ;;
*) echo "unsupported host, exiting." ; exit 1 ;;
*) echo "unsupported host, exiting." ; exit 1 ;;
esac
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
case $HOSTNAME in
profitbricks-build*i386)
profitbricks-build*i386)
EATMYDATA=yes ;;
EATMYDATA=yes ;;
...
...
hosts/cbxi4pro0-armhf-rb/etc/pbuilderrc
View file @
6bbf4019
...
@@ -12,7 +12,7 @@ case $HOSTNAME in
...
@@ -12,7 +12,7 @@ case $HOSTNAME in
codethink*) MIRRORSITE=http://ftp.uk.debian.org/debian ;;
codethink*) MIRRORSITE=http://ftp.uk.debian.org/debian ;;
*) echo "unsupported host, exiting." ; exit 1 ;;
*) echo "unsupported host, exiting." ; exit 1 ;;
esac
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
case $HOSTNAME in
profitbricks-build*i386)
profitbricks-build*i386)
EATMYDATA=yes ;;
EATMYDATA=yes ;;
...
...
hosts/codethink-sled10-arm64/etc/pbuilderrc
View file @
6bbf4019
...
@@ -12,7 +12,7 @@ case $HOSTNAME in
...
@@ -12,7 +12,7 @@ case $HOSTNAME in
codethink*) MIRRORSITE=http://ftp.uk.debian.org/debian ;;
codethink*) MIRRORSITE=http://ftp.uk.debian.org/debian ;;
*) echo "unsupported host, exiting." ; exit 1 ;;
*) echo "unsupported host, exiting." ; exit 1 ;;
esac
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
case $HOSTNAME in
profitbricks-build*i386)
profitbricks-build*i386)
EATMYDATA=yes ;;
EATMYDATA=yes ;;
...
...
hosts/codethink-sled11-arm64/etc/pbuilderrc
View file @
6bbf4019
...
@@ -12,7 +12,7 @@ case $HOSTNAME in
...
@@ -12,7 +12,7 @@ case $HOSTNAME in
codethink*) MIRRORSITE=http://ftp.uk.debian.org/debian ;;
codethink*) MIRRORSITE=http://ftp.uk.debian.org/debian ;;
*) echo "unsupported host, exiting." ; exit 1 ;;
*) echo "unsupported host, exiting." ; exit 1 ;;
esac
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
case $HOSTNAME in
profitbricks-build*i386)
profitbricks-build*i386)
EATMYDATA=yes ;;
EATMYDATA=yes ;;
...
...
hosts/codethink-sled12-arm64/etc/pbuilderrc
View file @
6bbf4019
...
@@ -12,7 +12,7 @@ case $HOSTNAME in
...
@@ -12,7 +12,7 @@ case $HOSTNAME in
codethink*) MIRRORSITE=http://ftp.uk.debian.org/debian ;;
codethink*) MIRRORSITE=http://ftp.uk.debian.org/debian ;;
*) echo "unsupported host, exiting." ; exit 1 ;;
*) echo "unsupported host, exiting." ; exit 1 ;;
esac
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
case $HOSTNAME in
profitbricks-build*i386)
profitbricks-build*i386)
EATMYDATA=yes ;;
EATMYDATA=yes ;;
...
...
hosts/codethink-sled13-arm64/etc/pbuilderrc
View file @
6bbf4019
...
@@ -12,7 +12,7 @@ case $HOSTNAME in
...
@@ -12,7 +12,7 @@ case $HOSTNAME in
codethink*) MIRRORSITE=http://ftp.uk.debian.org/debian ;;
codethink*) MIRRORSITE=http://ftp.uk.debian.org/debian ;;
*) echo "unsupported host, exiting." ; exit 1 ;;
*) echo "unsupported host, exiting." ; exit 1 ;;
esac
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
case $HOSTNAME in
profitbricks-build*i386)
profitbricks-build*i386)
EATMYDATA=yes ;;
EATMYDATA=yes ;;
...
...
hosts/codethink-sled14-arm64/etc/pbuilderrc
View file @
6bbf4019
...
@@ -12,7 +12,7 @@ case $HOSTNAME in
...
@@ -12,7 +12,7 @@ case $HOSTNAME in
codethink*) MIRRORSITE=http://ftp.uk.debian.org/debian ;;
codethink*) MIRRORSITE=http://ftp.uk.debian.org/debian ;;
*) echo "unsupported host, exiting." ; exit 1 ;;
*) echo "unsupported host, exiting." ; exit 1 ;;
esac
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
case $HOSTNAME in
profitbricks-build*i386)
profitbricks-build*i386)
EATMYDATA=yes ;;
EATMYDATA=yes ;;
...
...
hosts/codethink-sled15-arm64/etc/pbuilderrc
View file @
6bbf4019
...
@@ -12,7 +12,7 @@ case $HOSTNAME in
...
@@ -12,7 +12,7 @@ case $HOSTNAME in
codethink*) MIRRORSITE=http://ftp.uk.debian.org/debian ;;
codethink*) MIRRORSITE=http://ftp.uk.debian.org/debian ;;
*) echo "unsupported host, exiting." ; exit 1 ;;
*) echo "unsupported host, exiting." ; exit 1 ;;
esac
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
case $HOSTNAME in
profitbricks-build*i386)
profitbricks-build*i386)
EATMYDATA=yes ;;
EATMYDATA=yes ;;
...
...
hosts/codethink-sled16-arm64/etc/pbuilderrc
View file @
6bbf4019
...
@@ -12,7 +12,7 @@ case $HOSTNAME in
...
@@ -12,7 +12,7 @@ case $HOSTNAME in
codethink*) MIRRORSITE=http://ftp.uk.debian.org/debian ;;
codethink*) MIRRORSITE=http://ftp.uk.debian.org/debian ;;
*) echo "unsupported host, exiting." ; exit 1 ;;
*) echo "unsupported host, exiting." ; exit 1 ;;
esac
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
case $HOSTNAME in
profitbricks-build*i386)
profitbricks-build*i386)
EATMYDATA=yes ;;
EATMYDATA=yes ;;
...
...
hosts/codethink-sled9-arm64/etc/pbuilderrc
View file @
6bbf4019
...
@@ -12,7 +12,7 @@ case $HOSTNAME in
...
@@ -12,7 +12,7 @@ case $HOSTNAME in
codethink*) MIRRORSITE=http://ftp.uk.debian.org/debian ;;
codethink*) MIRRORSITE=http://ftp.uk.debian.org/debian ;;
*) echo "unsupported host, exiting." ; exit 1 ;;
*) echo "unsupported host, exiting." ; exit 1 ;;
esac
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
case $HOSTNAME in
profitbricks-build*i386)
profitbricks-build*i386)
EATMYDATA=yes ;;
EATMYDATA=yes ;;
...
...
hosts/ff2a-armhf-rb/etc/pbuilderrc
View file @
6bbf4019
...
@@ -12,7 +12,7 @@ case $HOSTNAME in
...
@@ -12,7 +12,7 @@ case $HOSTNAME in
codethink*) MIRRORSITE=http://ftp.uk.debian.org/debian ;;
codethink*) MIRRORSITE=http://ftp.uk.debian.org/debian ;;
*) echo "unsupported host, exiting." ; exit 1 ;;
*) echo "unsupported host, exiting." ; exit 1 ;;
esac
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
case $HOSTNAME in
profitbricks-build*i386)
profitbricks-build*i386)
EATMYDATA=yes ;;
EATMYDATA=yes ;;
...
...
hosts/ff2b-armhf-rb/etc/pbuilderrc
View file @
6bbf4019
...
@@ -12,7 +12,7 @@ case $HOSTNAME in
...
@@ -12,7 +12,7 @@ case $HOSTNAME in
codethink*) MIRRORSITE=http://ftp.uk.debian.org/debian ;;
codethink*) MIRRORSITE=http://ftp.uk.debian.org/debian ;;
*) echo "unsupported host, exiting." ; exit 1 ;;
*) echo "unsupported host, exiting." ; exit 1 ;;
esac
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
case $HOSTNAME in
profitbricks-build*i386)
profitbricks-build*i386)
EATMYDATA=yes ;;
EATMYDATA=yes ;;
...
...
hosts/ff4a-armhf-rb/etc/pbuilderrc
View file @
6bbf4019
...
@@ -12,7 +12,7 @@ case $HOSTNAME in
...
@@ -12,7 +12,7 @@ case $HOSTNAME in
codethink*) MIRRORSITE=http://ftp.uk.debian.org/debian ;;
codethink*) MIRRORSITE=http://ftp.uk.debian.org/debian ;;
*) echo "unsupported host, exiting." ; exit 1 ;;
*) echo "unsupported host, exiting." ; exit 1 ;;
esac
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
case $HOSTNAME in
profitbricks-build*i386)
profitbricks-build*i386)
EATMYDATA=yes ;;
EATMYDATA=yes ;;
...
...
hosts/hb0-armhf-rb/etc/pbuilderrc
View file @
6bbf4019
...
@@ -12,7 +12,7 @@ case $HOSTNAME in
...
@@ -12,7 +12,7 @@ case $HOSTNAME in
codethink*) MIRRORSITE=http://ftp.uk.debian.org/debian ;;
codethink*) MIRRORSITE=http://ftp.uk.debian.org/debian ;;
*) echo "unsupported host, exiting." ; exit 1 ;;
*) echo "unsupported host, exiting." ; exit 1 ;;
esac
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
case $HOSTNAME in
profitbricks-build*i386)
profitbricks-build*i386)
EATMYDATA=yes ;;
EATMYDATA=yes ;;
...
...
hosts/jenkins-test-vm/etc/pbuilderrc
View file @
6bbf4019
...
@@ -12,7 +12,7 @@ case $HOSTNAME in
...
@@ -12,7 +12,7 @@ case $HOSTNAME in
codethink*) MIRRORSITE=http://ftp.uk.debian.org/debian ;;
codethink*) MIRRORSITE=http://ftp.uk.debian.org/debian ;;
*) echo "unsupported host, exiting." ; exit 1 ;;
*) echo "unsupported host, exiting." ; exit 1 ;;
esac
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
case $HOSTNAME in
profitbricks-build*i386)
profitbricks-build*i386)
EATMYDATA=yes ;;
EATMYDATA=yes ;;
...
...
hosts/jenkins/etc/pbuilderrc
View file @
6bbf4019
...
@@ -12,7 +12,7 @@ case $HOSTNAME in
...
@@ -12,7 +12,7 @@ case $HOSTNAME in
codethink*) MIRRORSITE=http://ftp.uk.debian.org/debian ;;
codethink*) MIRRORSITE=http://ftp.uk.debian.org/debian ;;
*) echo "unsupported host, exiting." ; exit 1 ;;
*) echo "unsupported host, exiting." ; exit 1 ;;
esac
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
case $HOSTNAME in
profitbricks-build*i386)
profitbricks-build*i386)
EATMYDATA=yes ;;
EATMYDATA=yes ;;
...
...
Prev
1
2
3
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment