Repository: bigtop Updated Branches: refs/heads/branch-1.2 6c38d542a -> e8128261e
BIGTOP-2903: update protobuf url for fedora/ppc64le Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/051a4d2e Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/051a4d2e Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/051a4d2e Branch: refs/heads/branch-1.2 Commit: 051a4d2ea3f4eccf490dee51701fee53847a2a10 Parents: 6c38d54 Author: Evans Ye <[email protected]> Authored: Wed Oct 11 09:33:31 2017 -0400 Committer: Evans Ye <[email protected]> Committed: Fri Oct 20 00:06:45 2017 +0800 ---------------------------------------------------------------------- bigtop_toolchain/manifests/protobuf.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/051a4d2e/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' }
