From a981a651fceaf0c60b0c34b934e05d9bf1b9e44b Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 12 Oct 2014 15:07:07 +0200 Subject: reproducible: add visible note about 2nd build --- bin/reproducible_build.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bin/reproducible_build.sh') diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index bee908b2..d95bf4c0 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -210,6 +210,11 @@ for SRCPACKAGE in ${PACKAGES} ; do # so first delete files from .dsc, then from .changes file sudo dcmd rm /var/cache/pbuilder/result/${SRCPACKAGE}_${EVERSION}.dsc sudo dcmd rm /var/cache/pbuilder/result/${SRCPACKAGE}_${EVERSION}_amd64.changes + set +x + echo "=============================================================================" + echo "Re-building ${SRCPACKAGE} now." + echo "=============================================================================" + set -x timeout 12h nice ionice -c 3 sudo DEB_BUILD_OPTIONS="parallel=$NUM_CPU" pbuilder --build --debbuildopts "-b" --basetgz /var/cache/pbuilder/base-reproducible.tgz --distribution sid ${SRCPACKAGE}_${EVERSION}.dsc dcmd cp /var/cache/pbuilder/result/${SRCPACKAGE}_${EVERSION}_amd64.changes b2 # and again (see comment 5 lines above) -- cgit v1.2.3-54-g00ecf