[Reproducible-commits] [misc] 01/01: prebuilder: split lines

Holger Levsen holger at moszumanska.debian.org
Thu Mar 19 16:39:00 UTC 2015


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

holger pushed a commit to branch master
in repository misc.

commit 268026b8cc289b5631d958c115f0b5c76e0fd469
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Mar 19 17:36:52 2015 +0100

    prebuilder: split lines
---
 prebuilder/rebuild.sh | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/prebuilder/rebuild.sh b/prebuilder/rebuild.sh
index afcc881..e8f5290 100755
--- a/prebuilder/rebuild.sh
+++ b/prebuilder/rebuild.sh
@@ -27,7 +27,11 @@ PACKAGE="$1"
 rm -r b1 b2
 mkdir -p b1 b2 logs
 
-sudo DEB_BUILD_OPTIONS="nocheck" TZ="/usr/share/zoneinfo/Etc/GMT+12" LANG="en_US.UTF-8" LC_ALL="en_US.UTF-8" unshare --uts -- $BUILDER --build $BUILDER_OPTS --debbuildopts '-b' --buildresult b1 --logfile logs/${PACKAGE}.build1 ${PACKAGE}_*.dsc
+sudo \
+ DEB_BUILD_OPTIONS="nocheck" \
+ TZ="/usr/share/zoneinfo/Etc/GMT+12" \
+ LANG="en_US.UTF-8" LC_ALL="en_US.UTF-8" \
+ unshare --uts -- $BUILDER --build $BUILDER_OPTS --debbuildopts '-b' --buildresult b1 --logfile logs/${PACKAGE}.build1 ${PACKAGE}_*.dsc
 xz < logs/${PACKAGE}.build1 > logs/${PACKAGE}.build1.xz
 
 # Let's make a tarball of the build result. This allows us
@@ -41,7 +45,12 @@ TMPTAR="$TMPDIR/initial_build.tar"
 
 (cd b1 && tar -cf "$TMPTAR" $(dcmd ${PACKAGE}_*.changes))
 
-sudo DEB_BUILD_OPTIONS="nocheck" TZ="/usr/share/zoneinfo/Etc/GMT-14" LANG="fr_CH.UTF-8" LC_ALL="fr_CH.UTF-8" linux64 --uname-2.6 unshare --uts -- $BUILDER --build $BUILDER_OPTS --configfile "$SCRIPT_DIR/pbuilderrc.rebuild" --debbuildopts '-b' --buildresult b2 --logfile logs/${PACKAGE}.build2 --hookdir "$SCRIPT_DIR/pbuilderhooks" --inputfile "$TMPTAR" ${PACKAGE}_*.dsc
+sudo \
+ DEB_BUILD_OPTIONS="nocheck" \
+ TZ="/usr/share/zoneinfo/Etc/GMT-14" \
+ LANG="fr_CH.UTF-8" \
+ LC_ALL="fr_CH.UTF-8" \
+ linux64 --uname-2.6 unshare --uts -- $BUILDER --build $BUILDER_OPTS --configfile "$SCRIPT_DIR/pbuilderrc.rebuild" --debbuildopts '-b' --buildresult b2 --logfile logs/${PACKAGE}.build2 --hookdir "$SCRIPT_DIR/pbuilderhooks" --inputfile "$TMPTAR" ${PACKAGE}_*.dsc
 xz < logs/${PACKAGE}.build2 > logs/${PACKAGE}.build2.xz
 
 if [ -f b2/debbindiff.html ]; then

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/misc.git



More information about the Reproducible-commits mailing list