Skip to content

Commit

Permalink
poudriere.conf.sample: Bring all the web options together
Browse files Browse the repository at this point in the history
  • Loading branch information
bdrewery committed Dec 1, 2021
1 parent 4ef8d40 commit b37516e
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions src/etc/poudriere.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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

0 comments on commit b37516e

Please sign in to comment.