[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: make sure images are updated ASAP
Holger Levsen
holger at moszumanska.debian.org
Tue Oct 6 16:44:06 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 659b2aa7cc2bfc42d7a55fe330a05f88c86e7904
Author: Holger Levsen <holger at layer-acht.org>
Date: Tue Oct 6 18:43:28 2015 +0200
reproducible: make sure images are updated ASAP
---
bin/reproducible_html_dashboard.sh | 2 +-
bin/reproducible_html_pkg_sets.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh
index 5ec5c1a..6f22e91 100755
--- a/bin/reproducible_html_dashboard.sh
+++ b/bin/reproducible_html_dashboard.sh
@@ -16,7 +16,7 @@ common_init "$@"
#
# we only do stats up until yesterday... we also could do today too but not update the db yet...
DATE=$(date -d "1 day ago" '+%Y-%m-%d')
-FORCE_DATE=$(date -d "2 day ago" '+%Y-%m-%d')
+FORCE_DATE=$(date -d "3 days ago" '+%Y-%m-%d')
NOTES_GIT_PATH="/var/lib/jenkins/jobs/reproducible_html_notes/workspace"
# variables related to the stats we update
diff --git a/bin/reproducible_html_pkg_sets.sh b/bin/reproducible_html_pkg_sets.sh
index 37e6ef5..6a2b024 100755
--- a/bin/reproducible_html_pkg_sets.sh
+++ b/bin/reproducible_html_pkg_sets.sh
@@ -17,7 +17,7 @@ common_init "$@"
ARCH="amd64" # we only care about amd64 status here (for now)
# we only do stats up until yesterday... we also could do today too but not update the db yet...
DATE=$(date -d "1 day ago" '+%Y-%m-%d')
-FORCE_DATE=$(date -d "2 day ago" '+%Y-%m-%d')
+FORCE_DATE=$(date -d "3 days ago" '+%Y-%m-%d')
# variables related to the stats we update
FIELDS[6]="datum, reproducible, unreproducible, FTBFS, other"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list