diff options
-rw-r--r-- | Tools/portbuild/conf/server.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Tools/portbuild/conf/server.conf b/Tools/portbuild/conf/server.conf index 5ee83f21d1db..275f2bea713f 100644 --- a/Tools/portbuild/conf/server.conf +++ b/Tools/portbuild/conf/server.conf @@ -78,6 +78,13 @@ QMANAGER_SOCKET_FILE=/tmp/.qmgr QMANAGER_PRIORITY_PACKAGES="openoffice kde-3" +# maximum number of times to build an individual job +QMANAGER_MAX_JOB_ATTEMPTS=5 + +# attempt to limit the amount time (and email) on botched runs +QMANAGER_RUNAWAY_PERCENTAGE=0.75 +QMANAGER_RUNAWAY_THRESHOLD=100 + # # upload definitions (see 'cpdistfiles') # |