On Apr 15, 2010, at 11:47 PM, Mark Thomas wrote:

> On 16/04/2010 02:31, Sander Temme wrote:
>> Created, with the regular ssh scaffolding in place.  You are in sshusers and 
>> admin, and the latter has blanket sudo.
>> 
>> Enjoy,
>> 
>> S.
>> 
> 
> Many thanks.
> 
> I've got a few things to check. Depending on what needs doing, I may need to 
> reboot the vm. Is there anyone / any list you want me to notify before I do?

Naah.  I figure it crashes so often that no one will notice.  You might steer 
clear of the actual Gump runs at midnight, 8:00 and 16:00 (Pacific): 

scte...@vmgump:/srv/gump/public/gump$ sudo crontab -u gump -l
# "OFFICIAL" Public - The official Gump run, the one that sends email (uses JDK 
1.6 and the 'live' branch)
0 0 * * *       cd /srv/gump/public/gump/cron; /bin/bash gump.sh all --official

# Public - these are subruns of public that don't send email but update the web 
site
0 8,16 * * *    cd /srv/gump/public/gump/cron; /bin/bash gump.sh all

# Clean up older artifacts
5 21 * * * /usr/bin/find /srv/gump/*/jars -type f -ctime +2 | /usr/bin/xargs -r 
/bin/rm
10 21 * * * /usr/bin/find /home/gump/.ivy -type f -ctime +7 | /usr/bin/xargs -r 
/bin/rm
15 21 * * * /usr/bin/find /home/gump/.m2 -type f -ctime +7 | /usr/bin/xargs -r 
/bin/rm
#20 21 * * * /usr/bin/find /home/gump/.maven -type f -ctime +7 | /usr/bin/xargs 
-r /bin/rm

#Clean up after POI...
0 0 * * * /bin/rm -f /tmp/*.xls

If you happen to kill a run, remove /srv/gump/public/gump/gump.lock afterwards. 

S.

-- 
san...@temme.net              http://www.temme.net/sander/
PGP FP: 51B4 8727 466A 0BC3 69F4  B7B8 B2BE BC40 1529 24AF


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org

Reply via email to