From 430140e9ad04094c7e828a57400a24227a2524b1 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Mon, 27 Jul 2026 23:09:03 +0300 Subject: Split pkglist into two lists --- roles/host/templates/usr_local_bin_poudriere_start_build.sh.j2 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'roles/host/templates/usr_local_bin_poudriere_start_build.sh.j2') diff --git a/roles/host/templates/usr_local_bin_poudriere_start_build.sh.j2 b/roles/host/templates/usr_local_bin_poudriere_start_build.sh.j2 index 6bbd379..ae5ddd7 100644 --- a/roles/host/templates/usr_local_bin_poudriere_start_build.sh.j2 +++ b/roles/host/templates/usr_local_bin_poudriere_start_build.sh.j2 @@ -1,2 +1,5 @@ #!/bin/sh -exec poudriere bulk -j poudriere_build -p quarterly -O custom -f /usr/local/etc/poudriere-pkglist "$@" +exec poudriere bulk -j poudriere_build -p quarterly -O custom \ + -f /usr/local/etc/poudriere-pkglist.custom \ + -f /usr/local/etc/poudriere-pkglist.quarterly \ + "$@" -- cgit v1.3