]> git.donarmstrong.com Git - dak.git/commitdiff
Show last updated time on i.d.o
authorMark Hymers <mhy@debian.org>
Sat, 16 Aug 2014 21:48:21 +0000 (21:48 +0000)
committerMark Hymers <mhy@debian.org>
Sat, 16 Aug 2014 21:48:21 +0000 (21:48 +0000)
Signed-off-by: Mark Hymers <mhy@debian.org>
config/debian/common

index e2f5d8110455deda38f16e9ab473125495cdc8cb..e44f2bb0e468a86dbd0fec8b7227d1b306c82814 100644 (file)
@@ -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 "<p>Last updated: `date -u`</p>" > ${incoming}/web/README.html
+
     # Tell the mirrors that we've updated
     chronic /usr/local/bin/static-update-component incoming.debian.org
 }