[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: reproducible Debian: loop forward so that additional links have the right ordering
Holger Levsen
gitlab at salsa.debian.org
Thu May 2 16:15:24 BST 2019
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
959a55c9 by Holger Levsen at 2019-05-02T15:12:09Z
reproducible Debian: loop forward so that additional links have the right ordering
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
584bd39c by Holger Levsen at 2019-05-02T15:15:13Z
reproducible Debian: temporarily disable poolize job to recreate everything
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2 changed files:
- bin/reproducible_pool_buildinfos.sh
- job-cfg/reproducible.yaml
Changes:
=====================================
bin/reproducible_pool_buildinfos.sh
=====================================
@@ -111,9 +111,9 @@ do_day(){
}
loop_through_all(){
- for YEAR in $(seq 2019 -1 2016) ; do
- for MONTH in $(seq -w 12 -1 01) ; do
- for DAY in $(seq -w 31 -1 01) ; do
+ for YEAR in $(seq 2016 2019) ; do
+ for MONTH in $(seq -w 01 12) ; do
+ for DAY in $(seq -w 01 31) ; do
do_day
done
done
=====================================
job-cfg/reproducible.yaml
=====================================
@@ -728,6 +728,7 @@
my_description: 'Link files for buildinfos.debian.net from date to pool structure'
my_hname: 'profitbricks7'
my_timed: '10 1,4,7,10,13,16,19,22 * * *'
+ my_disabled: true
my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh'
my_hname: ''
my_timeout: '1440'
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/542f4d51af2c3a3241560809a5b82fc0235887e8...584bd39ce67821d40d19a65fe5d268fbd92e8f6c
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/542f4d51af2c3a3241560809a5b82fc0235887e8...584bd39ce67821d40d19a65fe5d268fbd92e8f6c
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/90e5b8e1/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list