Skip to content

Commit

Permalink
enter_interactive: Don't pkg-update.
Browse files Browse the repository at this point in the history
build_repo is currently blocked for dry run modes and building the repo
in a test situation does not seem prudent. For now just disable this as
it is very new.

Fixes 1ee1367
  • Loading branch information
bdrewery authored and dlangille committed Oct 18, 2021
1 parent e2f2653 commit a78fcf1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/share/poudriere/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2006,7 +2006,8 @@ enter_interactive() {
enabled: yes
}
EOF
injail pkg update
# XXX: build_repo ?
#injail pkg update || :
msg "Remounting ${PORTSDIR} ${OVERLAYS:+and ${OVERLAYSDIR} }read-write"
remount_ports -o rw >/dev/null
Expand Down Expand Up @@ -2059,8 +2060,7 @@ enter_interactive() {
setenv DEVELOPER 1
setenv DEVELOPER_MODE yes
Packages from /packages are loaded into 'pkg' and can be installed
as needed.
Packages from /packages can be installed with 'pkg add' as needed.
If building as non-root you will be logged into ${PORTBUILD_USER}.
su can be used without password to elevate.
Expand Down

0 comments on commit a78fcf1

Please sign in to comment.