aboutsummaryrefslogtreecommitdiffstats
path: root/roles/host/templates/usr_local_bin_poudriere_start_build.sh.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/host/templates/usr_local_bin_poudriere_start_build.sh.j2')
-rw-r--r--roles/host/templates/usr_local_bin_poudriere_start_build.sh.j25
1 files changed, 4 insertions, 1 deletions
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 \
+ "$@"