summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_repository_comparison.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-21 11:09:50 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-21 11:15:48 +0100
commit27ab8b8e5c9d6cec8cb4ea3f7159837753cc207c (patch)
tree97fe7c56a82ab0201f8a7f288bc5861f0c655b67 /bin/reproducible_html_repository_comparison.sh
parent0bc5b6953731532fa3b03b60135fed80cdd3fc52 (diff)
downloadjenkins.debian.net-27ab8b8e5c9d6cec8cb4ea3f7159837753cc207c.tar.xz
use 'date -u' always
Diffstat (limited to 'bin/reproducible_html_repository_comparison.sh')
-rwxr-xr-xbin/reproducible_html_repository_comparison.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_repository_comparison.sh b/bin/reproducible_html_repository_comparison.sh
index 72de5406..2745e824 100755
--- a/bin/reproducible_html_repository_comparison.sh
+++ b/bin/reproducible_html_repository_comparison.sh
@@ -38,7 +38,7 @@ custom_curl() {
ARCH="amd64"
SUITE="unstable"
-echo "$(date) - starting to write $PAGE page. Downloading Sources and Packages files from our repository."
+echo "$(date -u) - starting to write $PAGE page. Downloading Sources and Packages files from our repository."
write_page_header $VIEW "Comparison between the reproducible builds apt repository and regular Debian suites"
write_page "<p>These source packages (and their binaries packages) are different from unstable in our apt repository on alioth. They are available for <a href=\"https://wiki.debian.org/ReproducibleBuilds/ExperimentalToolchain#Usage_example\">testing using these sources.lists</a> entries:<pre>"
write_page "deb http://reproducible.alioth.debian.org/debian/ ./"