Ticket #50: .pbrc

File .pbrc, 663 bytes (added by Benoit Mortier, 15 years ago)

my .pbrc file

Line 
1#
2# Define for each project the URL of its pbconf repository
3# No default option allowed here as they need to be all different
4#
5pbconfurl gosa = svn+https://oss.gonicus.de/repositories/gosa/branches/gosa-project-builder/gosa/pbconf
6
7#
8# Under that dir will take place everything related to pb
9# If you want to use VMs/chroot/..., then use $ENV{'HOME'} to make it portable
10# to your VMs/chroot/...
11# if not defined then /var/cache
12pbdefdir default = $ENV{'HOME'}/develop/project-builder
13
14# location of Virtual Machine infrastructure
15vmpath default = $ENV{'HOME'}/qemu
16
17# location of Virtual Environment (chroot) infrastructure
18vepath default = $ENV{'HOME'}/mock
19