diff options
author | Jérémy Bobbio <lunar@debian.org> | 2015-01-19 18:56:06 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-01-19 19:09:44 +0100 |
commit | 385d843820d3a2f5561f0eb7ea7372f1e7fdbaa8 (patch) | |
tree | 884dbba468ce82a5bec9690e90597d4ba707aed3 /bin | |
parent | 30679ab6a81684b380653637e4f2a5fe31a15cae (diff) | |
download | jenkins.debian.net-385d843820d3a2f5561f0eb7ea7372f1e7fdbaa8.tar.xz |
reproducible: change the hostname in the second build
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index faa15d59..a17816d4 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -130,7 +130,7 @@ else echo "Re-building ${SRCPACKAGE} now." echo "=============================================================================" set -x - timeout 12h nice ionice -c 3 sudo DEB_BUILD_OPTIONS="parallel=$NUM_CPU" LANG="fr_CH.UTF-8" LC_ALL="fr_CH.UTF-8" pbuilder --build --configfile $TMPCFG --debbuildopts "-b" --basetgz /var/cache/pbuilder/base-reproducible.tgz --distribution sid ${SRCPACKAGE}_${EVERSION}.dsc + timeout 12h nice ionice -c 3 sudo DEB_BUILD_OPTIONS="parallel=$NUM_CPU" LANG="fr_CH.UTF-8" LC_ALL="fr_CH.UTF-8" unshare --uts /usr/sbin/pbuilder --build --configfile $TMPCFG --hookdir /etc/pbuilder/rebuild-hooks --debbuildopts "-b" --basetgz /var/cache/pbuilder/base-reproducible.tgz --distribution sid ${SRCPACKAGE}_${EVERSION}.dsc set +x dcmd cp /var/cache/pbuilder/result/${SRCPACKAGE}_${EVERSION}_amd64.changes b2 # and again (see comment 5 lines above) |