Repository: bigtop
Updated Branches:
  refs/heads/master f0192eff3 -> 9a85ba9e8


BIGTOP-2200: Fix download path for protobuf ubuntu-15.04 on ppc64le


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

Branch: refs/heads/master
Commit: 9a85ba9e87749b6506d3ee6207586b0bcb5a22c2
Parents: f0192ef
Author: Olaf Flebbe <[email protected]>
Authored: Wed Dec 30 11:51:51 2015 +0100
Committer: Olaf Flebbe <[email protected]>
Committed: Wed Dec 30 11:51:51 2015 +0100

----------------------------------------------------------------------
 bigtop_toolchain/manifests/protobuf.pp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/9a85ba9e/bigtop_toolchain/manifests/protobuf.pp
----------------------------------------------------------------------
diff --git a/bigtop_toolchain/manifests/protobuf.pp 
b/bigtop_toolchain/manifests/protobuf.pp
index ca5ec27..9794509 100644
--- a/bigtop_toolchain/manifests/protobuf.pp
+++ b/bigtop_toolchain/manifests/protobuf.pp
@@ -22,7 +22,7 @@ class bigtop_toolchain::protobuf {
       case $architecture {
         'amd64' : { $url = 
"https://launchpad.net/ubuntu/+archive/primary/+files";
                     $arch= "amd64" }
-        'ppc64le' : { $url = 
"https://bintray.com/artifact/download/oflebbe/bigtop-protobuf";
+        'ppc64le' : { $url = "https://dl.bintray.com/oflebbe/bigtop-protobuf";
                     $arch= "ppc64el" }
       }
     }

Reply via email to