From 27ab8b8e5c9d6cec8cb4ea3f7159837753cc207c Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 21 Dec 2015 11:09:50 +0100 Subject: use 'date -u' always --- bin/reproducible_html_pkg_sets.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 55908eea..ba4346f6 100755 --- a/bin/reproducible_html_pkg_sets.sh +++ b/bin/reproducible_html_pkg_sets.sh @@ -113,7 +113,7 @@ create_pkg_sets_pages() { # VIEW=pkg_sets PAGE=index_${VIEW}.html - echo "$(date) - starting to write $PAGE page." + echo "$(date -u) - starting to write $PAGE page." write_page_header $VIEW "Overview about reproducible builds of specific package sets in $SUITE/$ARCH" create_pkg_sets_navigation write_page_footer @@ -124,7 +124,7 @@ create_pkg_sets_pages() { local i for i in $(seq 1 ${#META_PKGSET[@]}) ; do PAGE="pkg_set_${META_PKGSET[$i]}.html" - echo "$(date) - starting to write $PAGE page." + echo "$(date -u) - starting to write $PAGE page." write_page_header $VIEW "Overview about reproducible builds for the ${META_PKGSET[$i]} package set in $SUITE/$ARCH" create_pkg_sets_navigation write_page "
" -- cgit v1.2.3-70-g09d2