You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by ke...@apache.org on 2014/07/18 00:53:46 UTC

git commit: Fix release-candidate script to use apache-aurora-*

Repository: incubator-aurora
Updated Branches:
  refs/heads/master 5cf760bf3 -> 7d28711a1


Fix release-candidate script to use apache-aurora-*

Reviewed at https://reviews.apache.org/r/23667/


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

Branch: refs/heads/master
Commit: 7d28711a18fbd5f0f7520c39226b52a503edb5f3
Parents: 5cf760b
Author: Kevin Sweeney <ke...@apache.org>
Authored: Thu Jul 17 15:53:30 2014 -0700
Committer: Kevin Sweeney <ke...@apache.org>
Committed: Thu Jul 17 15:53:30 2014 -0700

----------------------------------------------------------------------
 build-support/release/release-candidate | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/7d28711a/build-support/release/release-candidate
----------------------------------------------------------------------
diff --git a/build-support/release/release-candidate b/build-support/release/release-candidate
index f786b6d..5601229 100755
--- a/build-support/release/release-candidate
+++ b/build-support/release/release-candidate
@@ -207,7 +207,7 @@ if [[ $publish == 1 ]]; then
   echo "Publishing release candidate to ${aurora_svn_dist_url}/${current_version_tag}"
   svn mkdir ${aurora_svn_dist_url}/${current_version_tag} -m "aurora-${current_version} release candidate ${rc_tag_version}"
   svn co --depth=empty ${aurora_svn_dist_url}/${current_version_tag} ${dist_dir}
-  svn add aurora-*
+  svn add ${dist_name}*
   svn ci -m "aurora-${current_version} release candidate ${rc_tag_version}"
 
   echo "Pushing new branch ${current_version_tag} to origin"