You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by kw...@apache.org on 2017/10/11 13:50:06 UTC

bigtop git commit: BIGTOP-2903: update protobuf url for fedora/ppc64le

Repository: bigtop
Updated Branches:
  refs/heads/master fc1205604 -> eb7506a52


BIGTOP-2903: update protobuf url for fedora/ppc64le

Fixes #297

Signed-off-by: Kevin W Monroe <ke...@canonical.com>


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

Branch: refs/heads/master
Commit: eb7506a52cda55c6d78852934ef62de1d7de900b
Parents: fc12056
Author: Evans Ye <ev...@apache.org>
Authored: Wed Oct 11 09:33:31 2017 -0400
Committer: Kevin W Monroe <ke...@canonical.com>
Committed: Wed Oct 11 09:49:15 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/bigtop/blob/eb7506a5/bigtop_toolchain/manifests/protobuf.pp
----------------------------------------------------------------------
diff --git a/bigtop_toolchain/manifests/protobuf.pp b/bigtop_toolchain/manifests/protobuf.pp
index a27db29..3364f79 100644
--- a/bigtop_toolchain/manifests/protobuf.pp
+++ b/bigtop_toolchain/manifests/protobuf.pp
@@ -51,7 +51,7 @@ class bigtop_toolchain::protobuf {
           case $architecture {
            'ppc64le' : { 
             exec { 'install_mrdocs_repo':
-              command => "/usr/bin/rpm -ivh https://dl.fedoraproject.org/pub/fedora-secondary/releases/22/Everything/ppc64le/os/Packages/p/protobuf-2.5.0-11.fc22.ppc64le.rpm;/usr/bin/rpm -ivh https://dl.fedoraproject.org/pub/fedora-secondary/releases/22/Everything/ppc64le/os/Packages/p/protobuf-compiler-2.5.0-11.fc22.ppc64le.rpm;/usr/bin/rpm -ivh https://dl.fedoraproject.org/pub/fedora-secondary/releases/22/Everything/ppc64le/os/Packages/p/protobuf-devel-2.5.0-11.fc22.ppc64le.rpm",
+              command => "/usr/bin/rpm -ivh https://archives.fedoraproject.org/pub/archive/fedora-secondary/releases/22/Everything/ppc64le/os/Packages/p/protobuf-2.5.0-11.fc22.ppc64le.rpm;/usr/bin/rpm -ivh https://archives.fedoraproject.org/pub/archive/fedora-secondary/releases/22/Everything/ppc64le/os/Packages/p/protobuf-compiler-2.5.0-11.fc22.ppc64le.rpm;/usr/bin/rpm -ivh https://archives.fedoraproject.org/pub/archive/fedora-secondary/releases/22/Everything/ppc64le/os/Packages/p/protobuf-devel-2.5.0-11.fc22.ppc64le.rpm",
             }
             $package_name = 'protobuf-devel'
            }