On Sun, 28 Jan 2007, Martijn Kruithof <[EMAIL PROTECTED]> wrote:
> I have installed a cron job on people.apache.org to automatically
> update the web site.
Thanks
Stefan
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additiona
Hi
I have installed a cron job on people.apache.org to automatically update
the web site.
Any objections?
Script: /home/jkf/updateweb
#!/bin/tcsh
cd /www/ant.apache.org
/usr/local/bin/svn up | /usr/bin/grep -v "At revision"
crontab:
57 2 * * * /home/jkf/updateweb
br Martijn
---