lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5960] Robustify


From: Greg Chicares
Subject: [lmi-commits] [5960] Robustify
Date: Sun, 05 Oct 2014 19:55:32 +0000

Revision: 5960
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5960
Author:   chicares
Date:     2014-10-05 19:55:31 +0000 (Sun, 05 Oct 2014)
Log Message:
-----------
Robustify

Modified Paths:
--------------
    lmi/trunk/ChangeLog
    lmi/trunk/install_msw.sh

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2014-10-05 17:42:31 UTC (rev 5959)
+++ lmi/trunk/ChangeLog 2014-10-05 19:55:31 UTC (rev 5960)
@@ -34212,3 +34212,9 @@
 Work around a Cygwin workaround for an msw snafu. See:
   http://lists.nongnu.org/archive/html/lmi/2014-10/msg00013.html
 
+20141005T1955Z <address@hidden> [533]
+
+  install_msw.sh
+Robustify. See:
+  http://lists.nongnu.org/archive/html/lmi/2014-10/msg00008.html
+

Modified: lmi/trunk/install_msw.sh
===================================================================
--- lmi/trunk/install_msw.sh    2014-10-05 17:42:31 UTC (rev 5959)
+++ lmi/trunk/install_msw.sh    2014-10-05 19:55:31 UTC (rev 5960)
@@ -32,15 +32,9 @@
 # To remove lmi prior to reinstalling with this script:
 #
 # rm --force --recursive /opt/lmi
-#
-# Downloaded archives are kept in /cache_for_lmi/downloads/ because
-# they are costly to download and some host might be temporarily
-# unavailable.
 
 date -u +'%Y%m%dT%H%MZ'
 
-mkdir --parents /cache_for_lmi/downloads
-
 mount
 
 # Establish mounts carefully.
@@ -115,6 +109,12 @@
   || echo -e "Replacing former cache mount:\n  $restore_cache_mount" >/dev/tty
 mount --force "C:/cache_for_lmi" "/cache_for_lmi"
 
+# Downloaded archives are kept in /cache_for_lmi/downloads/ because
+# they are costly to download and some host might be temporarily
+# unavailable.
+
+mkdir --parents /cache_for_lmi/downloads
+
 mount
 
 md5sum $0




reply via email to

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