#
# Define for each project the URL of its pbconf repository
# No default option allowed here as they need to be all different
#
pbconfurl gosa = svn+https://oss.gonicus.de/repositories/gosa/branches/gosa-project-builder/gosa/pbconf

#
# Under that dir will take place everything related to pb
# If you want to use VMs/chroot/..., then use $ENV{'HOME'} to make it portable
# to your VMs/chroot/...
# if not defined then /var/cache
pbdefdir default = $ENV{'HOME'}/develop/project-builder

# location of Virtual Machine infrastructure
vmpath default = $ENV{'HOME'}/qemu

# location of Virtual Environment (chroot) infrastructure
vepath default = $ENV{'HOME'}/mock

