summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/reproducible_html_archlinux.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_html_archlinux.sh b/bin/reproducible_html_archlinux.sh
index 26c2b4a7..b434238f 100755
--- a/bin/reproducible_html_archlinux.sh
+++ b/bin/reproducible_html_archlinux.sh
@@ -16,6 +16,7 @@ common_init "$@"
#
cd $BASE/archlinux
PAGE=archlinux.html
+echo "$(date -u) - starting to build $PAGE"
cat > $PAGE <<- EOF
<!DOCTYPE html>
<html lang="en-US">
@@ -49,5 +50,4 @@ done
write_page "</table>"
write_page_footer Archlinux
-publish_page archlinux
-
+echo "$(date -u) - enjoy $REPRODUCIBLE_URL/archlinux/$PAGE"