[med-svn] r2156 - trunk/community/infrastructure/scripts

tille at alioth.debian.org tille at alioth.debian.org
Sun Jul 6 06:44:44 UTC 2008


Author: tille
Date: 2008-07-06 06:44:43 +0000 (Sun, 06 Jul 2008)
New Revision: 2156

Modified:
   trunk/community/infrastructure/scripts/update-tasks
   trunk/community/infrastructure/scripts/update-tasks-wrapper
Log:
Deactivate this script and issue a warning about this.  I'm not able to uninstall Davids corn job by other means.  (David, sorry for the noise this might cause in your mail box via cron while you are offline - but I see no other chance ...)


Modified: trunk/community/infrastructure/scripts/update-tasks
===================================================================
--- trunk/community/infrastructure/scripts/update-tasks	2008-07-06 01:20:27 UTC (rev 2155)
+++ trunk/community/infrastructure/scripts/update-tasks	2008-07-06 06:44:43 UTC (rev 2156)
@@ -9,12 +9,18 @@
 # v3, or any later revision.
 #
 
+from sys import argv, exit, stderr
+print "There is a new mechanism to update the tasks pages of all CDDs"
+print "Please deactivate your cron job."
+print "Just have a look at"
+print "   http://wiki.debian.org/DebianEdu/Extremadura2008/WebSentinelHowto"
+exit(-1)
+
 import apt
 import apt_pkg
 import apt_inst
 import HTMLTemplate
 import re
-from sys import argv, exit, stderr
 import os
 from stat import S_IWGRP, S_IRUSR, S_IRGRP, S_IWUSR, S_IROTH
 import time

Modified: trunk/community/infrastructure/scripts/update-tasks-wrapper
===================================================================
--- trunk/community/infrastructure/scripts/update-tasks-wrapper	2008-07-06 01:20:27 UTC (rev 2155)
+++ trunk/community/infrastructure/scripts/update-tasks-wrapper	2008-07-06 06:44:43 UTC (rev 2156)
@@ -1,4 +1,10 @@
 #!/bin/bash
+echo "There is a new procedure to update tasks packages of all CDDs"
+echo "Please deactivate your cron job."
+echo "Just have a look at"
+echo "   http://wiki.debian.org/DebianEdu/Extremadura2008/WebSentinelHowto"
+exit -1
+
 SCRIPT=/home/groups/debian-med/scripts/update-tasks
 
 python $SCRIPT debian-med 1>/dev/null 2>&1




More information about the debian-med-commit mailing list