You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ka...@apache.org on 2015/11/26 22:06:10 UTC

[1/3] storm git commit: Switch to using /usr/bin/env bash instead of /bin/bash to find and execute bash in shell scripts to improve cross platform compatibility.

Repository: storm
Updated Branches:
  refs/heads/master cf4407fd3 -> 0acc1cee6


Switch to using /usr/bin/env bash instead of /bin/bash to find and execute bash in shell scripts to improve cross platform compatibility.


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

Branch: refs/heads/master
Commit: a5ca650f7c94b07a46d3cb5a4f84ae893c83bb9c
Parents: 1c07f1d
Author: David Wimsey <dw...@Chaos.wimsey.us>
Authored: Wed Nov 18 21:46:34 2015 -0500
Committer: David Wimsey <dw...@Chaos.wimsey.us>
Committed: Wed Nov 18 21:46:34 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/storm/blob/a5ca650f/bin/storm
----------------------------------------------------------------------
diff --git a/bin/storm b/bin/storm
index 3bd916c..0963065 100755
--- a/bin/storm
+++ b/bin/storm
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file


[3/3] storm git commit: add David Wimsey to the contributor list

Posted by ka...@apache.org.
add David Wimsey to the contributor list


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

Branch: refs/heads/master
Commit: 0acc1cee6928985357c869a62497a5ebc56d8bf9
Parents: b082e85
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Fri Nov 27 06:05:49 2015 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Fri Nov 27 06:05:49 2015 +0900

----------------------------------------------------------------------
 README.markdown | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/0acc1cee/README.markdown
----------------------------------------------------------------------
diff --git a/README.markdown b/README.markdown
index d0963a8..19ad520 100644
--- a/README.markdown
+++ b/README.markdown
@@ -242,6 +242,7 @@ under the License.
 * Tom Graves ([@tgravescs](https://github.com/tgravescs))
 * Dror Weiss ([@drorweiss](https://github.com/drorweiss))
 * Victor Wong ([@victor-wong](https://github.com/victor-wong))
+* David Wimsey ([@dwimsey](https://github.com/dwimsey))
 
 ## Acknowledgements
 


[2/3] storm git commit: Merge branch 'feature/bash_env' of https://github.com/dwimsey/storm into bash_env

Posted by ka...@apache.org.
Merge branch 'feature/bash_env' of https://github.com/dwimsey/storm into bash_env


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

Branch: refs/heads/master
Commit: b082e85f467e89dbc4b8b7fcb5d2dd7b849420ce
Parents: cf4407f a5ca650
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Fri Nov 27 06:04:50 2015 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Fri Nov 27 06:04:50 2015 +0900

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