[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: add support for manually re-running a specific day

Holger Levsen gitlab at salsa.debian.org
Thu May 2 16:02:27 BST 2019



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


Commits:
542f4d51 by Holger Levsen at 2019-05-02T15:02:15Z
reproducible Debian: add support for manually re-running a specific day

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

- - - - -


1 changed file:

- bin/reproducible_pool_buildinfos.sh


Changes:

=====================================
bin/reproducible_pool_buildinfos.sh
=====================================
@@ -120,8 +120,13 @@ loop_through_all(){
 	done
 }
 
-if [ -n "$1" ] ; then
+if [ -n "$1" ] && [ -z "$2" ] ; then
 	loop_through_all
+elif [ -n "$1" ] && [ -n "$2" ] && [ -n "$3" ] ; then
+	YEAR=$1
+	MONTH=$2
+	DAY=$3
+	do_day
 else
 	do_day
 	YEAR="$(date -u -d '1 day ago' +%Y)"



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/542f4d51af2c3a3241560809a5b82fc0235887e8

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/542f4d51af2c3a3241560809a5b82fc0235887e8
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/20190502/cb162ddf/attachment.html>


More information about the Qa-jenkins-scm mailing list