lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master edbfdc0 5/5: Further automate a canned comman


From: Greg Chicares
Subject: [lmi-commits] [lmi] master edbfdc0 5/5: Further automate a canned command sequence
Date: Mon, 28 Aug 2017 09:27:46 -0400 (EDT)

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

    Further automate a canned command sequence
---
 gwc/develop1.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gwc/develop1.txt b/gwc/develop1.txt
index 33a93a6..9a1b3be 100644
--- a/gwc/develop1.txt
+++ b/gwc/develop1.txt
@@ -137,7 +137,8 @@ make $coefficiency --output-sync=recurse -f 
install_wxpdfdoc.make >../log 2>&1
 
   # Shift differing system-test files among directories:
 cd /opt/lmi/touchstone
-for z in *; do cmp --quiet $z ../test/$z || ( mv $z 
../touchstone_intermediate_eraseme/$z; mv ../test/$z ./$z; ) ; done
+d="/opt/lmi/touchstone-old/touchstone-$(date -u +'%Y%m%dT%H%MZ')" && mkdir -p 
$d \
+&& for z in *; do cmp --quiet $z ../test/$z || ( mv $z $d/$z; mv ../test/$z 
./$z; ) ; done
 
   # Validate xrc files
 



reply via email to

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