You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by gm...@apache.org on 2012/05/04 08:29:52 UTC

svn commit: r1333766 - /subversion/trunk/tools/dist/nightly.sh

Author: gmcdonald
Date: Fri May  4 06:29:52 2012
New Revision: 1333766

URL: http://svn.apache.org/viewvc?rev=1333766&view=rev
Log:
Comment out the calling of function that commits nightlies to svn.
We don't need this as we have them available at 
http://ci.apache.org/projects/subversion/nightlies/

I asume actual release candidates will be manually committed or otherwise
made available.

* dist/nightly.sh: comment out call to post-candidates


Modified:
    subversion/trunk/tools/dist/nightly.sh

Modified: subversion/trunk/tools/dist/nightly.sh
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/dist/nightly.sh?rev=1333766&r1=1333765&r2=1333766&view=diff
==============================================================================
--- subversion/trunk/tools/dist/nightly.sh (original)
+++ subversion/trunk/tools/dist/nightly.sh Fri May  4 06:29:52 2012
@@ -72,8 +72,8 @@ cd ..
 
 # Create the information page
 echo '-------------------moving results---------------------'
-./release.py --base-dir ${abscwd}/roll post-candidates trunk-nightly $head \
-    --target $target
+# ./release.py --base-dir ${abscwd}/roll post-candidates trunk-nightly $head \
+#     --target $target
 if [ ! -d "$target/dist" ]; then mkdir "$target/dist"; fi
 if [ -d "$target/dist/r$head" ]; then rm -r "$target/dist/r$head"; fi
 mv roll/deploy $target/dist/r$head