Create first poudriere set: Difference between revisions

From wiki
Jump to navigation Jump to search
imported>Jacob
mNo edit summary
No edit summary
 
(15 intermediate revisions by one other user not shown)
Line 1: Line 1:
<hr><p style="text align:left;">
<hr><p style="text align:left;">
Previous [[Create SSL Certificate and Key]]
Previous [[Configure NginX]]
<span style="float:right;">
<span style="float:right;">
Next [[Setup poudriere clients]]
Next [[Setup poudriere clients]]
Line 8: Line 8:
UNDER CONSTUCTION
UNDER CONSTUCTION


Create the package directories<br>
># mkdir -p /usr/local/poudriere/pkglsts/single-pkglsts
># cd /usr/local/poudriere/pkglsts
Create the package list<br>
Create the package list<br>
  ># vim 121amd64-local-pkglist
  ># vim 121amd64-mypkg-local.pkglst
  editors/vim-console
  editors/vim-console
lang/php72
ports-mgmt/poudriere
  security/sudo
  security/sudo
  shells/bash
  shells/bash
  ports-mgmt/poudriere
  sysutils/screen
  www/nginx
  www/nginx
Create the first set<br>
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 mypkg -f 121amd64-mypkg-local.pkglst
Then we run poudriere with the bulk command, which will create the packages. We run this in screen so we can detach, as this might run for ages.
># screen
># poudriere bulk -j 121amd64 -p mypkg -f 121amd64-mypkg-local.pkglst


Create the first set
<ctrl>A d
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 12amd64 -p local -z mailj -f 12amd64-local-mailj-pkglist
Then we run poudriere with the bulk command, which will create the packages.
># poudriere bulk -j 12amd64 -p local -z mailj -f 12amd64-local-mailj-pkglis








<hr><p style="text align:left;">
 
Previous [[Create SSL Certificate and Key]]
<hr>
<p style="text align:left;">
Previous [[Configure NginX]]
<span style="float:right;">
<span style="float:right;">
Next [[Setup poudriere clients]]
Next [[Setup poudriere clients]]
</span></p><hr>
</span></p>
<center> Up [[Poudriere setup]]</center>
<hr>

Latest revision as of 09:24, 20 March 2021


Previous Configure NginX Next Setup poudriere clients


UNDER CONSTUCTION

Create the package directories

># mkdir -p /usr/local/poudriere/pkglsts/single-pkglsts
># cd /usr/local/poudriere/pkglsts

Create the package list

># vim 121amd64-mypkg-local.pkglst
editors/vim-console
lang/php72
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 mypkg -f 121amd64-mypkg-local.pkglst

Then we run poudriere with the bulk command, which will create the packages. We run this in screen so we can detach, as this might run for ages.

># screen
># poudriere bulk -j 121amd64 -p mypkg -f 121amd64-mypkg-local.pkglst
<ctrl>A d




Previous Configure NginX Next Setup poudriere clients

Up Poudriere setup