Repository: bigtop Updated Branches: refs/heads/master c37c86bcf -> f92adc80b
BIGTOP-2645: Download recent build of protobuf on opensuse Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/f92adc80 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/f92adc80 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/f92adc80 Branch: refs/heads/master Commit: f92adc80b2b162307873264df72037a53365b4ca Parents: c37c86b Author: Olaf Flebbe <[email protected]> Authored: Fri Dec 23 20:34:36 2016 +0100 Committer: Olaf Flebbe <[email protected]> Committed: Fri Dec 23 20:34:36 2016 +0100 ---------------------------------------------------------------------- bigtop_toolchain/manifests/protobuf.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/f92adc80/bigtop_toolchain/manifests/protobuf.pp ---------------------------------------------------------------------- diff --git a/bigtop_toolchain/manifests/protobuf.pp b/bigtop_toolchain/manifests/protobuf.pp index 58f010c..a27db29 100644 --- a/bigtop_toolchain/manifests/protobuf.pp +++ b/bigtop_toolchain/manifests/protobuf.pp @@ -76,7 +76,7 @@ class bigtop_toolchain::protobuf { command => '/usr/bin/zypper ar --no-gpgcheck http://download.opensuse.org/repositories/home:/mrdocs:/protobuf-rpm/openSUSE_Leap_42.1/ protobuf', unless => "/usr/bin/zypper lr | grep -q protobuf", } - $package_name = 'protobuf-devel-2.5.0-4.1' + $package_name = 'protobuf-devel-2.5.0-6.1' } } package { $package_name:
