oh my god, the cronny pain
authordavyd <davyd>
Wed, 17 Mar 2004 06:47:05 +0000 (06:47 +0000)
committerdavyd <davyd>
Wed, 17 Mar 2004 06:47:05 +0000 (06:47 +0000)
crontab
update-planet

diff --git a/crontab b/crontab
index 3e5e7cd..6e9292b 100644 (file)
--- a/crontab
+++ b/crontab
@@ -1 +1 @@
-*/5 *  * * *   echo -e "Updated at `date`:\n" > $HOME/projects/planetucc/planet.log ; $HOME/projects/planetucc/launch-update-planet.sh 2&>1 >> $HOME/projects/planetucc/planet.log
+*/5 *  * * *   echo -e "Updated at `date`:\n" > $HOME/projects/planetucc/planet.log ; $HOME/projects/planetucc/launch-update-planet.sh >>$HOME/projects/planetucc/planet.log
index 843c4ce..c4477ff 100755 (executable)
@@ -46,7 +46,7 @@ for feed in feeds:
                pass
 
 if not tainted:
-       sys.stderr.write('PlanetUCC: no objects have changed in the cache, not updating\n')
+       sys.stdout.write('PlanetUCC: no objects have changed in the cache, not updating\n')
        sys.exit(1)
 
 # step 3: sift the feeds

UCC git Repository :: git.ucc.asn.au