aboutsummaryrefslogtreecommitdiff
path: root/bigtop_toolchain
diff options
context:
space:
mode:
authorOlaf Flebbe <of@ofleb.be>2015-12-30 14:20:52 +0100
committerOlaf Flebbe <of@ofleb.be>2015-12-30 14:20:52 +0100
commit9f57890052e125a426efe1eade5a30a64b106ebe (patch)
tree0804ef262dceee8648d864177443c913b1604b67 /bigtop_toolchain
parent46aa0fb243851cd4cfbe0029efcc658ad089350f (diff)
BIGTOP-2190: libprotobuf8 2.5.0 installation fails on ubuntu 14.04 for ppc64le
Diffstat (limited to 'bigtop_toolchain')
-rw-r--r--bigtop_toolchain/manifests/protobuf.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/bigtop_toolchain/manifests/protobuf.pp b/bigtop_toolchain/manifests/protobuf.pp
index 110878cc..817a8006 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" }
}
}