Revision: 73214
          http://sourceforge.net/p/brlcad/code/73214
Author:   starseeker
Date:     2019-05-31 11:09:00 +0000 (Fri, 31 May 2019)
Log Message:
-----------
Make sure we don't skip these files in the repo dercs run...

Modified Paths:
--------------
    brlcad/trunk/misc/repoconv/dercs/svn_de-rcs.cxx

Modified: brlcad/trunk/misc/repoconv/dercs/svn_de-rcs.cxx
===================================================================
--- brlcad/trunk/misc/repoconv/dercs/svn_de-rcs.cxx     2019-05-31 11:01:12 UTC 
(rev 73213)
+++ brlcad/trunk/misc/repoconv/dercs/svn_de-rcs.cxx     2019-05-31 11:09:00 UTC 
(rev 73214)
@@ -42,6 +42,8 @@
     if (npath.find("/misc/win32-msvc8") != std::string::npos) return false;
     if (npath.find("/misc/rcs2log") != std::string::npos) return false;
     if (npath.find("/misc/win32-msvc") != std::string::npos) return false;
+    if (npath.find("/misc/archlinux/brlcad.install") != std::string::npos) 
return false;
+    if (npath.find("/misc/brlcad.spec.in") != std::string::npos) return false;
     if (npath.find("/misc/") != std::string::npos) return true;
     if (npath.find("/src/other/step") != std::string::npos) return true;
     if (npath.find("/src/conv/step") != std::string::npos) return true;

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