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 2006/06/29 23:11:33 UTC

svn commit: r418138 - in /spamassassin/trunk/masses/rule-qa/automc: RUNME.after RUNME.before config.example post-comments scrape-bugzilla

Author: jm
Date: Thu Jun 29 14:11:32 2006
New Revision: 418138

URL: http://svn.apache.org/viewvc?rev=418138&view=rev
Log:
remove bugzilla-interaction script, which is now obsolete

Removed:
    spamassassin/trunk/masses/rule-qa/automc/post-comments
    spamassassin/trunk/masses/rule-qa/automc/scrape-bugzilla
Modified:
    spamassassin/trunk/masses/rule-qa/automc/RUNME.after
    spamassassin/trunk/masses/rule-qa/automc/RUNME.before
    spamassassin/trunk/masses/rule-qa/automc/config.example

Modified: spamassassin/trunk/masses/rule-qa/automc/RUNME.after
URL: http://svn.apache.org/viewvc/spamassassin/trunk/masses/rule-qa/automc/RUNME.after?rev=418138&r1=418137&r2=418138&view=diff
==============================================================================
--- spamassassin/trunk/masses/rule-qa/automc/RUNME.after (original)
+++ spamassassin/trunk/masses/rule-qa/automc/RUNME.after Thu Jun 29 14:11:32 2006
@@ -22,13 +22,4 @@
 # then generate the various forms of 'freqs' files...
 $SADIR/masses/rule-qa/corpus-hourly
 
-date
-
-# only post the comments to bugs in bugzilla once, on the first
-# time the results are read
-if [ ! -f $MCTMP/comments-posted ] ; then
-  ./post-comments
-  touch $MCTMP/comments-posted
-fi
-
 echo "RUNME.after finished"; date

Modified: spamassassin/trunk/masses/rule-qa/automc/RUNME.before
URL: http://svn.apache.org/viewvc/spamassassin/trunk/masses/rule-qa/automc/RUNME.before?rev=418138&r1=418137&r2=418138&view=diff
==============================================================================
--- spamassassin/trunk/masses/rule-qa/automc/RUNME.before (original)
+++ spamassassin/trunk/masses/rule-qa/automc/RUNME.before Thu Jun 29 14:11:32 2006
@@ -19,27 +19,6 @@
 PATH=$PATH:/usr/local/bin
 rm -rf $MCTMP; mkdir -p $MCTMP
 
-./scrape-bugzilla
-cp 70_scraped.cf $SADIR/rules
-
-if false                # OFF: do not commit anything to svn (Jul 28 2005 jm)
-then
-  (
-    cd $SADIR/rules
-    svn commit \
-         --username $SVN_USERNAME \
-         --file $MCTMP/commit.msg 70_scraped.cf
-  )
-fi
-
-# update the "tagtime" file; of course, we're not tagging, but it helps for
-# the corpus scripts
-touch $tagtime
-
-# and remove the flag file that indicates that the comment-posting step
-# should be inhibited later
-rm -f $MCTMP/comments-posted
-
 # and discard the old logfile
 mv LOG.after LOG.after.old
 

Modified: spamassassin/trunk/masses/rule-qa/automc/config.example
URL: http://svn.apache.org/viewvc/spamassassin/trunk/masses/rule-qa/automc/config.example?rev=418138&r1=418137&r2=418138&view=diff
==============================================================================
--- spamassassin/trunk/masses/rule-qa/automc/config.example (original)
+++ spamassassin/trunk/masses/rule-qa/automc/config.example Thu Jun 29 14:11:32 2006
@@ -9,17 +9,9 @@
 # by the automc user
 SADIR=/home/automc/svn/spamassassin
 
-# username and password for bugzilla account to comment with
-BZ_USERNAME=automc@example.com
-BZ_PASSWORD_FILE=/home/automc/.bz_passwd.cf
-
-# SVN username to commit changes to "rules/70_scraped.cf" with
-SVN_USERNAME=automc
-
 # URL of the "ruleqa.cgi" script as installed
 RULEQA_URL=http://buildbot.spamassassin.org/ruleqa
 
 # these must match what's in ~/.corpus, cf. "masses/rule-qa/README.nightly"
 html=/home/automc/corpus/html
-tagtime=/home/automc/corpus/tagtime