[med-svn] r2652 - trunk/community/infrastructure/scripts
tille at alioth.debian.org
tille at alioth.debian.org
Tue Nov 11 13:03:05 UTC 2008
Author: tille
Date: 2008-11-11 13:03:04 +0000 (Tue, 11 Nov 2008)
New Revision: 2652
Modified:
trunk/community/infrastructure/scripts/update-website
Log:
Verify correct operation by removing depuging line
Modified: trunk/community/infrastructure/scripts/update-website
===================================================================
--- trunk/community/infrastructure/scripts/update-website 2008-11-11 12:59:48 UTC (rev 2651)
+++ trunk/community/infrastructure/scripts/update-website 2008-11-11 13:03:04 UTC (rev 2652)
@@ -11,7 +11,7 @@
for tomove in `find $BASE/htdocs -maxdepth 1 -mindepth 1` ; do
case "`basename $tomove`" in
"bugs"|"tasks")
- echo "Do not move bugs or tasks"
+ # echo "Do not move bugs or tasks"
;;
*)
mv "$tomove" $BASE/htdocs-backup/
More information about the debian-med-commit
mailing list