summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_pkg_sets.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-10 10:36:11 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-10 10:36:11 +0100
commit2849b40208d98d07fef8f2c3a41f217b8c894ae4 (patch)
treee75df1795317fdf07ade3d2e247f03cbc994e40d /bin/reproducible_html_pkg_sets.sh
parent8e158c1734ef4c873920e7c6b09f50494bdea5f6 (diff)
downloadjenkins.debian.net-2849b40208d98d07fef8f2c3a41f217b8c894ae4.tar.xz
reproducible: take more care to recreate the graphs when new data is available
Diffstat (limited to 'bin/reproducible_html_pkg_sets.sh')
-rwxr-xr-xbin/reproducible_html_pkg_sets.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_pkg_sets.sh b/bin/reproducible_html_pkg_sets.sh
index 6a2b024f..f861808f 100755
--- a/bin/reproducible_html_pkg_sets.sh
+++ b/bin/reproducible_html_pkg_sets.sh
@@ -81,7 +81,7 @@ update_meta_pkg_stats() {
echo "Updating meta pkg set stats for ${META_PKGSET[$1]} in $SUITE on $DATE."
fi
echo "Touching $SUITE/$ARCH/${TABLE[6]}_${META_PKGSET[$i]}.png..."
- touch -d "$FORCE_DATE 00:00" $BASE/$SUITE/$ARCH/${TABLE[6]}_${META_PKGSET[$i]}.png
+ touch -d "$FORCE_DATE 00:00 UTC" $BASE/$SUITE/$ARCH/${TABLE[6]}_${META_PKGSET[$i]}.png
fi
done
}