You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2008/05/16 11:48:59 UTC

svn commit: r656985 - /spamassassin/trunk/build/automc/run_one_nightly

Author: jm
Date: Fri May 16 02:48:58 2008
New Revision: 656985

URL: http://svn.apache.org/viewvc?rev=656985&view=rev
Log:
keep one day's nightly mass-check logs around

Modified:
    spamassassin/trunk/build/automc/run_one_nightly

Modified: spamassassin/trunk/build/automc/run_one_nightly
URL: http://svn.apache.org/viewvc/spamassassin/trunk/build/automc/run_one_nightly?rev=656985&r1=656984&r2=656985&view=diff
==============================================================================
--- spamassassin/trunk/build/automc/run_one_nightly (original)
+++ spamassassin/trunk/build/automc/run_one_nightly Fri May 16 02:48:58 2008
@@ -7,6 +7,9 @@
 # where the $HOMEs are:
 dir="/export/home/bbmass/mc-nightly/$user"
 
+# keep one day's logs around
+mv "$dir/corpus-nightly.log" "$dir/corpus-nightly.log.1"
+
 (
 echo "Starting corpus-nightly for $user ($dir): $dir/corpus-nightly.log"