You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2015/05/07 21:52:37 UTC

[1/3] storm git commit: STORM-807: quote args correctly

Repository: storm
Updated Branches:
  refs/heads/master 60f8a8003 -> 847958cad


STORM-807: quote args correctly


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

Branch: refs/heads/master
Commit: ca3f7629af93c9d173cc00ab5f3dd5351fb3c669
Parents: 44e9aaf
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Fri May 1 09:39:45 2015 -0500
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Fri May 1 09:39:45 2015 -0500

----------------------------------------------------------------------
 bin/storm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/ca3f7629/bin/storm
----------------------------------------------------------------------
diff --git a/bin/storm b/bin/storm
index 2adb249..809a83a 100755
--- a/bin/storm
+++ b/bin/storm
@@ -73,4 +73,4 @@ if [ -f "${STORM_CONF_DIR}/storm-env.sh" ]; then
   . "${STORM_CONF_DIR}/storm-env.sh"
 fi
 
-exec $PYTHON ${STORM_BIN_DIR}/storm.py $@
+exec "$PYTHON" "${STORM_BIN_DIR}/storm.py" "$@"


[3/3] storm git commit: Added STORM-807 to Changelog

Posted by bo...@apache.org.
Added STORM-807 to Changelog


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/847958ca
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/847958ca
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/847958ca

Branch: refs/heads/master
Commit: 847958cad438766cb7f39ce649fe7a3506b61b3a
Parents: f15c3e3
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Thu May 7 14:45:37 2015 -0500
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Thu May 7 14:45:37 2015 -0500

----------------------------------------------------------------------
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/847958ca/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d281395..e016c06 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-807: quote args to storm.py correctly
  * STORM-796: Add support for "error" command in ShellSpout
  * STORM-745: fix storm.cmd to evaluate 'shift' correctly with 'storm jar'
  * STORM-603: Log errors when required kafka params are missing


[2/3] storm git commit: Merge branch 'STORM-807' of https://github.com/revans2/incubator-storm into STORM-807

Posted by bo...@apache.org.
Merge branch 'STORM-807' of https://github.com/revans2/incubator-storm into STORM-807

STORM-807: quote args to storm.py correctly


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

Branch: refs/heads/master
Commit: f15c3e3751b2751dc8091488c62928558d5cb9cc
Parents: 60f8a80 ca3f762
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Thu May 7 14:45:06 2015 -0500
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Thu May 7 14:45:06 2015 -0500

----------------------------------------------------------------------
 bin/storm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------