[PATCH] add CSWruby20 to dependency_checks.py

Toni Schmidbauer via buildfarm buildfarm at lists.opencsw.org
Thu Nov 13 21:30:33 CET 2014


hi,

because we now have ruby20 in the unstable catalog i think it would make
sense to add CSWruby20 to the dependency checks to avoid unnecessary
checkpkg errors.

i came up with the following patch, which is untested and from a guy with
limited (no) knowledge about gar :-)

thanks
toni

Index: lib/python/dependency_checks.py
===================================================================
--- lib/python/dependency_checks.py     (revision 24235)
+++ lib/python/dependency_checks.py     (working copy)
@@ -40,7 +40,7 @@
     #                (u"CSWpython27",)),
     # (r"/?opt/csw/lib/python3\.3/(site-packages|lib-dynload)/.+\.py$",
     #                (u"CSWpython33",)),
-    (r".*\.rb$",   (u"CSWruby", u"CSWruby18", u"CSWruby191",u"CSWlibruby1-9-1-1")),
+    (r".*\.rb$",   (u"CSWruby", u"CSWruby18", u"CSWruby191",u"CSWlibruby1-9-1-1", u"CSWruby20")),
     (r".*\.elc?$", (u"CSWemacs-common",)),
     (r"/opt/csw/apache2/", (u"CSWapache2",)),
 )


More information about the buildfarm mailing list