[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible: use lastSuccessfulBuild to determine the last good build
Holger Levsen
gitlab at salsa.debian.org
Mon Oct 1 18:39:56 BST 2018
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
2befc673 by Holger Levsen at 2018-10-01T17:39:40Z
reproducible: use lastSuccessfulBuild to determine the last good build
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_maintenance.sh
Changes:
=====================================
bin/reproducible_maintenance.sh
=====================================
@@ -133,7 +133,7 @@ if [ "$HOSTNAME" = "$MAINNODE" ] ; then
fi
cd $i/builds
LAST=$(ls -rt1 | tail -1)
- GOOD=$(basename $(readlink -f lastStableBuild))
+ GOOD=$(basename $(readlink -f lastSuccessfulBuild))
if [ "$LAST" = "$GOOD" ] ; then
DIFF=0
else
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/2befc673cd291c9d43faf0016dfa2d5ce73fc545
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/2befc673cd291c9d43faf0016dfa2d5ce73fc545
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/20181001/524cbc84/attachment.html>
More information about the Qa-jenkins-scm
mailing list