aboutsummaryrefslogtreecommitdiffstats
path: root/roles/host/templates/usr_local_bin_poudriere_start_build.sh.j2
blob: ae5ddd7fabfbed0e61fdca756d7f0b871a5742e4 (plain)
1
2
3
4
5
#!/bin/sh
exec poudriere bulk -j poudriere_build -p quarterly -O custom \
    -f /usr/local/etc/poudriere-pkglist.custom \
    -f /usr/local/etc/poudriere-pkglist.quarterly \
    "$@"