[Lsb-messages] /var/www/bzr/lsb/devel/buildbot-config r271: Build misc-test from its own package dir, instead of packaging.

Jeff Licquia licquia at linuxfoundation.org
Wed Jul 18 20:52:07 UTC 2012


------------------------------------------------------------
revno: 271
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: buildbot-config
timestamp: Wed 2012-07-18 16:52:07 -0400
message:
  Build misc-test from its own package dir, instead of packaging.
modified:
  lsb_master.cfg
-------------- next part --------------
=== modified file 'lsb_master.cfg'
--- a/lsb_master.cfg	2012-07-17 23:45:34 +0000
+++ b/lsb_master.cfg	2012-07-18 20:52:07 +0000
@@ -79,6 +79,7 @@
                             "lsbappchk-sh": [],
                             "lsbsi-tools": [],
                             "makelsbpkg": [],
+                            "misc-test": [],
                             "olver-core-tests": [],
                             "perl-test": [],
                             "printing-test": ["runtime-test"],
@@ -96,13 +97,7 @@
 # "Packaging" projects.  These are built out of a tree called "packaging".
 # The name of the project in packaging is the first value of each tuple,
 # while the repository used to build it is the second.
-lsb_packaging_projects = [("lsbappchk", "misc-test"),
-                          ("lsbarchk", "misc-test"),
-                          ("lsbcmdchk", "misc-test"),
-                          ("lsbdynchk", "misc-test"),
-                          ("lsbdev-runner", "build_env"),
-                          ("lsblibchk", "misc-test"),
-                          ("lsbpkgchk", "misc-test"),
+lsb_packaging_projects = [("lsbdev-runner", "build_env"),
                           ("lsb-xdg-utils", None)]
 
 lsb_arch_indep_projects = ["lsb-setup", "lsbappchk-perl", "lsbappchk-python", 
@@ -120,8 +115,7 @@
                                      "xts5-test"],
                      "qmtest-harness": ["libstdcpp-test"],
                      "libbat": ["appbat"],
-                     "lsbappchk": ["appbat"],
-                     "lsbpkgchk": ["appbat"]}
+                     "misc-test": ["appbat"]}
 
 # Job locking.  We don't limit the number of concurrent jobs per
 # slave in the slave config; instead, we only allow one build at a time



More information about the lsb-messages mailing list