[Collab-qa-commits] r430 - svnbuildstat

goneri-guest at alioth.debian.org goneri-guest at alioth.debian.org
Tue Sep 11 19:58:01 UTC 2007


Author: goneri-guest
Date: 2007-09-11 19:58:01 +0000 (Tue, 11 Sep 2007)
New Revision: 430

Modified:
   svnbuildstat/README
Log:
just save the SQL command to get the package to build


Modified: svnbuildstat/README
===================================================================
--- svnbuildstat/README	2007-09-11 19:57:21 UTC (rev 429)
+++ svnbuildstat/README	2007-09-11 19:58:01 UTC (rev 430)
@@ -1 +1,4 @@
 Run script/svnbuildstat_www_server.pl to test the application.
+
+to get the packages to build:
+select package.name,build.rev from package left join build on package.id=build.package_id and package.rev=build.rev where build.rev is null and (package.isnative=true or package.istarballpresent=true);




More information about the Collab-qa-commits mailing list