You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by st...@apache.org on 2015/12/22 01:16:21 UTC

incubator-slider git commit: SLIDER-1014 rc0 done; this is the update to release.xml needed to get the SVN upload to work

Repository: incubator-slider
Updated Branches:
  refs/heads/branches/branch-0.9 1c823b167 -> c35659977


SLIDER-1014 rc0 done; this is the update to release.xml needed to get the SVN upload to work


Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/c3565997
Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/c3565997
Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/c3565997

Branch: refs/heads/branches/branch-0.9
Commit: c35659977d098a017df6fe9590645be3c89c8f51
Parents: 1c823b1
Author: Steve Loughran <st...@apache.org>
Authored: Tue Dec 22 00:15:50 2015 +0000
Committer: Steve Loughran <st...@apache.org>
Committed: Tue Dec 22 00:15:50 2015 +0000

----------------------------------------------------------------------
 bin/release.xml | 19 +++++++++++++++----
 1 file changed, 15 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/c3565997/bin/release.xml
----------------------------------------------------------------------
diff --git a/bin/release.xml b/bin/release.xml
index 415b395..dd76c92 100644
--- a/bin/release.xml
+++ b/bin/release.xml
@@ -424,10 +424,14 @@
     <must-exist file="${svn.release.dir}/${source.archive.name}.tar.gz" />
 
     <svn>
+      <arg value="add"/>
+      <arg file="${svn.release.dir}" />
+    </svn>
+    <svn>
       <arg value="commit"/>
       <arg value="-m"/>
       <arg value="${svn.commit.message}"/>
-      <arg location="${svn.release.dir}" />
+      <arg file="${svn.release.dir}" />
     </svn>
   </target>
 
@@ -471,8 +475,8 @@
       The artifacts are now on the Apache Repository staging server.
       ==============================================================
 
-      1. Log in to https://repository.apache.org/index.html
-         with your ASF username and LDAP password
+      1. With your ASF username and LDAP password, Log in to
+         https://repository.apache.org/index.html
       2. Go to "Staging Repositories"
          https://repository.apache.org/index.html#stagingRepositories)
       3. Search for the `orgapacheslider` repository with the highest number
@@ -526,9 +530,15 @@ Voting lasts 72h,
     <loadfile property="slider.vote.text" srcfile="${slider.vote.file}" />
     <echo>
 Voting text is in ${slider.vote.file}
+-------------
 
 ${slider.vote.text}
-    </echo>
+
+-----------
+
+Now send an email to dev@slider.incubator.apache.org
+with the subject and body derived from  ${slider.vote.file}
+  </echo>
   </target>
 
   <target name="generate-vote-text" depends="check-release-urls, echo-vote-text"
@@ -546,4 +556,5 @@ ${slider.vote.text}
     <echo>Source artifacts committed on subversion</echo>
   </target>
 
+
 </project>