Skip to content

evilgjb/poudriere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to poudriere!
---------------------

poudriere is a tool primarily designed to test package production on
FreeBSD. However, most people will find it useful to bulk build ports
for FreeBSD.

Its goals are to use modern facilities present in FreeBSD (as ZFS,
jails), to be easy to use and to depend only on base.

Where is the documentation?
---------------------------

The canonical documentation is located at:

http://fossil.etoilebsd.net/poudriere/doc/trunk/doc/index.wiki

A copy of this documentation could be found in the doc directory.

You can also open the manpage of poudriere, located in the 8th section.

Getting started with poudriere
------------------------------

1. Install it by typing "make install" at the top-level directory
2. Copy /usr/local/etc/poudriere.conf.sample to /usr/local/etc/poudriere.conf
3. Edit it to suit your needs
4. man poudriere, search for EXAMPLES
5. Follow "bulk build of binary packages" steps
6. Enjoy your new fresh binary packages!