lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 6276a69: Prefer /opt/lmi/src/lmi to /lmi/src/


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 6276a69: Prefer /opt/lmi/src/lmi to /lmi/src/lmi
Date: Thu, 3 Nov 2016 22:55:32 +0000 (UTC)

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

    Prefer /opt/lmi/src/lmi to /lmi/src/lmi
    
    It had been my idiosyncratic personal habit to develop primarily in an
    /lmi directory in msw, but with GNU/Linux that would be odd; /opt/lmi
    makes more sense.
    
    Incidentally removed a reference to an ancient msw tool, the use of
    which never became a habit for me, much less anyone else.
---
 gwc/develop1.txt |   18 ++++++------------
 gwc/develop2.txt |    7 +++----
 2 files changed, 9 insertions(+), 16 deletions(-)

diff --git a/gwc/develop1.txt b/gwc/develop1.txt
index ef02d1e..0b49744 100644
--- a/gwc/develop1.txt
+++ b/gwc/develop1.txt
@@ -9,7 +9,7 @@
 
   # Initialize session
 
-cd /lmi/src/lmi
+cd /opt/lmi/src/lmi
 
   [paste these lines individually...]
 eval `ssh-agent`
@@ -104,11 +104,11 @@ cvs -z3 update -l lmi
   #
   # ...for git:
 
-for z in * ; do [ -f $z ] && ( [ $z -nt /lmi/src/lmi/$z ] || [ $z -ot 
/lmi/src/lmi/$z ] ) && touch --reference=/lmi/src/lmi/$z $z; done
+for z in * ; do [ -f $z ] && ( [ $z -nt /opt/lmi/src/lmi/$z ] || [ $z -ot 
/opt/lmi/src/lmi/$z ] ) && touch --reference=/opt/lmi/src/lmi/$z $z; done
 
   # Third screen: only for building and testing
 
-cd /lmi/src/lmi
+cd /opt/lmi/src/lmi
 
 make $coefficiency install check_physical_closure >../log 2>&1
 make $coefficiency cgi_tests cli_tests >../log 2>&1
@@ -141,11 +141,11 @@ diff --unified=0 /tmp/m.txt /tmp/t.txt |sed 
-e'/^[+][+][+]/d' -e'/^@/d' -e'/^-/d
 
   # Test xml schemata
 
-pushd /tmp; /lmi/src/lmi/test_schemata.sh >/lmi/src/log 2>&1; popd
+pushd /tmp; /opt/lmi/src/lmi/test_schemata.sh >/opt/lmi/src/log 2>&1; popd
 
   # Fourth screen: only for checking
 
-cd /lmi/src/lmi
+cd /opt/lmi/src/lmi
 
 make $coefficiency check_concinnity >../log 2>&1
 sed -f diagnostics.sed ../log 2>&1 |less -S
@@ -180,7 +180,7 @@ popd
 
   # Miscellany (no particular screen)
 
-cd /lmi/src/lmi
+cd /opt/lmi/src/lmi
 
   # Identify source files not encoded compatibly with UTF-8
 
@@ -191,12 +191,6 @@ for z in *.?pp; (iconv -f UTF-8 -t UTF-8 $z &>/dev/null || 
echo $z)
 cp -a product_data.cpp eraseme
 iconv -f ISO-8859-1 -t UTF-8 eraseme > product_data.cpp
 
-  # Compare two local trees using a primitive msw tool
-
-windiff -D -O 'c:/lmi/src/lmi' 'c:/lmi/mirror/lmi' &
-windiff -D -O 'c:/lmi/src/lmi/' 'c:/lmi/src/lmi/a00/' &
-
   # Check spelling
 
 http://lists.nongnu.org/archive/html/lmi/2015-10/msg00076.html
-
diff --git a/gwc/develop2.txt b/gwc/develop2.txt
index 3180262..7ab2167 100644
--- a/gwc/develop2.txt
+++ b/gwc/develop2.txt
@@ -14,9 +14,9 @@ git clone file:///opt/lmi/blessed/proprietary
   # Make some changes, then test concinnity (before every commit)
 
 cd /opt/lmi/proprietary/data/
-cd ../data; make src_dir=/lmi/src/lmi -f /lmi/src/lmi/GNUmakefile 
check_concinnity 2>&1 |less -S
-cd ../src ; make src_dir=/lmi/src/lmi -f /lmi/src/lmi/GNUmakefile 
check_concinnity 2>&1 |less -S
-cd ../test; make src_dir=/lmi/src/lmi -f /lmi/src/lmi/GNUmakefile 
check_concinnity 2>&1 |less -S
+cd ../data; make src_dir=/opt/lmi/src/lmi -f /opt/lmi/src/lmi/GNUmakefile 
check_concinnity 2>&1 |less -S
+cd ../src ; make src_dir=/opt/lmi/src/lmi -f /opt/lmi/src/lmi/GNUmakefile 
check_concinnity 2>&1 |less -S
+cd ../test; make src_dir=/opt/lmi/src/lmi -f /opt/lmi/src/lmi/GNUmakefile 
check_concinnity 2>&1 |less -S
 
   # Commit the changes in whatever batches make sense
 
@@ -44,4 +44,3 @@ git pull /path/where/you/saved/TheirBundleName
   # ...then synchronize your "blessed" repository with your correspondent's
 
 git push
-



reply via email to

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