[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] debian rebuilder prototype: deal with typo in debrebuild option name name
Holger Levsen
gitlab at salsa.debian.org
Mon Mar 1 01:15:26 GMT 2021
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
486bf74a by Holger Levsen at 2021-03-01T02:15:17+01:00
debian rebuilder prototype: deal with typo in debrebuild option name name
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
=====================================
@@ -156,7 +156,7 @@ mv $FILE ..
set -o pipefail # see eg http://petereisentraut.blogspot.com/2010/11/pipefail.html
DEBREBUILD=$(mktemp -t debrebuild-cmd.XXXXXXXX)
output_echo "trying to debrebuild $PKG ($BINARY_VERSION)"
-/srv/jenkins/bin/rb-debrebuild --builder=sbuild --timestamp=metasnap --buildresults=. ../$FILE 2>&1 | tee $DEBREBUILD
+/srv/jenkins/bin/rb-debrebuild --builder=sbuild --timestamp=metasnap --buildresult=. ../$FILE 2>&1 | tee $DEBREBUILD
RESULT=$?
if [ "$RESULT" != "0" ] ; then
output_echo "Warning: rb-debrebuild exited with $RESULT"
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/486bf74aed1c0cb15ad96fa33d13fbc28800c8c5
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/486bf74aed1c0cb15ad96fa33d13fbc28800c8c5
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/20210301/7f71c940/attachment.htm>
More information about the Qa-jenkins-scm
mailing list