Skip to content

use_system_ports_tree

Baptiste Daroussin edited this page Sep 19, 2014 · 9 revisions

Use the system ports tree in poudriere

Any filesystem is supported as long as it is mounted. To add a custom tree called custom located at /ports/custom:

# poudriere ports -c -F -f none -M /ports/custom -p custom

To check that everything is correctly working:

# poudriere ports -l
PORTSTREE            METHOD        PATH
custom               -             /ports/custom

You can now use it with bulk and testport with the -p option:

# poudriere bulk -p custom -j JAIL -f LIST
# poudriere testport -p custom -j JAIL -o PORT
Clone this wiki locally