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 2017/04/28 02:18:48 UTC

[1/3] storm git commit: [STORM-2486] Prevent cd from printing target directory to avoid breaking classpath

Repository: storm
Updated Branches:
  refs/heads/master 2ec5581bb -> 14d06fbfb


[STORM-2486] Prevent cd from printing target directory to avoid breaking classpath


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

Branch: refs/heads/master
Commit: 7f88b03fabd9264b8cbd8331f8adfe35f222e913
Parents: 7e183c0
Author: Erik Weathers <er...@gmail.com>
Authored: Mon Apr 24 15:49:56 2017 -0700
Committer: Erik Weathers <er...@gmail.com>
Committed: Mon Apr 24 15:49:56 2017 -0700

----------------------------------------------------------------------
 bin/storm | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/7f88b03f/bin/storm
----------------------------------------------------------------------
diff --git a/bin/storm b/bin/storm
index 7391fb8..fa4c40d 100755
--- a/bin/storm
+++ b/bin/storm
@@ -17,6 +17,9 @@
 # limitations under the License.
 #
 
+# STORM-2486: Prevent `cd` from printing the target directory.
+unset CDPATH
+
 # Resolve links - $0 may be a softlink
 PRG="${0}"
 


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

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

STORM-2486: Prevent cd from printing target directory to avoid breaking classpath


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

Branch: refs/heads/master
Commit: 6a13c141ba537e4e06c62f0089dd0b132bcabb6e
Parents: 2ec5581 7f88b03
Author: Robert Evans <ev...@yahoo-inc.com>
Authored: Thu Apr 27 21:17:44 2017 -0500
Committer: Robert Evans <ev...@yahoo-inc.com>
Committed: Thu Apr 27 21:17:44 2017 -0500

----------------------------------------------------------------------
 bin/storm | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------



[3/3] storm git commit: Added STORM-2486 into Changelog

Posted by bo...@apache.org.
Added STORM-2486 into Changelog


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

Branch: refs/heads/master
Commit: 14d06fbfbc758fa21fef696b8b87514a49a0308f
Parents: 6a13c14
Author: Robert Evans <ev...@yahoo-inc.com>
Authored: Thu Apr 27 21:18:19 2017 -0500
Committer: Robert Evans <ev...@yahoo-inc.com>
Committed: Thu Apr 27 21:18:19 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/storm/blob/14d06fbf/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f7d935f..b447269 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 \ufeff## 2.0.0
+ * STORM-2486: Prevent cd from printing target directory to avoid breaking classpath
  * STORM-2468: Remove clojure from storm-client
  * STORM-2490: Lambda support
  * STORM-2349: Add one RocketMQ plugin for the Apache Storm