lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master f634387 1/2: Use VZ's repository as a fallbac


From: Greg Chicares
Subject: [lmi-commits] [lmi] master f634387 1/2: Use VZ's repository as a fallback if gnu.org is blocked
Date: Mon, 28 Aug 2017 12:56:05 -0400 (EDT)

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

    Use VZ's repository as a fallback if gnu.org is blocked
    
    There actually exists a corporate firewall that blocks gnu.org yet
    allows github.
---
 install_msw.sh | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/install_msw.sh b/install_msw.sh
index a241ec4..940928c 100755
--- a/install_msw.sh
+++ b/install_msw.sh
@@ -118,8 +118,10 @@ cd /opt/lmi/src
 mv lmi lmi-moved-$stamp0
 
 # Favor http over git's own protocol only because corporate firewalls
-# in lmi's target industry tend to block the latter.
-git clone http://git.savannah.nongnu.org/r/lmi.git
+# in lmi's target industry tend to block the latter. If even git's
+# http protocol is blocked, try Vadim's copy as a last resort.
+git clone http://git.savannah.nongnu.org/r/lmi.git \
+  || git clone https://github.com/vadz/lmi.git
 # Use git's own wherever possible.
 # git clone git://git.savannah.nongnu.org/lmi.git
 



reply via email to

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