summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_graphs.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-12 11:59:55 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-12 11:59:55 +0100
commit90da9e16a8e812942c13fc445777b1612a214f50 (patch)
tree24d9dfbcf1f93499a64a675bdbf867faed15c0e9 /bin/reproducible_html_graphs.sh
parente7999003ef65f1add2fe782b22391d5037c02c4c (diff)
downloadjenkins.debian.net-90da9e16a8e812942c13fc445777b1612a214f50.tar.xz
reproducible: refactor
Diffstat (limited to 'bin/reproducible_html_graphs.sh')
-rwxr-xr-xbin/reproducible_html_graphs.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh
index 21aaac67..4a1c5e90 100755
--- a/bin/reproducible_html_graphs.sh
+++ b/bin/reproducible_html_graphs.sh
@@ -15,7 +15,6 @@ common_init "$@"
# init some variables
#
ARCH="amd64" # we only care about amd64 status here (for now)
-init_html
# 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')