You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by of...@apache.org on 2015/12/31 15:24:27 UTC

bigtop git commit: BIGTOP-2190: libprotobuf8 2.5.0 installation fails on ubuntu 14.04 for ppc64le

Repository: bigtop
Updated Branches:
  refs/heads/master 46aa0fb24 -> 9f5789005


BIGTOP-2190: libprotobuf8 2.5.0 installation fails on ubuntu 14.04 for ppc64le


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

Branch: refs/heads/master
Commit: 9f57890052e125a426efe1eade5a30a64b106ebe
Parents: 46aa0fb
Author: Olaf Flebbe <of...@ofleb.be>
Authored: Wed Dec 30 14:20:52 2015 +0100
Committer: Olaf Flebbe <of...@ofleb.be>
Committed: Wed Dec 30 14:20:52 2015 +0100

----------------------------------------------------------------------
 bigtop_toolchain/manifests/protobuf.pp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/9f578900/bigtop_toolchain/manifests/protobuf.pp
----------------------------------------------------------------------
diff --git a/bigtop_toolchain/manifests/protobuf.pp b/bigtop_toolchain/manifests/protobuf.pp
index 110878c..817a800 100644
--- a/bigtop_toolchain/manifests/protobuf.pp
+++ b/bigtop_toolchain/manifests/protobuf.pp
@@ -20,9 +20,9 @@ class bigtop_toolchain::protobuf {
   case $operatingsystem{
     /Ubuntu|Debian/: {
       case $architecture {
-        'amd64' : { $url = "https://launchpad.net/ubuntu/+archive/primary/+files"
+        'amd64' : { $url = "https://launchpad.net/ubuntu/+source/protobuf/2.5.0-9ubuntu1/+build/5585371/+files/"
                     $arch= "amd64" }
-        'ppc64le' : { $url = "https://dl.bintray.com/oflebbe/bigtop-protobuf"
+        'ppc64le' : { $url = "https://launchpad.net/ubuntu/+source/protobuf/2.5.0-9ubuntu1/+build/5604345/+files"
                     $arch= "ppc64el" }
       }
     }