[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible alpine/archlinux: fix bug that incorrectly selects cloudy icon
Mattia Rizzolo
gitlab at salsa.debian.org
Fri Dec 6 21:00:48 GMT 2019
Mattia Rizzolo pushed to branch master at Debian QA / jenkins.debian.net
Commits:
70a8fe35 by kpcyrd at 2019-12-06T20:55:48Z
reproducible alpine/archlinux: fix bug that incorrectly selects cloudy icon
- - - - -
1 changed file:
- bin/reproducible_common.sh
Changes:
=====================================
bin/reproducible_common.sh
=====================================
@@ -1140,6 +1140,7 @@ create_pkg_html() {
continue
elif [ ! -z "$(grep 'build reproducible in our test framework' $ARCHLINUX_PKG_PATH/$ARTIFACT)" ] ; then
SOME_GOOD=true
+ STATE=reproducible
include_icon $STATE "<a href=\"/archlinux/$REPOSITORY/$SRCPACKAGE/$ARTIFACT\">${ARTIFACT:0:-5}</a> is reproducible in our current test framework<br />"
else
# change $STATE unless we have found .buildinfo differences already...
@@ -1255,6 +1256,7 @@ create_alpine_pkg_html() {
continue
elif [ ! -z "$(grep 'build reproducible in our test framework' $ALPINE_PKG_PATH/$ARTIFACT)" ] ; then
SOME_GOOD=true
+ STATE=reproducible
include_icon $STATE "<a href=\"/alpine/$REPOSITORY/$SRCPACKAGE/$ARTIFACT\">${ARTIFACT:0:-5}</a> is reproducible in our current test framework<br />"
else
# change $STATE unless we have found .buildinfo differences already...
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/70a8fe3552c12558c14651e932c75d683d16fee1
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/70a8fe3552c12558c14651e932c75d683d16fee1
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/20191206/39907883/attachment.html>
More information about the Qa-jenkins-scm
mailing list