packages: subversion/subversion.spec - don't run checks in parallerl - eats...

arekm arekm at pld-linux.org
Wed Oct 12 19:52:11 CEST 2011


Author: arekm                        Date: Wed Oct 12 17:52:11 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- don't run checks in parallerl - eats so many resources

---- Files affected:
packages/subversion:
   subversion.spec (1.319 -> 1.320) 

---- Diffs:

================================================================
Index: packages/subversion/subversion.spec
diff -u packages/subversion/subversion.spec:1.319 packages/subversion/subversion.spec:1.320
--- packages/subversion/subversion.spec:1.319	Wed Oct 12 18:12:55 2011
+++ packages/subversion/subversion.spec	Wed Oct 12 19:52:06 2011
@@ -513,15 +513,15 @@
 %endif
 
 %if %{with tests}
-%{__make} check
+%{__make} -j1 check
 %if %{with csvn}
-%{__make} check-ctypes-python
+%{__make} -j1 check-ctypes-python
 %endif
 %if %{with python}
-%{__make} check-swig-py
+%{__make} -j1 check-swig-py
 %endif
 %if %{with perl}
-%{__make} check-swig-pl
+%{__make} -j1 check-swig-pl
 %endif
 %if %{with ruby}
 # disabled, see https://bugs.launchpad.net/pld-linux/+bug/734340
@@ -917,6 +917,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.320  2011/10/12 17:52:06  arekm
+- don't run checks in parallerl - eats so many resources
+
 Revision 1.319  2011/10/12 16:12:55  arekm
 - up to 1.7.0
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/subversion/subversion.spec?r1=1.319&r2=1.320&f=u



More information about the pld-cvs-commit mailing list