From 4ba12d4b23d87194df5e415f58608b99ab6fd50a Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Sat, 16 Aug 2014 21:48:21 +0000 Subject: [PATCH] Show last updated time on i.d.o Signed-off-by: Mark Hymers --- config/debian/common | 3 +++ 1 file changed, 3 insertions(+) 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 } -- 2.39.2