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:20:33 UTC

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

Repository: storm
Updated Branches:
  refs/heads/1.x-branch ebcfb1ef2 -> a49ad1854


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/9e938d24
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/9e938d24
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/9e938d24

Branch: refs/heads/1.x-branch
Commit: 9e938d249f15a492cca583070e0ac5417cd35a31
Parents: ebcfb1e
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:19:48 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/storm/blob/9e938d24/bin/storm
----------------------------------------------------------------------
diff --git a/bin/storm b/bin/storm
index 0963065..243b017 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/2] storm git commit: Added STORM-2486 to Changelog

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


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

Branch: refs/heads/1.x-branch
Commit: a49ad1854d07f34a1c17ed32852c001c7116d688
Parents: 9e938d2
Author: Robert Evans <ev...@yahoo-inc.com>
Authored: Thu Apr 27 21:20:12 2017 -0500
Committer: Robert Evans <ev...@yahoo-inc.com>
Committed: Thu Apr 27 21:20:12 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/storm/blob/a49ad185/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index af54a8f..48e8391 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 \ufeff## 1.1.1
+ * STORM-2486: Prevent cd from printing target directory to avoid breaking classpath
  * STORM-2488: The UI user Must be HTTP.
  * STORM-2481: Upgrade Aether version to resolve Aether bug BUG-451566
  * STORM-2435: Logging in storm.js inconsistent to console.log and does not support log levels