lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] (no subject)


From: Greg Chicares
Subject: [lmi-commits] (no subject)
Date: Tue, 31 May 2016 21:06:23 +0000 (UTC)

branch: master
commit 37c5a9894c3975ae75482324b41c892d5fb68873
Author: Gregory W. Chicares <address@hidden>
Date:   Tue May 31 21:03:41 2016 +0000

    Use http to tunnel git through restrictive corporate firewalls
---
 install_msw.sh |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/install_msw.sh b/install_msw.sh
index 6f58a70..c8c9304 100755
--- a/install_msw.sh
+++ b/install_msw.sh
@@ -95,9 +95,11 @@ cmd /c $CYGCHECK -s -v -r | tr --delete '\r'
 java -version
 
 cd /opt/lmi/src
-# Use http only if a corporate firewall blocks the git protocol.
-# git clone http://git.savannah.nongnu.org/r/lmi.git
-git clone git://git.savannah.nongnu.org/lmi.git
+# 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
+# Use git's own wherever possible.
+# git clone git://git.savannah.nongnu.org/lmi.git
 
 cd /opt/lmi/src/lmi
 



reply via email to

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