From 3fb87b8f9ce564129c545b746c8120562b56c954 Mon Sep 17 00:00:00 2001 From: Pherring04 Date: Tue, 2 Jul 2024 09:16:04 -0500 Subject: [PATCH 01/10] ci testing --- .github/workflows/python_tests_linux.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/python_tests_linux.yml b/.github/workflows/python_tests_linux.yml index 712a2b4cd..96982006f 100644 --- a/.github/workflows/python_tests_linux.yml +++ b/.github/workflows/python_tests_linux.yml @@ -130,7 +130,9 @@ jobs: - cfg: { os: centos, tag: latest } pkg_mgr: dnf conf_pkg: > + grep -Ir mirrorlist /etc/yum.repos.d/CentOS-Linux-* && sed -i -e "s|mirrorlist=|#mirrorlist=|g" -e "s|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g" /etc/yum.repos.d/CentOS-Linux-* && + grep -Ir mirrorlist /etc/yum.repos.d/CentOS-Linux-* && dnf -y install epel-release && dnf -y update && dnf install -y 'dnf-command(config-manager)' && From 69326b627969d93d2db2922014609e6d0a382fee Mon Sep 17 00:00:00 2001 From: Pherring04 Date: Tue, 2 Jul 2024 10:51:34 -0500 Subject: [PATCH 02/10] Change CentOS to base url --- .github/workflows/python_tests_linux.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/python_tests_linux.yml b/.github/workflows/python_tests_linux.yml index 96982006f..f1bc3a783 100644 --- a/.github/workflows/python_tests_linux.yml +++ b/.github/workflows/python_tests_linux.yml @@ -125,14 +125,13 @@ jobs: python3.8-dev - cfg: { os: centos, tag: 7 } tag_deps: >- + sed -i -e "s|mirrorlist=|#mirrorlist=|g" -e "s|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g" /etc/yum.repos.d/CentOS-Linux-* && swig3 python-devel - cfg: { os: centos, tag: latest } pkg_mgr: dnf conf_pkg: > - grep -Ir mirrorlist /etc/yum.repos.d/CentOS-Linux-* && sed -i -e "s|mirrorlist=|#mirrorlist=|g" -e "s|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g" /etc/yum.repos.d/CentOS-Linux-* && - grep -Ir mirrorlist /etc/yum.repos.d/CentOS-Linux-* && dnf -y install epel-release && dnf -y update && dnf install -y 'dnf-command(config-manager)' && From 03c6729819fb28ef2d75ff5fdd71433d5a197ad6 Mon Sep 17 00:00:00 2001 From: Pherring04 Date: Tue, 2 Jul 2024 12:18:13 -0500 Subject: [PATCH 03/10] Change CentOS to base url --- .github/workflows/python_tests_linux.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python_tests_linux.yml b/.github/workflows/python_tests_linux.yml index f1bc3a783..3fc2d136d 100644 --- a/.github/workflows/python_tests_linux.yml +++ b/.github/workflows/python_tests_linux.yml @@ -105,7 +105,9 @@ jobs: #-------- CentOS Only Dependencies ---------------- - cfg: { os: centos } pkg_mgr: yum - conf_pkg: yum -y install epel-release && yum -y update + conf_pkg: > + sed -i -e "s|mirrorlist=|#mirrorlist=|g" -e "s|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g" /etc/yum.repos.d/CentOS-Linux-* && + yum -y install epel-release && yum -y update os_deps: >- libX11-devel libXt-devel @@ -125,7 +127,6 @@ jobs: python3.8-dev - cfg: { os: centos, tag: 7 } tag_deps: >- - sed -i -e "s|mirrorlist=|#mirrorlist=|g" -e "s|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g" /etc/yum.repos.d/CentOS-Linux-* && swig3 python-devel - cfg: { os: centos, tag: latest } From 47dad0028b7dc34867fe8ed4b4ec164711aef449 Mon Sep 17 00:00:00 2001 From: Pherring04 Date: Tue, 2 Jul 2024 12:21:24 -0500 Subject: [PATCH 04/10] Change CentOS to base url --- .github/workflows/python_tests_linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python_tests_linux.yml b/.github/workflows/python_tests_linux.yml index 3fc2d136d..3cc756615 100644 --- a/.github/workflows/python_tests_linux.yml +++ b/.github/workflows/python_tests_linux.yml @@ -107,7 +107,7 @@ jobs: pkg_mgr: yum conf_pkg: > sed -i -e "s|mirrorlist=|#mirrorlist=|g" -e "s|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g" /etc/yum.repos.d/CentOS-Linux-* && - yum -y install epel-release && yum -y update + yum -y -v install epel-release && yum -y update os_deps: >- libX11-devel libXt-devel From 303060329845154d56a0e3a328ba03b4cf4b8a58 Mon Sep 17 00:00:00 2001 From: Pherring04 Date: Tue, 2 Jul 2024 12:33:43 -0500 Subject: [PATCH 05/10] Change CentOS to base url --- .github/workflows/test_linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_linux.yml b/.github/workflows/test_linux.yml index fbc3f3145..ee7b5f19f 100644 --- a/.github/workflows/test_linux.yml +++ b/.github/workflows/test_linux.yml @@ -95,7 +95,7 @@ jobs: - cfg: { arch: rhel, arch_ver: 7 } pkg_mgr: yum conf_pkg: | - yum -y install epel-release + yum -v -y install epel-release yum -y update yum -y install wget os_deps: >- From 2b3718e1127da84f425b946f78ab5292d1b745e1 Mon Sep 17 00:00:00 2001 From: Pherring04 Date: Tue, 2 Jul 2024 12:36:06 -0500 Subject: [PATCH 06/10] Change CentOS to base url --- .github/workflows/python_tests_linux.yml | 4 +--- .github/workflows/test_linux.yml | 3 ++- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python_tests_linux.yml b/.github/workflows/python_tests_linux.yml index 3cc756615..712a2b4cd 100644 --- a/.github/workflows/python_tests_linux.yml +++ b/.github/workflows/python_tests_linux.yml @@ -105,9 +105,7 @@ jobs: #-------- CentOS Only Dependencies ---------------- - cfg: { os: centos } pkg_mgr: yum - conf_pkg: > - sed -i -e "s|mirrorlist=|#mirrorlist=|g" -e "s|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g" /etc/yum.repos.d/CentOS-Linux-* && - yum -y -v install epel-release && yum -y update + conf_pkg: yum -y install epel-release && yum -y update os_deps: >- libX11-devel libXt-devel diff --git a/.github/workflows/test_linux.yml b/.github/workflows/test_linux.yml index ee7b5f19f..9b69c5d2a 100644 --- a/.github/workflows/test_linux.yml +++ b/.github/workflows/test_linux.yml @@ -95,7 +95,8 @@ jobs: - cfg: { arch: rhel, arch_ver: 7 } pkg_mgr: yum conf_pkg: | - yum -v -y install epel-release + sed -i -e "s|mirrorlist=|#mirrorlist=|g" -e "s|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g" /etc/yum.repos.d/CentOS-Linux-* && + yum -y install epel-release yum -y update yum -y install wget os_deps: >- From f3c0fbd0a66ec6b7c812c0083fc7fb657e0a3e04 Mon Sep 17 00:00:00 2001 From: Pherring04 Date: Tue, 2 Jul 2024 12:40:53 -0500 Subject: [PATCH 07/10] CI testing --- .github/workflows/test_linux.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test_linux.yml b/.github/workflows/test_linux.yml index 9b69c5d2a..671721800 100644 --- a/.github/workflows/test_linux.yml +++ b/.github/workflows/test_linux.yml @@ -95,6 +95,10 @@ jobs: - cfg: { arch: rhel, arch_ver: 7 } pkg_mgr: yum conf_pkg: | + ls . + ls /etc/ + ls /etc/yum.repos.d/ + ls /etc/yum.repos.d/CentOS-Linux-* sed -i -e "s|mirrorlist=|#mirrorlist=|g" -e "s|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g" /etc/yum.repos.d/CentOS-Linux-* && yum -y install epel-release yum -y update From 1f6cebfc3ce9ce6b91383093362fd5668469ad08 Mon Sep 17 00:00:00 2001 From: Pherring04 Date: Tue, 2 Jul 2024 12:42:38 -0500 Subject: [PATCH 08/10] CI testing --- .github/workflows/test_linux.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test_linux.yml b/.github/workflows/test_linux.yml index 671721800..a177bd520 100644 --- a/.github/workflows/test_linux.yml +++ b/.github/workflows/test_linux.yml @@ -95,10 +95,15 @@ jobs: - cfg: { arch: rhel, arch_ver: 7 } pkg_mgr: yum conf_pkg: | + echo ----- ls . + echo ----- ls /etc/ + echo ----- ls /etc/yum.repos.d/ + echo ----- ls /etc/yum.repos.d/CentOS-Linux-* + echo ----- sed -i -e "s|mirrorlist=|#mirrorlist=|g" -e "s|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g" /etc/yum.repos.d/CentOS-Linux-* && yum -y install epel-release yum -y update From 7d663a7f3286651bfa625a38de8a180f4dbbbf19 Mon Sep 17 00:00:00 2001 From: Pherring04 Date: Tue, 2 Jul 2024 12:47:00 -0500 Subject: [PATCH 09/10] CI testing --- .github/workflows/test_linux.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/test_linux.yml b/.github/workflows/test_linux.yml index a177bd520..2b5cc0b90 100644 --- a/.github/workflows/test_linux.yml +++ b/.github/workflows/test_linux.yml @@ -95,15 +95,7 @@ jobs: - cfg: { arch: rhel, arch_ver: 7 } pkg_mgr: yum conf_pkg: | - echo ----- - ls . - echo ----- - ls /etc/ - echo ----- ls /etc/yum.repos.d/ - echo ----- - ls /etc/yum.repos.d/CentOS-Linux-* - echo ----- sed -i -e "s|mirrorlist=|#mirrorlist=|g" -e "s|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g" /etc/yum.repos.d/CentOS-Linux-* && yum -y install epel-release yum -y update From 5ff32b162270f0ba2db4744539fabdc01c7acb9a Mon Sep 17 00:00:00 2001 From: Pherring04 Date: Tue, 2 Jul 2024 13:02:36 -0500 Subject: [PATCH 10/10] CI testing --- .github/workflows/test_linux.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test_linux.yml b/.github/workflows/test_linux.yml index 2b5cc0b90..120af713a 100644 --- a/.github/workflows/test_linux.yml +++ b/.github/workflows/test_linux.yml @@ -95,8 +95,7 @@ jobs: - cfg: { arch: rhel, arch_ver: 7 } pkg_mgr: yum conf_pkg: | - ls /etc/yum.repos.d/ - sed -i -e "s|mirrorlist=|#mirrorlist=|g" -e "s|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g" /etc/yum.repos.d/CentOS-Linux-* && + sed -i -e "s|mirrorlist=|#mirrorlist=|g" -e "s|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g" /etc/yum.repos.d/CentOS-* && yum -y install epel-release yum -y update yum -y install wget