lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master ffc0eff: Work around a corporate customizatio


From: Greg Chicares
Subject: [lmi-commits] [lmi] master ffc0eff: Work around a corporate customization of RHEL
Date: Wed, 19 Aug 2020 11:21:46 -0400 (EDT)

branch: master
commit ffc0efffc85de2d29c9f08a3a398ea422e92c6a3
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Work around a corporate customization of RHEL
---
 lmi_setup_07r.sh | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/lmi_setup_07r.sh b/lmi_setup_07r.sh
index bb704ae..755791e 100755
--- a/lmi_setup_07r.sh
+++ b/lmi_setup_07r.sh
@@ -52,9 +52,10 @@ yum --assumeyes install ca-certificates curl nss-pem wget
 # 'schroot' later on RHEL--see:
 #   https://lists.nongnu.org/archive/html/lmi/2019-09/msg00037.html
 yum --assumeyes install 
https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm || true
-# This command is recommended for RHEL-7, as EPEL packages may
-# depend on it:
-subscription-manager repos --enable "rhel-*-optional-rpms" --enable 
"rhel-*-extras-rpms"  --enable "rhel-ha-for-rhel-*-server-rpms"
+# This command is recommended for RHEL-7, as EPEL packages may depend
+# on it; but it's allowed to fail, because of a corporate server that
+# allows access only to its own customized RHEL stuff:
+subscription-manager repos --enable "rhel-*-optional-rpms" --enable 
"rhel-*-extras-rpms"  --enable "rhel-ha-for-rhel-*-server-rpms" || true
 yum --assumeyes install epel-release
 
 stamp=$(date -u +'%Y%m%dT%H%M%SZ')



reply via email to

[Prev in Thread] Current Thread [Next in Thread]