You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sn...@apache.org on 2016/02/05 19:06:11 UTC

usergrid git commit: even more tweaking of RC script (this is getting old)

Repository: usergrid
Updated Branches:
  refs/heads/release 88aaea5a8 -> 318beb1b9


even more tweaking of RC script (this is getting old)


Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/318beb1b
Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/318beb1b
Diff: http://git-wip-us.apache.org/repos/asf/usergrid/diff/318beb1b

Branch: refs/heads/release
Commit: 318beb1b9665a23f95abde6dab0dc9536957b350
Parents: 88aaea5
Author: Dave Johnson <sn...@apache.org>
Authored: Fri Feb 5 10:06:10 2016 -0800
Committer: Dave Johnson <sn...@apache.org>
Committed: Fri Feb 5 10:06:10 2016 -0800

----------------------------------------------------------------------
 release/release-candidate.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/usergrid/blob/318beb1b/release/release-candidate.sh
----------------------------------------------------------------------
diff --git a/release/release-candidate.sh b/release/release-candidate.sh
index f6539e7..3cd5e81 100755
--- a/release/release-candidate.sh
+++ b/release/release-candidate.sh
@@ -214,12 +214,13 @@ git archive --prefix=${dist_name}/ -o ${dist_dir}/${dist_name}.tar.gz HEAD
 #--------------------------------------------------------------------------------------
 # Create the binary release
 
+binary_name="apache-usergrid-${current_version_tag}-binary"
+
 pushd release
 ./binary-release.sh ${current_version_tag}
 cp target/${binary_name}.tar.gz ${dist_dir}
 popd 
 
-binary_name="apache-usergrid-${current_version_tag}-binary"
 
 
 #--------------------------------------------------------------------------------------