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:47 UTC

[4/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/2f522ee9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/2f522ee9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/2f522ee9

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

----------------------------------------------------------------------
 release/release.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/2f522ee9/release/release.sh
----------------------------------------------------------------------
diff --git a/release/release.sh b/release/release.sh
index 2f0f6fb..c9421b0 100755
--- a/release/release.sh
+++ b/release/release.sh
@@ -169,7 +169,7 @@ shasum ${dist_name}.tar.gz > ${dist_name}.tar.gz.sha
 
 if [[ $publish == 1 ]]; then
   # Commit the release
-  svn add usergrid-*
+  svn add .
   svn ci -m "usergrid-${current_version} release"
 
   # Finally delete all release candidate branches