From b37516e167fa4e4b6944ac0dd8499caee4e85ddf Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Wed, 1 Dec 2021 09:46:59 -0800 Subject: [PATCH] poudriere.conf.sample: Bring all the web options together --- src/etc/poudriere.conf.sample | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/src/etc/poudriere.conf.sample b/src/etc/poudriere.conf.sample index cf876f0dab..ccba4989e1 100644 --- a/src/etc/poudriere.conf.sample +++ b/src/etc/poudriere.conf.sample @@ -232,12 +232,6 @@ DISTFILES_CACHE=/usr/ports/distfiles # Default: no #TIMESTAMP_LOGS=no -# URL where your POUDRIERE_DATA/logs are hosted -# This will be used for giving URL hints to the HTML output when -# scheduling and starting builds -#URL_BASE=http://yourdomain.com/poudriere/ - - # This defines the max time (in seconds) that a command may run for a build # before it is killed for taking too long. Default: 86400 #MAX_EXECUTION_TIME=86400 @@ -246,7 +240,6 @@ DISTFILES_CACHE=/usr/ports/distfiles # be in a runaway state for having no output on stdout. Default: 7200 #NOHANG_TIME=7200 - # The repository is updated atomically if set yes. This leaves the # repository untouched until the build completes. This involves using # hardlinks and symlinks. The operations are fast, but can be intrusive @@ -347,6 +340,11 @@ DISTFILES_CACHE=/usr/ports/distfiles # Default: none #LOCAL_MTREE_EXCLUDES="/usr/obj /var/tmp/ccache" +# URL where your POUDRIERE_DATA/logs are hosted +# This will be used for giving URL hints to the HTML output when +# scheduling and starting builds +#URL_BASE=http://yourdomain.com/poudriere/ + # Set to hosted to use the /data directory instead of inline style HTML # Default: inline #HTML_TYPE="hosted" @@ -356,6 +354,11 @@ DISTFILES_CACHE=/usr/ports/distfiles # Default: no #HTML_TRACK_REMAINING=yes +# Grep build logs to determine a possible build failure reason. This is +# only shown on the web interface. +# Default: yes +#DETERMINE_BUILD_FAILURE_REASON=yes + # Set to pass arguments to buildworld. # Default: #MAKEWORLDARGS="WITHOUT_LLVM_ASSERTIONS=yes WITH_MALLOC_PRODUCTION=yes -DMALLOC_PRODUCTION" @@ -374,7 +377,3 @@ DISTFILES_CACHE=/usr/ports/distfiles # be fetched. # Default: everything #PACKAGE_FETCH_WHITELIST="gcc* rust llvm*" - -# Grep build logs to determine a possible build failure reason. -# Default: yes -#DETERMINE_BUILD_FAILURE_REASON=yes