[Python-apps-commits] r5795 - in packages/pyrit/trunk/debian (TODO)

chrisk-guest at users.alioth.debian.org chrisk-guest at users.alioth.debian.org
Wed Jul 7 20:56:22 UTC 2010


    Date: Wednesday, July 7, 2010 @ 20:56:21
  Author: chrisk-guest
Revision: 5795

Add parallelized build to TODO

Modified:
  packages/pyrit/trunk/debian/TODO

Modified: packages/pyrit/trunk/debian/TODO
===================================================================
--- packages/pyrit/trunk/debian/TODO	2010-07-07 20:37:50 UTC (rev 5794)
+++ packages/pyrit/trunk/debian/TODO	2010-07-07 20:56:21 UTC (rev 5795)
@@ -15,3 +15,10 @@
 2010-07-04 (CK):
   At a later point, revisit the issue of whether the Python modules could be
   made private.
+
+2010-07-06 (CK):
+  Instead of unconditionally limiting the number or cores used during unit
+  tests to 1, limit the number to M, where M is a value up to N for
+  DEB_BUILD_OPTIONS=parallel=N, but not larger than the number of cores
+  available on the system. This could probably be accomplished via
+  /proc/cpuinfo.




More information about the Python-apps-commits mailing list