You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by to...@apache.org on 2015/03/23 17:30:48 UTC

[5/7] incubator-usergrid git commit: Debugging release script

Debugging release script


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

Branch: refs/heads/master
Commit: 06d0843325eca5095412156526a55363fb9ac150
Parents: 0e9f241
Author: Dave Johnson <sn...@apache.org>
Authored: Wed Jan 21 15:33:07 2015 -0500
Committer: ryan bridges <rb...@apigee.com>
Committed: Mon Mar 23 11:58:29 2015 -0400

----------------------------------------------------------------------
 release/release.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/06d08433/release/release.sh
----------------------------------------------------------------------
diff --git a/release/release.sh b/release/release.sh
index 912ce93..2f0f6fb 100755
--- a/release/release.sh
+++ b/release/release.sh
@@ -132,10 +132,10 @@ git commit -m "Updating .usergridversion to ${current_version}."
 
 git tag -s "${current_version}" -m "usergrid-${current_version} release." $current_version
 
-if [[ $publish == 1 ]]; then
+#if [[ $publish == 1 ]]; then
   #git push origin $current_version
   #git push origin --tags
-fi
+#fi
 
 dist_name="apache-usergrid-${current_version}-incubating"