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/04/21 00:08:14 UTC

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

Author: jm
Date: Sun Apr 20 15:08:13 2008
New Revision: 649986

URL: http://svn.apache.org/viewvc?rev=649986&view=rev
Log:
work around problems with missing .corpus files pre-checkout

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=649986&r1=649985&r2=649986&view=diff
==============================================================================
--- spamassassin/trunk/build/automc/run_one_nightly (original)
+++ spamassassin/trunk/build/automc/run_one_nightly Sun Apr 20 15:08:13 2008
@@ -24,6 +24,10 @@
 
 export HOME PERL TMPDIR
 
+# attempt to ensure the raw .corpus file is up to date (don't
+# worry about tags etc. just yet)
+( cd $dir/svn ; svn cleanup ; svn up build/nightlymc ) < /dev/null
+
 # create the .corpus file, keeping the rsync password secret;
 # the string __RSYNC_PASSWORD__ will be replaced with the
 # contents of /export/home/bbmass/mc-nightly/USERNAME/rsync_password