You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by km...@apache.org on 2019/06/13 02:00:17 UTC

svn commit: r1861211 - in /spamassassin/trunk/build: repackage_latest_update_rules update_stable

Author: kmcgrail
Date: Thu Jun 13 02:00:17 2019
New Revision: 1861211

URL: http://svn.apache.org/viewvc?rev=1861211&view=rev
Log:
Fixing release build scripts for trunk

Modified:
    spamassassin/trunk/build/repackage_latest_update_rules
    spamassassin/trunk/build/update_stable

Modified: spamassassin/trunk/build/repackage_latest_update_rules
URL: http://svn.apache.org/viewvc/spamassassin/trunk/build/repackage_latest_update_rules?rev=1861211&r1=1861210&r2=1861211&view=diff
==============================================================================
--- spamassassin/trunk/build/repackage_latest_update_rules (original)
+++ spamassassin/trunk/build/repackage_latest_update_rules Thu Jun 13 02:00:17 2019
@@ -35,7 +35,7 @@ fi
 DISTVNAME=$DISTNAME-$VERSION.r$SVNVER
 DISTVBASE=$DISTNAME-$VERSION
 
-MIRROR="http://bbmass.spamassassin.org/updates"
+MIRROR="https://ruleqa.spamassassin.org/updates"
 
 echo $SVNVER
 

Modified: spamassassin/trunk/build/update_stable
URL: http://svn.apache.org/viewvc/spamassassin/trunk/build/update_stable?rev=1861211&r1=1861210&r2=1861211&view=diff
==============================================================================
--- spamassassin/trunk/build/update_stable (original)
+++ spamassassin/trunk/build/update_stable Thu Jun 13 02:00:17 2019
@@ -6,8 +6,9 @@ set -ex
 
 MAINDISTVNAME=$DISTVNAME
 
-rm -rf $WEBDIR/doc
-tar cf - --exclude='.#*' doc | ( cd $WEBDIR ; tar xf - )
+#I think this was to publish the latest docs on the website
+#rm -rf $WEBDIR/doc
+#tar cf - --exclude='.#*' doc | ( cd $WEBDIR ; tar xf - )
 
 . build/repackage_latest_update_rules