[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian rebuilder 'thing': capture full output from running debrebuild
Holger Levsen
gitlab at salsa.debian.org
Wed Apr 1 13:41:33 BST 2020
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
21ffeee5 by Holger Levsen at 2020-04-01T14:41:26+02:00
reproducible Debian rebuilder 'thing': capture full output from running debrebuild
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_debian_rebuilder_prototype.sh
Changes:
=====================================
bin/reproducible_debian_rebuilder_prototype.sh
=====================================
@@ -63,7 +63,7 @@ cat $FILE
DEBREBUILD=$(mktemp -t debrebuild.XXXXXXXX)
output_echo "trying to debrebuild $PKG..."
# workaround until devscripts 2.20.3 is released
-/srv/jenkins/bin/rb-debrebuild $FILE | tee $DEBREBUILD
+/srv/jenkins/bin/rb-debrebuild $FILE 2>&1 | tee $DEBREBUILD
# actually run sbuild
# - workaround #955123 in devscripts: debrebuild: please provide --sbuild-output-only option
@@ -72,7 +72,7 @@ output_echo "trying to debrebuild $PKG..."
# - using sed
output_echo "trying to re-sbuild $PKG..."
SBUILD=$(tail -1 $DEBREBUILD | sed 's# sbuild # sbuild --no-run-lintian #')
-output_echo "sbuild is now called as:"
+output_echo "using this sbuild call:"
echo $SBUILD
echo
eval $SBUILD
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/21ffeee53d7c7f22255b76dccda13cd7a1fdbc68
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/21ffeee53d7c7f22255b76dccda13cd7a1fdbc68
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20200401/fdc51e54/attachment.html>
More information about the Qa-jenkins-scm
mailing list