You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by Apache Wiki <wi...@apache.org> on 2011/02/05 07:01:47 UTC

[Gump Wiki] Update of "VmgumpConfig" by StefanBodewig

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Gump Wiki" for change notification.

The "VmgumpConfig" page has been changed by StefanBodewig.
The comment on this change is: wrong location of jar repository, clean up /tmp as well.
http://wiki.apache.org/gump/VmgumpConfig?action=diff&rev1=76&rev2=77

--------------------------------------------------

  0 0,6,12,18 * * *    cd /srv/gump/public/gump/cron; /bin/bash gump.sh all
  
  # Clean up older artifacts
+ 0 0 * * * /usr/bin/find /srv/gump/public/workspace/repo -type f -ctime +6 | /usr/bin/xargs -r /bin/rm > /dev/null 2>&1
+ 
+ #Clean up after POI and other tests
- 0 0 * * * /usr/bin/find /srv/gump/*/jars -type f -ctime +6 | /usr/bin/xargs -r /bin/rm
+ 0 0 * * * /usr/bin/find /tmp -type f -ctime +6 | /usr/bin/xargs -r /bin/rm > /dev/null 2>&1
- 
- #Clean up after POI...
- 0 0 * * * /bin/rm -f /tmp/*.xls
  }}}
  
  wait for the next run to start.