[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Archlinux: reduce mindate for rescheduling to 10d
Holger Levsen
gitlab at salsa.debian.org
Sun Sep 30 09:47:45 BST 2018
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
399c1f90 by Holger Levsen at 2018-09-30T08:47:34Z
reproducible Archlinux: reduce mindate for rescheduling to 10d
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_archlinux_scheduler.sh
Changes:
=====================================
bin/reproducible_archlinux_scheduler.sh
=====================================
@@ -172,7 +172,7 @@ update_archlinux_repositories() {
echo "$(date -u ) - should we schedule old packages?"
MAX=350
local THRESHOLD=450
- MINDATE=$(date -u +"%Y-%m-%d %H:%M" -d "14 days ago")
+ MINDATE=$(date -u +"%Y-%m-%d %H:%M" -d "10 days ago")
SCHDATE=$(date -u +"%Y-%m-%d %H:%M" -d "7 days")
local CURRENT=$(query_db "SELECT count(*) FROM sources AS s JOIN schedule AS sch ON s.id=sch.package_id WHERE s.architecture='x86_64' AND sch.date_build_started IS NULL;")
if [ $CURRENT -le $THRESHOLD ] ; then
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/399c1f900bf93b8f361bd94a27221f21d8dc6dca
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/399c1f900bf93b8f361bd94a27221f21d8dc6dca
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/20180930/3b270bc9/attachment.html>
More information about the Qa-jenkins-scm
mailing list