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/06/05 16:02:28 UTC

[1/3] storm git commit: Add storm-redis to storm binary distribution

Repository: storm
Updated Branches:
  refs/heads/master bf2ef232f -> 4a523ad8f


Add storm-redis to storm binary distribution


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

Branch: refs/heads/master
Commit: b01a8c98ccad2f1f339cacee91e2ab41a52a244b
Parents: 285d943
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Thu Jun 4 06:44:47 2015 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Thu Jun 4 06:44:47 2015 +0900

----------------------------------------------------------------------
 storm-dist/binary/src/main/assembly/binary.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/b01a8c98/storm-dist/binary/src/main/assembly/binary.xml
----------------------------------------------------------------------
diff --git a/storm-dist/binary/src/main/assembly/binary.xml b/storm-dist/binary/src/main/assembly/binary.xml
index 31d8b9e..1328a8c 100644
--- a/storm-dist/binary/src/main/assembly/binary.xml
+++ b/storm-dist/binary/src/main/assembly/binary.xml
@@ -201,6 +201,20 @@
                 <include>README.*</include>
             </includes>
         </fileSet>
+        <fileSet>
+            <directory>${project.basedir}/../../external/storm-redis/target</directory>
+            <outputDirectory>external/storm-redis</outputDirectory>
+            <includes>
+                <include>storm*jar</include>
+            </includes>
+        </fileSet>
+        <fileSet>
+            <directory>${project.basedir}/../../external/storm-redis</directory>
+            <outputDirectory>external/storm-redis</outputDirectory>
+            <includes>
+                <include>README.*</include>
+            </includes>
+        </fileSet>
 
 
         <!-- $STORM_HOME/extlib -->


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

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


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

Branch: refs/heads/master
Commit: 4a523ad8f1ca50e8ba7b176453e727060bda7e09
Parents: 4b083f3
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Fri Jun 5 08:53:59 2015 -0500
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Fri Jun 5 08:53:59 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/storm/blob/4a523ad8/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 549eee3..e85bfd5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,7 @@
 ## 0.11.0
 
 ## 0.10.0
+ * STORM-849: Add storm-redis to storm binary distribution
  * STORM-760: Use JSON for serialized conf
  * STORM-833: Logging framework logback -> log4j 2.x
  * STORM-842: Drop Support for Java 1.6


[2/3] storm git commit: Merge branch 'add-storm-redis-to-storm-dist' of https://github.com/HeartSaVioR/storm into STORM-849

Posted by bo...@apache.org.
Merge branch 'add-storm-redis-to-storm-dist' of https://github.com/HeartSaVioR/storm into STORM-849

STORM-849: Add storm-redis to storm binary distribution


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

Branch: refs/heads/master
Commit: 4b083f314c3e9f905407536fcd090739f25e7e4d
Parents: bf2ef23 b01a8c9
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Fri Jun 5 08:53:29 2015 -0500
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Fri Jun 5 08:53:29 2015 -0500

----------------------------------------------------------------------
 storm-dist/binary/src/main/assembly/binary.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/4b083f31/storm-dist/binary/src/main/assembly/binary.xml
----------------------------------------------------------------------