You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by Apache Wiki <wi...@apache.org> on 2017/11/02 14:15:08 UTC

[Spamassassin Wiki] Update of "InfraNotes2017" by Dave Jones

Dear Wiki user,

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

The "InfraNotes2017" page has been changed by Dave Jones:
https://wiki.apache.org/spamassassin/InfraNotes2017?action=diff&rev1=60&rev2=61

     *'''~/svn/masses/rule-update-score-gen/generate-new-scores.sh'''
      *uses ~/tmp/generate-new-scores for SVN work area
      *sorts out the usable corpus from the latest 'SVN revision' at the top of the submitter's log file which should match the latest tagged build of SVN rules
+     *${REVISION} LINE 123 NEEDS IMPROVEMENT!!!  THIS SVN REVISION NEEDS TO BE CLOSELY TIED TO THE REVISION THAT WAS STAGED IN THE MASSCHECK RSYNC DIR.
      *checks the sorted corpus for a minimum number of valid contributors and ham/spam
    *'''~/svn/trunk/build/mkupdates/mkupdate-with-scores'''
     *uses ~/tmp/sa-mkupdate for SVN working area
@@ -206, +207 @@

     *Usuable corpus symlink setup could be improved.  Invalid stale corpus should be removed into an archive/excluded dir.
   
   *30 8 * * * automc '''~/svn/trunk/build/mkupdates/run_nightly''' > /var/www/automc.spamassassin.org/mkupdates/mkupdates.txt
+   *Currently ${SA_VERSION} = "3.4.2"
+   *${REVISION} = latest SVN revision  THIS NEEDS TO BE ADDRESSED!!!  NEED TO PREVENT REVISION FROM MESSING UP THE MASSCHECK PROCESSING.
    *creates new rules/active.list
    *commits new rules/active.list
    *runs spamassassin lint against the updated rules and checks in a tagged version of 'sa-update_${SA_VERSION}_${TSTAMP}'
+   *commits "promotions validated" and emails dev@spamassassin.apache.org
    *creates ${REVISION}.tar.gz ${REVISION}.tar.gz.sha1 and ${REVISION}.tar.gz.asc in /var/www/automc.spamassassin.org/updates for mirrors to pull
    *updates DNS TXT entries [0-3].3.3.updates.spamassassin.org and 0.4.3.updates.spamassassin.org -- versions >= 3.4.1 have a CNAME to 3.3.3.updates.spamassassin.org
    *Script rewrite notes: