From 0f885f158337edbe86327701be870163c585d1cd Mon Sep 17 00:00:00 2001 From: Xavier Beaudouin Date: Tue, 28 May 2024 14:52:10 +0200 Subject: [PATCH] Fix for pkg2 --- poudriere/poudriere.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/poudriere/poudriere.conf b/poudriere/poudriere.conf index 988cfdb..122b195 100644 --- a/poudriere/poudriere.conf +++ b/poudriere/poudriere.conf @@ -9,7 +9,7 @@ # You need at least 7GB of free space in this pool to have a working # poudriere. # -ZPOOL=zroot +ZPOOL=pkg ### NO ZFS # 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 # scheduling and starting builds #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