diff options
author | linimon <linimon@FreeBSD.org> | 2011-04-23 02:32:13 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-04-23 02:32:13 +0800 |
commit | 8b97913d41a08ee560c56847deff72589252b7b7 (patch) | |
tree | 543daa52dc9f2088e1aff43bfa5b6769e15575ae /Tools | |
parent | bd4160e3f55f8fc42156712f7a46475314285c77 (diff) | |
download | freebsd-ports-gnome-8b97913d41a08ee560c56847deff72589252b7b7.tar.gz freebsd-ports-gnome-8b97913d41a08ee560c56847deff72589252b7b7.tar.zst freebsd-ports-gnome-8b97913d41a08ee560c56847deff72589252b7b7.zip |
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.
Diffstat (limited to 'Tools')
-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') # |