diff options
Diffstat (limited to 'roles/host/templates')
3 files changed, 7 insertions, 3 deletions
diff --git a/roles/host/templates/poudriere_pkglist_quarterly.j2 b/roles/host/templates/poudriere_pkglist_quarterly.j2 new file mode 100644 index 0000000..db7ae63 --- /dev/null +++ b/roles/host/templates/poudriere_pkglist_quarterly.j2 @@ -0,0 +1 @@ +multimedia/plexmediaserver 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 \ + "$@" diff --git a/roles/host/templates/usr_local_bin_update_ports.sh.j2 b/roles/host/templates/usr_local_bin_update_ports.sh.j2 index 7063652..1a512af 100644 --- a/roles/host/templates/usr_local_bin_update_ports.sh.j2 +++ b/roles/host/templates/usr_local_bin_update_ports.sh.j2 @@ -58,8 +58,8 @@ custom) echo "Regenerating poudriere pkglist..." find "${BASEDIR}/custom" -name Makefile -mindepth 3 -maxdepth 3 | \ sed "s|${BASEDIR}/custom/||; s|/Makefile||" | \ - sort > /usr/local/etc/poudriere-pkglist - echo "Pkglist updated: $(wc -l < /usr/local/etc/poudriere-pkglist) ports." + sort > /usr/local/etc/poudriere-pkglist.custom + echo "Pkglist updated: $(wc -l < /usr/local/etc/poudriere-pkglist.custom) ports." echo "Done. Custom ports overlay updated." ;; *) |
