]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian/common
Show last updated time on i.d.o
[dak.git] / 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
 }