Skip to content

Commit

Permalink
Switch BUILD_AS_NON_ROOT as default to on.
Browse files Browse the repository at this point in the history
  • Loading branch information
mat813 committed Apr 11, 2016
1 parent 5251620 commit e64d1c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/etc/poudriere.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ DISTFILES_CACHE=/usr/ports/distfiles
#PRESERVE_TIMESTAMP=yes

# Define to yes to build and stage as a regular user
# Default: no
#BUILD_AS_NON_ROOT=yes
# Default: yes
#BUILD_AS_NON_ROOT=no

# Define pkgname globs to boost priority for
# Default: none
Expand Down
2 changes: 1 addition & 1 deletion src/share/poudriere/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4762,7 +4762,7 @@ fi
: ${PIDFILE:=${POUDRIERE_DATA}/daemon.pid}
: ${QUEUE_SOCKET:=/var/run/poudriered.sock}
: ${PORTBUILD_USER:=nobody}
: ${BUILD_AS_NON_ROOT:=no}
: ${BUILD_AS_NON_ROOT:=yes}
: ${DISTFILES_CACHE:=/nonexistent}
: ${SVN_CMD:=$(which svn 2>/dev/null || which svnlite 2>/dev/null)}
# 24 hours for 1 command
Expand Down

0 comments on commit e64d1c9

Please sign in to comment.