diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2026-07-27 23:09:03 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2026-07-27 23:09:09 +0300 |
| commit | 430140e9ad04094c7e828a57400a24227a2524b1 (patch) | |
| tree | c0ef70697515a56d2d6c15e34b9e8d316f65f725 /roles/host/tasks | |
| parent | 8348425ca716e9d20ec3ddb9d1d39425a778530d (diff) | |
Split pkglist into two lists
Diffstat (limited to 'roles/host/tasks')
| -rw-r--r-- | roles/host/tasks/main.yml | 2 | ||||
| -rw-r--r-- | roles/host/tasks/poudriere.yml | 8 |
2 files changed, 9 insertions, 1 deletions
diff --git a/roles/host/tasks/main.yml b/roles/host/tasks/main.yml index 86e33cf..a465136 100644 --- a/roles/host/tasks/main.yml +++ b/roles/host/tasks/main.yml @@ -256,7 +256,7 @@ The local package repository has not been built yet. Run the following command on the host to build packages: - poudriere bulk -j poudriere_build -p quarterly -O custom -f /usr/local/etc/poudriere-pkglist + poudriere-start-build Then re-run this playbook. ════════════════════════════════════════════════════════════════ diff --git a/roles/host/tasks/poudriere.yml b/roles/host/tasks/poudriere.yml index 1d0fd58..b46293f 100644 --- a/roles/host/tasks/poudriere.yml +++ b/roles/host/tasks/poudriere.yml @@ -55,6 +55,14 @@ group: wheel mode: "0755" +- name: Deploy quarterly poudriere package list + template: + src: poudriere_pkglist_quarterly.j2 + dest: /usr/local/etc/poudriere-pkglist.quarterly + owner: root + group: wheel + mode: "0644" + - name: Deploy poudriere build make.conf template: src: poudriere_build_make.conf.j2 |
