Poudriere
From FreeBSDwiki
(Difference between revisions)
(Created page with "'''Poudriere''' is a program to build ports into packages inside a jail. This system allows packages to be made without logging into the jail. To install: pkg install poudri...") |
(categories) |
||
Line 15: | Line 15: | ||
* [https://www.freebsd.org/cgi/man.cgi?query=poudriere&apropos=0&sektion=0&manpath=FreeBSD+10.1-RELEASE+and+Ports&arch=default&format=html Poudriere manpage] | * [https://www.freebsd.org/cgi/man.cgi?query=poudriere&apropos=0&sektion=0&manpath=FreeBSD+10.1-RELEASE+and+Ports&arch=default&format=html Poudriere manpage] | ||
* [https://github.com/freebsd/poudriere/wiki/ What is poudriere?] | * [https://github.com/freebsd/poudriere/wiki/ What is poudriere?] | ||
+ | |||
+ | [[Category:Ports and Packages]] | ||
+ | [[Category:Architecture-Specific]] | ||
+ | [[Category:Common Tasks]] |
Revision as of 23:16, 9 March 2015
Poudriere is a program to build ports into packages inside a jail. This system allows packages to be made without logging into the jail.
To install:
pkg install poudriere
or
/usr/ports/ports-mgmt/poudriere/make install clean
Setup
Edit /usr/local/etc/poudriere.conf based on poudriere.conf.sample
Poudriere requires a portstree; to create it type:
poudriere ports -c