Create first poudriere set: Difference between revisions
Jump to navigation
Jump to search
imported>Jacob mNo edit summary |
imported>Jacob mNo edit summary |
||
| Line 18: | Line 18: | ||
sysutils/screen | sysutils/screen | ||
www/nginx | www/nginx | ||
Create the first set<br> | |||
Create the first set | We run poudriere with the options command first. The selected options are saved in the: /usr/local/etc/poudriere.d directory tree | ||
We run poudriere with the options command first. The selected options are saved in the /usr/local/etc/poudriere.d directory tree | ># poudriere options -j 121amd64 -p local -z sjapkg -f 121amd64-sjapkg-local.pkglst | ||
># poudriere options -j | |||
Then we run poudriere with the bulk command, which will create the packages. | Then we run poudriere with the bulk command, which will create the packages. | ||
># poudriere bulk -j | ># poudriere bulk -j 121amd64 -p local -z sjapkg -f 121amd64-sjapkg-local.pkglst | ||
Revision as of 14:30, 11 January 2020
Previous Create SSL Certificate and Key Next Setup poudriere clients
UNDER CONSTUCTION
Create the package directories
># mkdir -p /usr/local/poudriere/pkglsts/single-pkglsts
Create the package list
># vim 121amd64-sjapkg-local.pkglst editors/vim-console ports-mgmt/poudriere security/sudo shells/bash sysutils/screen www/nginx
Create the first set
We run poudriere with the options command first. The selected options are saved in the: /usr/local/etc/poudriere.d directory tree
># poudriere options -j 121amd64 -p local -z sjapkg -f 121amd64-sjapkg-local.pkglst
Then we run poudriere with the bulk command, which will create the packages.
># poudriere bulk -j 121amd64 -p local -z sjapkg -f 121amd64-sjapkg-local.pkglst
Previous Create SSL Certificate and Key Next Setup poudriere clients