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 2016/09/01 06:39:05 UTC

[1/3] storm git commit: STORM-2070 Fix sigar native binary download link

Repository: storm
Updated Branches:
  refs/heads/1.0.x-branch ab564bbb9 -> 901cfab2d


STORM-2070 Fix sigar native binary download link

* previous link goes 404, googlecode seems change archive url


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

Branch: refs/heads/1.0.x-branch
Commit: 366224d7a9c3e71496853a970406c9120f392d4d
Parents: ab564bb
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Wed Aug 31 08:26:17 2016 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Thu Sep 1 15:38:26 2016 +0900

----------------------------------------------------------------------
 external/storm-metrics/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/366224d7/external/storm-metrics/pom.xml
----------------------------------------------------------------------
diff --git a/external/storm-metrics/pom.xml b/external/storm-metrics/pom.xml
index f310212..59a0708 100644
--- a/external/storm-metrics/pom.xml
+++ b/external/storm-metrics/pom.xml
@@ -33,7 +33,7 @@
   <properties>
     <!-- settings for downloading the sigar native binary complete archive, which is not available in Maven central-->
     <sigar.version>1.6.4</sigar.version>
-    <sigar.download.url>https://magelan.googlecode.com/files/hyperic-sigar-${sigar.version}.zip</sigar.download.url>
+    <sigar.download.url>https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/magelan/hyperic-sigar-${sigar.version}.zip</sigar.download.url>
     <sigar.SHA1>8f79d4039ca3ec6c88039d5897a80a268213e6b7</sigar.SHA1>
     <!-- this will download the sigar ZIP to the local maven repository next to the sigar dependencies,
          so we only download it once -->


[3/3] storm git commit: add STORM-2070 to CHANGELOG

Posted by ka...@apache.org.
add STORM-2070 to CHANGELOG


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

Branch: refs/heads/1.0.x-branch
Commit: 901cfab2dd5d443e53f33f92ceba4f8dab89c10d
Parents: 7de6679
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Thu Sep 1 15:38:49 2016 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Thu Sep 1 15:38:49 2016 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/901cfab2/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7790df9..a64fec7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 1.0.3
+ * STORM-2070: Fix sigar native binary download link
  * STORM-2056: Bugs in logviewer
  * STORM-1646: Fix ExponentialBackoffMsgRetryManager test
  * STORM-2039: Backpressure refactoring in worker and executor


[2/3] storm git commit: Merge branch 'STORM-2070-1.0.x' into 1.0.x-branch

Posted by ka...@apache.org.
Merge branch 'STORM-2070-1.0.x' into 1.0.x-branch


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

Branch: refs/heads/1.0.x-branch
Commit: 7de667996dbfeb4909a77ac5e384533c679a5165
Parents: ab564bb 366224d
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Thu Sep 1 15:38:34 2016 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Thu Sep 1 15:38:34 2016 +0900

----------------------------------------------------------------------
 external/storm-metrics/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------