Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

Re: Running build as a CRON job

Quote Reply
Re: Running build as a CRON job In reply to
You would have to add the required parameter to the cron file, like --changed or --all

Try putting this into a file called nph_build.txt

1 0 * * * /path/to/nph-build.cgi --all >> /path/to/nph_build.log 2>&1


Then set it up as normal....the example above builds every day at 12.01am


Why do you have to press Ctrl + D?

Paul
Installations:http://wiredon.net/gt/
Support: http://wiredon.net/forum/

Subject Author Views Date
Thread Running build as a CRON job qango 3275 May 10, 2001, 3:52 AM
Post Re: Running build as a CRON job
Paul 3210 May 10, 2001, 5:25 AM
Post Re: Running build as a CRON job
Stealth 3204 May 10, 2001, 7:32 AM