From: Mark Hymers Date: Sat, 16 Aug 2014 21:48:21 +0000 (+0000) Subject: Show last updated time on i.d.o X-Git-Url: https://git.donarmstrong.com/?p=dak.git;a=commitdiff_plain;h=4ba12d4b23d87194df5e415f58608b99ab6fd50a Show last updated time on i.d.o Signed-off-by: Mark Hymers --- diff --git a/config/debian/common b/config/debian/common index e2f5d811..e44f2bb0 100644 --- a/config/debian/common +++ b/config/debian/common @@ -38,6 +38,9 @@ function make_buildd_dir () { dak generate-packages-sources2 -a build-queues dak generate-releases -a build-queues >/dev/null + # Stick a last modified date in the page footer + echo "

Last updated: `date -u`

" > ${incoming}/web/README.html + # Tell the mirrors that we've updated chronic /usr/local/bin/static-update-component incoming.debian.org }