[Checkins] SVN: zope.release/trunk/ - Got the cron job running.

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Oct 9 13:30:59 EDT 2007


Log message for revision 80753:
  - Got the cron job running.
  
  - Cleaned up cfg file a bit.
  

Changed:
  U   zope.release/trunk/README.txt
  U   zope.release/trunk/controlled-packages.cfg

-=-
Modified: zope.release/trunk/README.txt
===================================================================
--- zope.release/trunk/README.txt	2007-10-09 17:22:30 UTC (rev 80752)
+++ zope.release/trunk/README.txt	2007-10-09 17:30:58 UTC (rev 80753)
@@ -73,8 +73,9 @@
      $ ./bin/generate-versions
      $ ./bin//upload
 
-TODO: Setup a cron job that listens for changes in ``controlled-packages.cfg``
-      and updates the index, if necessary.
+   Once the files are uploaded, a crontab-job, running every minute, will
+   detect the changes in ``controlled-pages.cfg`` and will generate the new
+   controlled package pages.
 
 Note: I think the process is still a tiny bit too long. I probably write a
 script that makes testing a new version of a package easier, but let's see

Modified: zope.release/trunk/controlled-packages.cfg
===================================================================
--- zope.release/trunk/controlled-packages.cfg	2007-10-09 17:22:30 UTC (rev 80752)
+++ zope.release/trunk/controlled-packages.cfg	2007-10-09 17:30:58 UTC (rev 80753)
@@ -92,16 +92,16 @@
 versions = 1.2b
 
 [zc.recipe.egg]
-# The zc recipes need a special environment to be tested. 
+# The zc recipes need a special environment to be tested.
 tested = false
 versions = 1.0.0b6
 
 [zc.recipe.filestorage]
-# The zc recipes need a special environment to be tested. 
+# The zc recipes need a special environment to be tested.
 versions = 1.0a5
 
 [zc.recipe.testrunner]
-# The zc recipes need a special environment to be tested. 
+# The zc recipes need a special environment to be tested.
 versions = 1.0.0b8
 
 [zc.resourcelibrary]
@@ -381,4 +381,4 @@
 versions = 3.4.0
 
 [zope.viewlet]
-versions = 3.4dev-r73833
\ No newline at end of file
+versions = 3.4dev-r73833



More information about the Checkins mailing list