Revision: 77514
http://sourceforge.net/p/brlcad/code/77514
Author: starseeker
Date: 2020-10-20 17:19:18 +0000 (Tue, 20 Oct 2020)
Log Message:
-----------
Generalize slightly
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-20 17:00:17 UTC
(rev 77513)
+++ brlcad/trunk/misc/repoconv/checkout_dercs.sh 2020-10-20 17:19:18 UTC
(rev 77514)
@@ -1,10 +1,10 @@
#!/bin/bash
-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 "*/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