diff options
author | Rob Austein <sra@hactrn.net> | 2014-06-02 04:05:37 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2014-06-02 04:05:37 +0000 |
commit | 38419bb62a4abb00b1c374bfea8912714b3bf7ec (patch) | |
tree | 94cc37e1a5e1ad42f46f6bbaf8e5ba1c13a2fde2 /buildtools/rpki-pbuilder.crontab | |
parent | 72c7ad03606aac4995aaf9ceb5b5849b9ee8561f (diff) |
Archive current configuration of pbuilder robot prior to VM fork lift.
svn path=/trunk/; revision=5858
Diffstat (limited to 'buildtools/rpki-pbuilder.crontab')
-rw-r--r-- | buildtools/rpki-pbuilder.crontab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/rpki-pbuilder.crontab b/buildtools/rpki-pbuilder.crontab index b81a0901..6a26d3a9 100644 --- a/buildtools/rpki-pbuilder.crontab +++ b/buildtools/rpki-pbuilder.crontab @@ -1 +1 @@ -*/10 * * * * /usr/bin/python $HOME/rpki-pbuilder.py > $HOME/rpki-pbuilder.$$.log 2>&1; if test -s $HOME/rpki-pbuilder.$$.log; then /bin/mv -f $HOME/rpki-pbuilder.$$.log $HOME/rpki-pbuilder.log; else /bin/rm -f $HOME/rpki-pbuilder.$$.log; fi +*/10 * * * * /usr/sbin/logrotate -s /home/sra/logrotate.state /home/sra/logrotate.conf; /usr/bin/python $HOME/builder.py >> $HOME/builder.log 2>&1 |