summaryrefslogtreecommitdiff
path: root/Tools/portbuild
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2011-04-22 18:32:13 +0000
committerMark Linimon <linimon@FreeBSD.org>2011-04-22 18:32:13 +0000
commit3fcbbb8d242de1463c80d07434827d671d6622a1 (patch)
treee5ccc537d06a621c1485a481c1fa4ae5bc42daf1 /Tools/portbuild
parent- Unbreak - make fetchable (diff)
Add some definitions to try to limit the number of times we let builds
fail before we stop. This should help avoid spamming people's mboxes.
Notes
Notes: svn path=/head/; revision=273069
Diffstat (limited to 'Tools/portbuild')
-rw-r--r--Tools/portbuild/conf/server.conf7
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')
#