You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by iw...@apache.org on 2022/10/26 03:28:19 UTC

[bigtop] branch branch-3.1 updated: BIGTOP-3858 Invalid repository URL is set in rockylinux8 config (#1047)

This is an automated email from the ASF dual-hosted git repository.

iwasakims pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new abcbbd0b BIGTOP-3858 Invalid repository URL is set in rockylinux8 config (#1047)
abcbbd0b is described below

commit abcbbd0b96ca908e944470bd67e78d068e13945b
Author: Shuhei Yamasaki <ya...@oss.nttdata.com>
AuthorDate: Wed Oct 26 12:18:45 2022 +0900

    BIGTOP-3858 Invalid repository URL is set in rockylinux8 config (#1047)
    
    (cherry picked from commit af902f49e7d0759e0d85c1759b5dcdbdae71453c)
    
     Conflicts:
            provisioner/docker/config_rockylinux-8.yaml
---
 provisioner/docker/config_rockylinux-8.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/provisioner/docker/config_rockylinux-8.yaml b/provisioner/docker/config_rockylinux-8.yaml
index 8beafd8b..1b721aab 100644
--- a/provisioner/docker/config_rockylinux-8.yaml
+++ b/provisioner/docker/config_rockylinux-8.yaml
@@ -17,7 +17,7 @@ docker:
         memory_limit: "4g"
         image: "bigtop/puppet:3.1.1-rockylinux-8"
 
-repo: "http://repos.bigtop.apache.org/releases/3.1.1/centos/8/$basearch"
+repo: "http://repos.bigtop.apache.org/releases/3.1.1/rockylinux/8/$basearch"
 distro: centos
 components: [hdfs, yarn, mapreduce]
 enable_local_repo: false