r5917 - /scripts/qa/versioncheck-html
dmn at users.alioth.debian.org
dmn at users.alioth.debian.org
Fri Jul 20 06:34:47 UTC 2007
Author: dmn
Date: Fri Jul 20 06:34:46 2007
New Revision: 5917
URL: http://svn.debian.org/wsvn/?sc=1&rev=5917
Log:
Add $Id$ to the script and its output, as well as date of page creation
Modified:
scripts/qa/versioncheck-html (contents, props changed)
Modified: scripts/qa/versioncheck-html
URL: http://svn.debian.org/wsvn/scripts/qa/versioncheck-html?rev=5917&op=diff
==============================================================================
--- scripts/qa/versioncheck-html (original)
+++ scripts/qa/versioncheck-html Fri Jul 20 06:34:46 2007
@@ -1,7 +1,10 @@
#!/bin/bash
# Copyright gregor herrmann <gregor+debian at comodo.priv.at>, 2007
+# Copyright Damyan Ivanov <dmn at debian.org>, 2007
# Released under the terms of the GNU GPL 2
+
+THIS_REVISION='$Id$'
. $(dirname $0)/commoncheck
@@ -137,6 +140,9 @@
echo "<tr><td colspan=\"4\"><b>TOTAL: $TOTAL</b></td></tr>"
echo "</table>"
+echo "<hr>"
+LANG=C date
+echo "<br></i>$THIS_REVISION</i>"
echo "</body>"
rm -rf $DIR
Propchange: scripts/qa/versioncheck-html
------------------------------------------------------------------------------
svn:keywords = Id
More information about the Pkg-perl-cvs-commits
mailing list