Fix for pkg2

This commit is contained in:
Xavier Beaudouin
2024-05-28 14:52:10 +02:00
parent c0206926e6
commit 0f885f1583

View File

@ -9,7 +9,7 @@
# You need at least 7GB of free space in this pool to have a working # You need at least 7GB of free space in this pool to have a working
# poudriere. # poudriere.
# #
ZPOOL=zroot ZPOOL=pkg
### NO ZFS ### NO ZFS
# To not use ZFS, define NO_ZFS=yes # To not use ZFS, define NO_ZFS=yes
@ -237,7 +237,7 @@ ALLOW_MAKE_JOBS_PACKAGES="pkg ccache py* gcc* clang* llvm* openjdk* rust* erlang
# This will be used for giving URL hints to the HTML output when # This will be used for giving URL hints to the HTML output when
# scheduling and starting builds # scheduling and starting builds
#URL_BASE=http://yourdomain.com/poudriere/ #URL_BASE=http://yourdomain.com/poudriere/
URL_BASE=http://pkg.home.oav.net/ URL_BASE=http://pkg2.home.oav.net/
# This defines the max time (in seconds) that a command may run for a build # This defines the max time (in seconds) that a command may run for a build