Revision: 77511
          http://sourceforge.net/p/brlcad/code/77511
Author:   starseeker
Date:     2020-10-20 03:11:42 +0000 (Tue, 20 Oct 2020)
Log Message:
-----------
Work in the third party branch moved stepcode, and the files in the new 
location no longer matched the rejection filters for dercs.

Modified Paths:
--------------
    brlcad/trunk/misc/repoconv/checkout_dercs.sh

Modified: brlcad/trunk/misc/repoconv/checkout_dercs.sh
===================================================================
--- brlcad/trunk/misc/repoconv/checkout_dercs.sh        2020-10-19 22:26:55 UTC 
(rev 77510)
+++ brlcad/trunk/misc/repoconv/checkout_dercs.sh        2020-10-20 03:11:42 UTC 
(rev 77511)
@@ -1,10 +1,10 @@
 #!/bin/bash
-find . -type f ! -path "*/misc/*" ! -path "*/src/other/stepcode/*" ! -path 
"*/src/other/step/*" ! -path "*/src/conv/step/*" ! -path "*/ap242.exp" -exec 
sed -i 's/$Date:[^$;"]*/$Date/' {} \;
-find . -type f ! -path "*/misc/*" ! -path "*/src/other/stepcode/*" ! -path 
"*/src/other/step/*" ! -path "*/src/conv/step/*" ! -path "*/ap242.exp" -exec 
sed -i 's/$Header:[^$;"]*/$Header/' {} \;
-find . -type f ! -path "*/misc/*" ! -path "*/src/other/stepcode/*" ! -path 
"*/src/other/step/*" ! -path "*/src/conv/step/*" ! -path "*/ap242.exp" -exec 
sed -i 's/$Id:[^$;"]*/$Id/' {} \;
-find . -type f ! -path "*/misc/*" ! -path "*/src/other/stepcode/*" ! -path 
"*/src/other/step/*" ! -path "*/src/conv/step/*" ! -path "*/ap242.exp" -exec 
sed -i 's/$Log:[^$;"]*/$Log/' {} \;
-find . -type f ! -path "*/misc/*" ! -path "*/src/other/stepcode/*" ! -path 
"*/src/other/step/*" ! -path "*/src/conv/step/*" ! -path "*/ap242.exp" -exec 
sed -i 's/$Revision:[^$;"]*/$Revision/' {} \;
-find . -type f ! -path "*/misc/*" ! -path "*/src/other/stepcode/*" ! -path 
"*/src/other/step/*" ! -path "*/src/conv/step/*" ! -path "*/ap242.exp" -exec 
sed -i 's/$Source:[^$;"]*/$Source/' {} \;
+find . -type f ! -path "*/misc/*" ! -path "*/src/superbuild/stepcode/*" ! 
-path "*/src/other/stepcode/*" ! -path "*/src/other/step/*" ! -path 
"*/src/conv/step/*" ! -path "*/ap242.exp" -exec sed -i 's/$Date:[^$;"]*/$Date/' 
{} \;
+find . -type f ! -path "*/misc/*" ! -path "*/src/superbuild/stepcode/*" ! 
-path "*/src/other/stepcode/*" ! -path "*/src/other/step/*" ! -path 
"*/src/conv/step/*" ! -path "*/ap242.exp" -exec sed -i 
's/$Header:[^$;"]*/$Header/' {} \;
+find . -type f ! -path "*/misc/*" ! -path "*/src/superbuild/stepcode/*" ! 
-path "*/src/other/stepcode/*" ! -path "*/src/other/step/*" ! -path 
"*/src/conv/step/*" ! -path "*/ap242.exp" -exec sed -i 's/$Id:[^$;"]*/$Id/' {} 
\;
+find . -type f ! -path "*/misc/*" ! -path "*/src/superbuild/stepcode/*" ! 
-path "*/src/other/stepcode/*" ! -path "*/src/other/step/*" ! -path 
"*/src/conv/step/*" ! -path "*/ap242.exp" -exec sed -i 's/$Log:[^$;"]*/$Log/' 
{} \;
+find . -type f ! -path "*/misc/*" ! -path "*/src/superbuild/stepcode/*" ! 
-path "*/src/other/stepcode/*" ! -path "*/src/other/step/*" ! -path 
"*/src/conv/step/*" ! -path "*/ap242.exp" -exec sed -i 
's/$Revision:[^$;"]*/$Revision/' {} \;
+find . -type f ! -path "*/misc/*" ! -path "*/src/superbuild/stepcode/*" ! 
-path "*/src/other/stepcode/*" ! -path "*/src/other/step/*" ! -path 
"*/src/conv/step/*" ! -path "*/ap242.exp" -exec sed -i 
's/$Source:[^$;"]*/$Source/' {} \;
 find . -type f -path "*/re2c/*" -exec sed -i 's/$Date:[^$;"]*/$Date/' {} \;
 find . -type f -path "*/re2c/*" -exec sed -i 's/$Header:[^$;"]*/$Header/' {} \;
 find . -type f -path "*/re2c/*" -exec sed -i 's/$Id:[^$;"]*/$Id/' {} \;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to