source: hybrid/branches/releng-11/nanobsd/tools/portshaker.conf@ 13757

Last change on this file since 13757 was 13483, checked in by rick, 9 years ago

Migrating package building to poudriere [dry-coded]

https://www.wirelessleiden.nl/projects/nodefactory/wiki/Poudriere

File size: 329 bytes
Line 
1# vim:set syntax=sh:
2# $Id$
3
4#---[ Base directory for mirrored Ports Trees ]---
5mirror_base_dir="/var/cache/portshaker"
6
7#---[ Directories where to merge ports ]---
8ports_trees="default"
9
10use_zfs="no"
11poudriere_ports_mountpoint="/usr/local/poudriere/ports"
12default_poudriere_tree="default"
13default_merge_from="freebsd wlrepo"
14
15
16
Note: See TracBrowser for help on using the repository browser.