lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5413] Presumptively run 'rebaseall'


From: Greg Chicares
Subject: [lmi-commits] [5413] Presumptively run 'rebaseall'
Date: Thu, 01 Mar 2012 06:19:31 +0000

Revision: 5413
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5413
Author:   chicares
Date:     2012-03-01 06:19:31 +0000 (Thu, 01 Mar 2012)
Log Message:
-----------
Presumptively run 'rebaseall'

Modified Paths:
--------------
    lmi/trunk/install_cygwin.bat

Modified: lmi/trunk/install_cygwin.bat
===================================================================
--- lmi/trunk/install_cygwin.bat        2012-02-29 10:43:15 UTC (rev 5412)
+++ lmi/trunk/install_cygwin.bat        2012-03-01 06:19:31 UTC (rev 5413)
@@ -37,6 +37,10 @@
 @REM for conservatism five are allowed. Postinstall script 'autoconf2.5.sh'
 @REM fails because '/usr/share/info/autoconf2.61.info.gz' doesn't exist, but
 @REM it's acceptable if only that 'info' page is missing.
address@hidden
address@hidden For the 'rebaseall' commands, see:
address@hidden   http://cygwin.com/ml/cygwin/2012-01/msg00269.html
address@hidden   http://cygwin.com/ml/cygwin/2005-07/msg00825.html
 
 IF EXIST C:\cygwin\NUL     GOTO FoundOldInstallation
 IF EXIST C:\cygwin-1_5\NUL GOTO FoundOldInstallation
@@ -49,6 +53,9 @@
   CALL :TryToInstall_1_5
   IF NOT EXIST C:\cygwin\NUL (
     echo Cygwin-1.5 installation seems to have succeeded on iteration %%i
+    cd C:\cygwin-1_5\bin
+    C:\cygwin-1_5\bin\ash rebaseall
+    echo Cygwin-1.5 rebased
     GOTO Got_1_5
   )
   echo Anomalous 'C:\cygwin' directory present after iteration %%i
@@ -58,6 +65,7 @@
 GOTO End
 
 :TryToInstall_1_5
+cd C:\cache_for_lmi
 START "Installing Cygwin-1.5" /WAIT setup-legacy ^
   --quiet-mode --no-shortcuts ^
   --site ftp://mirror.mcs.anl.gov/pub/cygwin/ ^
@@ -66,6 +74,7 @@
 GOTO:EOF
 
 :Got_1_5
+cd C:\cache_for_lmi
 START "Installing Cygwin-1.7" /WAIT setup ^
   --quiet-mode ^
   --site ftp://mirror.mcs.anl.gov/pub/cygwin/ ^
@@ -78,6 +87,9 @@
 echo C:/lmi                    /lmi           lmi_specific binary,user 0 0 >> 
fstab
 echo C:/cache_for_lmi          /cache_for_lmi lmi_specific binary,user 0 0 >> 
fstab
 echo Cygwin-1.7 installation seems to have succeeded
+cd C:\cygwin-1_7\bin
+C:\cygwin-1_7\bin\dash -l -i -c "rebaseall"
+echo Cygwin-1.7 rebased
 GOTO End
 
 :FoundOldInstallation




reply via email to

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