lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [6518] Adapt to Cygwin changes


From: Greg Chicares
Subject: [lmi-commits] [6518] Adapt to Cygwin changes
Date: Tue, 22 Mar 2016 14:27:09 +0000

Revision: 6518
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6518
Author:   chicares
Date:     2016-03-22 14:27:09 +0000 (Tue, 22 Mar 2016)
Log Message:
-----------
Adapt to Cygwin changes

Modified Paths:
--------------
    lmi/trunk/gwc/develop0.txt
    lmi/trunk/gwc/develop1.txt

Modified: lmi/trunk/gwc/develop0.txt
===================================================================
--- lmi/trunk/gwc/develop0.txt  2016-03-18 15:11:17 UTC (rev 6517)
+++ lmi/trunk/gwc/develop0.txt  2016-03-22 14:27:09 UTC (rev 6518)
@@ -55,7 +55,7 @@
 /bin/cat >~/.zshrc <<\EOF
 
PATH="/opt/lmi/local/bin:/opt/lmi/local/lib:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:$PATH"
 
-export coefficiency='--jobs=16'
+export coefficiency='--jobs=6'
 
 export TZ=UCT
 export LC_COLLATE=C.UTF-8
@@ -114,10 +114,11 @@
 
   # Test ssh
 
+  [paste these lines individually...]
 eval `ssh-agent`
 ssh-agent $SHELL
 ssh-add ~/.ssh/id_rsa
-  [passphrase]
+  [... then enter passphrase]
 
   # If you see the following:
 

Modified: lmi/trunk/gwc/develop1.txt
===================================================================
--- lmi/trunk/gwc/develop1.txt  2016-03-18 15:11:17 UTC (rev 6517)
+++ lmi/trunk/gwc/develop1.txt  2016-03-22 14:27:09 UTC (rev 6518)
@@ -11,10 +11,11 @@
 
 cd /lmi/src/lmi
 
+  [paste these lines individually...]
 eval `ssh-agent`
 ssh-agent $SHELL
 ssh-add ~/.ssh/id_rsa
-  [passphrase]
+  [... then enter passphrase]
 
   # At end of session, terminate ssh so that no one can impersonate you
 
@@ -71,11 +72,11 @@
   #
   # ...for svn:
 
-for z in * ; do grep --quiet --files-with-matches '$Id:' $z && touch 
"--date=$(<$z sed -e'/$Id:/!d' |sed -e's/^.* [0-9][0-9]* \([0-9]\{4\}[-0-9: 
]*\).*$/\1/')" $z && date -u +'%Y%m%dT%H%MZ' -r $z; done;
+for z in * ; do grep --directories=skip --quiet --files-with-matches '$Id:' $z 
&& touch "--date=$(<$z sed -e'/$Id:/!d' |sed -e's/^.* [0-9][0-9]* 
\([0-9]\{4\}[-0-9: ]*\).*$/\1/')" $z && date -u +'%Y%m%dT%H%MZ' -r $z; done;
 
   # ...for cvs:
 
-for z in * ; do grep --quiet --files-with-matches '$Id:' $z && touch 
"--date=$(<$z sed -e'/$Id:/!d' |sed -e's/^.*\([0-9]\{4\}[0-9\/: ]*\) .*$/\1/')" 
$z && date -u +'%Y%m%dT%H%MZ' -r $z; done;
+for z in * ; do grep --directories=skip --quiet --files-with-matches '$Id:' $z 
&& touch "--date=$(<$z sed -e'/$Id:/!d' |sed -e's/^.*\([0-9]\{4\}[0-9\/: ]*\) 
.*$/\1/')" $z && date -u +'%Y%m%dT%H%MZ' -r $z; done;
 
   # If svn wrongly guesses that a file is binary, as indicated by
   # "(bin)" here...




reply via email to

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