source: ProjectBuilder/projects/pb/.pbrc.yml

Last change on this file was 2618, checked in by Bruno Cornec, 4 years ago

Update .pbrc example as a yaml file now

File size: 2.2 KB
Line 
1---
2#
3# Define for each project the URL of its pbconf repository
4# No default option allowed here as they need to be all different
5#
6# Overwrite default LinuxCOE conf when having commit access
7pburl linuxcoe = cvs+ssh://:ext:user@linuxcoe.cvs.sourceforge.net:/cvsroot/linuxcoe
8
9# Each project should have its pbconfurl declared:
10pbconfurl:
11 collectl: svn+ssh://svn.project-builder.org/prj/svn/pb/projects/collectl/pbconf
12 netperf: svn+ssh://svn.project-builder.org/prj/svn/pb/projects/netperf/pbconf
13 python-redfish: git+ssh://git@github.com:bcornec/python-redfish.git
14 fossology: git+ssh://git@github.com:fossology/fossology.git
15 mondorescue: svn+ssh://svn.project-builder.org/prj/svn/pb/projects/mondorescue/pbconf
16 linuxcoe: svn+ssh://svn.project-builder.org/prj/svn/pb/projects/linuxcoe/pbconf
17 pb: svn+ssh://svn.project-builder.org/prj/svn/pb/pbconf
18 python-tortilla: svn+ssh://svn.project-builder.org/prj/svn/pb/projects/python-tortilla/pbconf
19 python-formats: svn+ssh://svn.project-builder.org/prj/svn/pb/projects/python-formats/pbconf
20
21# Under that dir will take place everything related to pb
22# If you want to use VMs/chroot/..., then use $ENV{'HOME'} to make it portable
23# to your VMs/chroot/...
24# if not defined then /var/cache
25pbdefdir:
26 default: $ENV{'HOME'}/pb/projects
27 python-redfish: $ENV{'HOME'}/prj
28 fossology: $ENV{'HOME'}/prj
29 pb: $ENV{'HOME'}
30 python-tortilla: $ENV{'HOME'}/prj
31 python-formats: $ENV{'HOME'}/prj
32
33# Where is the pbconf directory
34pbconfdir:
35 fossology: $ENV{'HOME'}/prj/fossology/pbconf
36 python-redfish: $ENV{'HOME'}/prj/python-redfish/pbconf
37 pb: $ENV{'HOME'}/pb/pbconf
38 mondorescue: $ENV{'HOME'}/pb/projects/mondorescue/pbconf
39 python-tortilla: $ENV{'HOME'}/pb/projects/python-tortilla/pbconf
40 python-formats: $ENV{'HOME'}/pb/projects/python-formats/pbconf
41
42# If not defined, pbdir is under pbdefdir/pbproj
43# Only defined if we have access to the dev of the project
44pbprojdir:
45 linuxcoe: $ENV{'HOME'}/prj/LinuxCOE/cvs
46 mondorescue: $ENV{'HOME'}/prj/mondo/svn
47 fossology: $ENV{'HOME'}/Work/bruno/fossology/svn
48
49# Local
50# where are your local build conf files a .pbrc is searched in those dirs
51# to get the additional info needed for building
52vmpath:
53 default: /media/disk/qemu
54vepath:
55 default: /media/disk/docker
Note: See TracBrowser for help on using the repository browser.