lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master e4fe79d 09/14: Don't specify a centos mirror


From: Greg Chicares
Subject: [lmi-commits] [lmi] master e4fe79d 09/14: Don't specify a centos mirror for 'rinse'
Date: Tue, 5 May 2020 09:03:28 -0400 (EDT)

branch: master
commit e4fe79dda9270402124817cfd53bca5be47090d0
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Don't specify a centos mirror for 'rinse'
    
    If a specified mirror is down, the script fails. If no mirror is
    specified, 'rinse' seems to find one that's up.
---
 install_centos.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/install_centos.sh b/install_centos.sh
index b24c2fe..a5c460e 100755
--- a/install_centos.sh
+++ b/install_centos.sh
@@ -110,7 +110,6 @@ apt-get update
 apt-get --assume-yes install schroot rinse
 rinse --arch amd64 --distribution centos-7 \
   --directory /srv/chroot/centos7lmi \
-  --mirror http://mirror.net.cen.ct.gov/centos/7.7.1908/os/x86_64/Packages \
 
 mkdir -p /var/cache/centos_lmi
 # There are probably a few directories here, with no regular files.



reply via email to

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