rpms/buildbot/F-11 buildbot.spec,1.15,1.16

smilner smilner at fedoraproject.org
Mon Aug 17 17:55:58 UTC 2009


Author: smilner

Update of /cvs/pkgs/rpms/buildbot/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5051

Modified Files:
	buildbot.spec 
Log Message:
turning off unittests in builds


Index: buildbot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/buildbot/F-11/buildbot.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- buildbot.spec	17 Aug 2009 17:20:06 -0000	1.15
+++ buildbot.spec	17 Aug 2009 17:55:57 -0000	1.16
@@ -1,10 +1,10 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
-%global do_tests 1
+%global do_tests 0
 
 Name:           buildbot
 Version:        0.7.11p3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Build/test automation system
 
 Group:          Development/Tools
@@ -89,6 +89,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Aug 17 2009 Steve 'Ashcrow' Milner <stevem at gnulinux.net> - 0.7.11p3-2
+- turning off tests in builds
+
 * Thu Aug 17 2009 Steve 'Ashcrow' Milner <stevem at gnulinux.net> - 0.7.11p3-1
 - Update for another XSS vuln from upstream
 




More information about the scm-commits mailing list