Replace aurora with usergrid.
Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/a7228670 Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/a7228670 Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/a7228670 Branch: refs/heads/master Commit: a7228670e22d454968c979ab1214adca1241ddbb Parents: 9e5977e Author: Dave Johnson <[email protected]> Authored: Thu Nov 20 10:27:30 2014 +0100 Committer: Dave Johnson <[email protected]> Committed: Thu Nov 20 10:27:30 2014 +0100 ---------------------------------------------------------------------- release/release-candidate.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/a7228670/release/release-candidate.sh ---------------------------------------------------------------------- diff --git a/release/release-candidate.sh b/release/release-candidate.sh old mode 100644 new mode 100755 index 37b8db6..913c2eb --- a/release/release-candidate.sh +++ b/release/release-candidate.sh @@ -27,8 +27,8 @@ set -o errexit set -o nounset rc_tag_version=0 -usergrid_git_web_url='https://git-wip-us.apache.org/repos/asf?p=incubator-aurora.git' -usergrid_svn_dist_url='https://dist.apache.org/repos/dist/dev/incubator/aurora' +usergrid_git_web_url='https://git-wip-us.apache.org/repos/asf?p=incubator-usergrid.git' +usergrid_svn_dist_url='https://dist.apache.org/repos/dist/dev/incubator/usergrid' function print_help_and_exit { cat <<EOF @@ -205,7 +205,7 @@ shasum ${dist_name}.tar.gz > ${dist_name}.tar.gz.sha # Publish release candidate to svn and commit and push the new git branch if [[ $publish == 1 ]]; then echo "Publishing release candidate to ${usergrid_svn_dist_url}/${current_version_tag}" - svn mkdir ${usergrid_svn_dist_url}/${current_version_tag} -m "aurora-${current_version} release candidate ${rc_tag_version}" + svn mkdir ${usergrid_svn_dist_url}/${current_version_tag} -m "usergrid-${current_version} release candidate ${rc_tag_version}" svn co --depth=empty ${usergrid_svn_dist_url}/${current_version_tag} ${dist_dir} svn add ${dist_name}* svn ci -m "usergrid-${current_version} release candidate ${rc_tag_version}"
