From 659b2aa7cc2bfc42d7a55fe330a05f88c86e7904 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 6 Oct 2015 18:43:28 +0200 Subject: reproducible: make sure images are updated ASAP --- bin/reproducible_html_pkg_sets.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_html_pkg_sets.sh') diff --git a/bin/reproducible_html_pkg_sets.sh b/bin/reproducible_html_pkg_sets.sh index 37e6ef5d..6a2b024f 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" -- cgit v1.2.3-54-g00ecf