[Python-checkins] devguide: Coverity has reduced number of builds to 4 per week

christian.heimes python-checkins at python.org
Thu Nov 14 13:55:24 CET 2013


http://hg.python.org/devguide/rev/1c2dbbf25d0f
changeset:   652:1c2dbbf25d0f
user:        Christian Heimes <christian at cheimes.de>
date:        Thu Nov 14 13:55:17 2013 +0100
summary:
  Coverity has reduced number of builds to 4 per week
https://scan.coverity.com/faq#frequency

files:
  coverity.rst |  11 ++++++-----
  1 files changed, 6 insertions(+), 5 deletions(-)


diff --git a/coverity.rst b/coverity.rst
--- a/coverity.rst
+++ b/coverity.rst
@@ -37,11 +37,12 @@
 Building and uploading analysis
 ===============================
 
-The process is automated. Twice a day a script runs ``hg pull``, ``hg update``
-``cov-build`` and uploads the latest analysis to Coverity. The build runs on a
-dedicated virtual machine on PSF's infrastructure at OSU Open Source Labs. The
-process is maintained by Christian Heimes (see `Contact`_). At present only
-the tip is analyzed with the 64bit Linux tools.
+The process is automated. A script runs ``hg pull``, ``hg update``,
+``cov-build`` and uploads the latest analysis to Coverity. Since Coverity has
+limited the maximum number of builds per week Python is analyzed every second
+day. The build runs on a dedicated virtual machine on PSF's infrastructure at
+OSU Open Source Labs. The process is maintained by Christian Heimes (see
+`Contact`_). At present only the tip is analyzed with the 64bit Linux tools.
 
 
 Known limitations

-- 
Repository URL: http://hg.python.org/devguide


More information about the Python-checkins mailing list