You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ka...@apache.org on 2013/09/26 08:31:10 UTC

git commit: [HELIX-250] Add Kanak as committer to website, fix bug in deploy script

Updated Branches:
  refs/heads/master 963c2bf7e -> 52717e40d


[HELIX-250] Add Kanak as committer to website, fix bug in deploy script


Project: http://git-wip-us.apache.org/repos/asf/incubator-helix/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-helix/commit/52717e40
Tree: http://git-wip-us.apache.org/repos/asf/incubator-helix/tree/52717e40
Diff: http://git-wip-us.apache.org/repos/asf/incubator-helix/diff/52717e40

Branch: refs/heads/master
Commit: 52717e40d523d1a5cd0314277493258540ed15e6
Parents: 963c2bf
Author: Kanak Biscuitwala <ka...@hotmail.com>
Authored: Wed Sep 25 23:30:39 2013 -0700
Committer: Kanak Biscuitwala <ka...@hotmail.com>
Committed: Wed Sep 25 23:30:39 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/52717e40/deploySite.sh
----------------------------------------------------------------------
diff --git a/deploySite.sh b/deploySite.sh
old mode 100644
new mode 100755
index 8abe790..47d685f
--- a/deploySite.sh
+++ b/deploySite.sh
@@ -21,4 +21,4 @@
 read -s -p "Enter Apache Username: " myusername
 echo ""
 read -s -p "Enter Apache Password: " mypassword
-mvn clean site-deploy scm-publish:publish-scm -Dusername=$myusername -Dpassword=$mypassword -DskipTests $@
+mvn clean site-deploy scm-publish:publish-scm -Dusername="$myusername" -Dpassword="$mypassword" -DskipTests $@