Repository: incubator-brooklyn
Updated Branches:
  refs/heads/master 7087b1a41 -> c89d136c9


fix vote email script


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

Branch: refs/heads/master
Commit: c89d136c9299ff242775c4e45b84146bb06a02ec
Parents: 7087b1a
Author: Alex Heneveld <[email protected]>
Authored: Tue Nov 24 12:02:45 2015 +0000
Committer: Alex Heneveld <[email protected]>
Committed: Tue Nov 24 12:04:01 2015 +0000

----------------------------------------------------------------------
 release/print-vote-email.sh | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/c89d136c/release/print-vote-email.sh
----------------------------------------------------------------------
diff --git a/release/print-vote-email.sh b/release/print-vote-email.sh
index ac62241..5fd2256 100755
--- a/release/print-vote-email.sh
+++ b/release/print-vote-email.sh
@@ -34,6 +34,7 @@ base=apache-brooklyn-${VERSION_NAME}-rc${RC_NUMBER}
 
 if [ -z "$1" ] ; then fail "A single argument being the staging repo ID must 
be supplied, e.g. orgapachebrooklyn-1234" ; fi
 
+staging_repo_id=$1
 archetype_check=`curl 
https://repository.apache.org/content/repositories/${staging_repo_id}/archetype-catalog.xml
 2> /dev/null`
 if ! echo $archetype_check | grep brooklyn-archetype-quickstart > /dev/null ; 
then
   fail staging repo looks wrong at 
https://repository.apache.org/content/repositories/${staging_repo_id}

Reply via email to