Repository: incubator-slider
Updated Branches:
  refs/heads/branches/branch-0.9 e5cf2d793 -> 570c00714


SLIDER-1014 vote result messages now add a comment property —with example


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

Branch: refs/heads/branches/branch-0.9
Commit: 570c00714f3119926885788f21773745621b5453
Parents: e5cf2d7
Author: Steve Loughran <ste...@apache.org>
Authored: Wed Jan 6 15:58:22 2016 +0000
Committer: Steve Loughran <ste...@apache.org>
Committed: Wed Jan 6 15:58:22 2016 +0000

----------------------------------------------------------------------
 bin/release.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/570c0071/bin/release.xml
----------------------------------------------------------------------
diff --git a/bin/release.xml b/bin/release.xml
index 2d495a7..8de52ec 100644
--- a/bin/release.xml
+++ b/bin/release.xml
@@ -711,6 +711,7 @@ with the subject and body derived from  ${slider.vote.file}
     <property name="vote.result.positive" 
value="${vote.result.positive.binding}" />
     <property name="vote.result.zero" value="${vote.result.zero.binding}" />
     <property name="vote.result.negative" 
value="${vote.result.negative.binding}" />
+    <property name="vote.result.comment" value="" />
     <condition property="vote.succeeded"
       value="succeeded -an incubator vote will now be started">
       <and>
@@ -728,6 +729,7 @@ with the subject and body derived from  ${slider.vote.file}
 +1 votes: ${vote.result.positive} (${vote.result.positive.binding} binding)
 +0 votes: ${vote.result.zero} (${vote.result.zero.binding} binding)
 -1 votes: ${vote.result.negative} (${vote.result.negative.binding} binding)
+${vote.result.comment}
     </property>
   </target>
 
@@ -822,6 +824,7 @@ with the subject and body derived from 
${slider.vote.incubator.file}
     <property name="vote.incubator.result.positive" 
value="${vote.incubator.result.positive.binding}" />
     <property name="vote.incubator.result.zero" 
value="${vote.incubator.result.zero.binding}" />
     <property name="vote.incubator.result.negative" 
value="${vote.incubator.result.negative.binding}" />
+    <property name="vote.incubator.result.comment" value="" />
     <condition property="vote.incubator.succeeded"
       value="succeeded -an incubator vote will now be started">
       <and>
@@ -839,7 +842,7 @@ with the subject and body derived from 
${slider.vote.incubator.file}
 +1 votes: ${vote.incubator.result.positive} 
(${vote.incubator.result.positive.binding} binding)
 +0 votes: ${vote.incubator.result.zero} (${vote.incubator.result.zero.binding} 
binding)
 -1 votes: ${vote.incubator.result.negative} 
(${vote.incubator.result.negative.binding} binding)
-    </property>
+${vote.incubator.result.comment}</property>
   </target>
 
   <target name="generate-incubator-result-message" 
depends="prepare-incubator-vote-results"

Reply via email to