[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: explain what a job is doing

Holger Levsen gitlab at salsa.debian.org
Wed Feb 20 20:30:12 GMT 2019


Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
8342ef9e by Holger Levsen at 2019-02-20T20:30:04Z
reproducible Debian: explain what a job is doing

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/reproducible_compare_Debian_sha1sums.sh


Changes:

=====================================
bin/reproducible_compare_Debian_sha1sums.sh
=====================================
@@ -26,13 +26,19 @@ set -e
 # - throw away results (if none has been|which have not) signed with a tests.r-b.o key
 # - json files from buildinfo.d.n are never re-downloaded
 
+RELEASE=buster
+MODE="$1"
+
 echo
 echo
-echo 'this is an early prototype...'
+echo -n 'this is an early prototype...'
+if [ "$MODE" = "results" ] ; then
+	echo 'this job will show results based on data gathered in other jobs.'
+else
+	echo 'this job gathers data but does not show results.'
+fi
 echo
 echo
-RELEASE=buster
-MODE="$1"
 
 bdn_url="https://buildinfo.debian.net/api/v1/buildinfos/checksums/sha1"
 log=$(mktemp --tmpdir=$TMPDIR sha1-log-XXXXXXX)



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/8342ef9e044cdaadd2781923aab24e5029d9dd05

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/8342ef9e044cdaadd2781923aab24e5029d9dd05
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/20190220/451c7b73/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list