[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] Show last updated time on i.d.o



Signed-off-by: Mark Hymers <mhy@debian.org>
---
 config/debian/common |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/config/debian/common b/config/debian/common
index e2f5d81..e44f2bb 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 "<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
 }
-- 
1.7.10.4


Reply to: