Code

- Corrected missing defpkgdir
[gosa.git] / pbconf / gosa.pb
1 #
2 # Project Builder configuration file
3 # For project gosa
4 #
5 # $Id$
6 #
8 #
9 # What is the project URL
10 #
12 pburl gosa = svn+https://oss.gonicus.de/repositories/gosa/trunk/
14 # Repository
15 pbrepo gosa = http://apt.gosa-addons.org
16 #pbml gosa = gosa@oss.gonicus.de
17 #pbsmtp gosa = localhost
19 # Check whether project is well formed 
20 # when downloading from ftp/http/...
21 # (containing already a directory with the project-version name)
22 #pbwf gosa = 1
24 #
25 # Packager label
26 #
27 pbpackager gosa = Benoit Mortier <benoit.mortier@opensides.be>
28 #
30 # For delivery to a machine by SSH (potentially the FTP server)
31 # Needs hostname, account and directory
32 #
33 sshhost fossology = apt.gosa-addons.org
34 sshlogin fossology = repo
35 sshdir fossology = /var/www/gosa-addons
36 sshport fossology = 22
38 #
39 # For Virtual machines management
40 # Naming convention to follow: distribution name (as per ProjectBuilder::Distribution)
41 # followed by '-' and by release number
42 # followed by '-' and by architecture
43 # a .vmtype extension will be added to the resulting string
44 # a QEMU rhel-3-i286 here means that the VM will be named rhel-3-i386.qemu
45 #
46 #vmlist gosa = mandrake-10.1-i386,mandrake-10.2-i386,mandriva-2006.0-i386,mandriva-2007.0-i386,mandriva-2007.1-i386,mandriva-2008.0-i386,redhat-7.3-i386,redhat-9-i386,fedora-4-i386,fedora-5-i386,fedora-6-i386,fedora-7-i386,fedora-8-i386,rhel-3-i386,rhel-4-i386,rhel-5-i386,suse-10.0-i386,suse-10.1-i386,suse-10.2-i386,suse-10.3-i386,sles-9-i386,sles-10-i386,gentoo-nover-i386,debian-3.1-i386,debian-4.0-i386,ubuntu-6.06-i386,ubuntu-7.04-i386,ubuntu-7.10-i386,mandriva-2007.0-x86_64,mandriva-2007.1-x86_64,mandriva-2008.0-x86_64,fedora-6-x86_64,fedora-7-x86_64,fedora-8-x86_64,rhel-4-x86_64,rhel-5-x86_64,suse-10.2-x86_64,suse-10.3-x86_64,sles-10-x86_64,gentoo-nover-x86_64,debian-4.0-x86_64,ubuntu-7.04-x86_64,ubuntu-7.10-x86_64
48 #
49 # Valid values for vmtype are
50 # qemu, (vmware, xen, ... TBD)
51 #vmtype gosa = qemu
53 # Hash for VM stuff on vmtype
54 #vmntp default = pool.ntp.org
56 # We suppose we can commmunicate with the VM through SSH
57 #vmhost gosa = localhost
58 #vmlogin gosa = pb
59 #vmport gosa = 2222
61 # Timeout to wait when VM is launched/stopped
62 #vmtmout default = 120
64 # per VMs needed paramaters
65 #vmopt gosa = -m 384 -daemonize
66 #vmpath gosa = /home/qemu
67 #vmsize gosa = 5G
69
70 # For Virtual environment management
71 # Naming convention to follow: distribution name (as per ProjectBuilder::Distribution)
72 # followed by '-' and by release number
73 # followed by '-' and by architecture
74 # a .vetype extension will be added to the resulting string
75 # a chroot rhel-3-i286 here means that the VE will be named rhel-3-i386.chroot
76 #
77 #velist gosa = fedora-7-i386
79 # VE params
80 #vetype gosa = chroot
81 #ventp default = pool.ntp.org
82 #velogin gosa = pb
83 #vepath gosa = /var/lib/mock
84 #veconf gosa = /etc/mock
85 #verebuild gosa = false
87 #
88 # Global version/tag for the project
89 #
90 projver gosa = trunk
91 projtag gosa = 1
93 # Hash of valid version names
94 version gosa = trunk
96 # Is it a test version or a production version
97 testver gosa = true
99 # Adapt to your needs:
100 # Optional if you need to overwrite the global values above
102 #pkgver gosa = stable
103 #pkgtag gosa = 3
104 # Hash of default package/package directory
105 defpkgdir gosa = gosa
106 # Hash of additional package/package directory
107 #extpkgdir minor-pkg = dir-minor-pkg
109 # List of files per pkg on which to apply filters
110 # Files are mentioned relatively to pbroot/defpkgdir
111 #filteredfiles gosa = Makefile.PL,configure.in,install.sh,fossology.8
112 #supfiles gosa = fossology.init
114 # For perl modules, names are different depending on distro
115 # Here perl-xxx for RPMs, libxxx-perl for debs, ...
116 # So the package name is indeed virtual
117 #namingtype gosa = perl
119 # This project needs additional repository to be able to be built correctly
121 addrepo centos-5-i386 = http://packages.sw.be/rpmforge-release/rpmforge-release-0.3.6-1.el5.rf.i386.rpm,ftp://ftp.project-builder.org/test/centos/5/pb.repo
122 addrepo centos-5-x86_64 = http://packages.sw.be/rpmforge-release/rpmforge-release-0.3.6-1.el5.rf.x86_64.rpm,ftp://ftp.project-builder.org/test/centos/5/pb.repo
123 addrepo centos-4-i386 = http://packages.sw.be/rpmforge-release/rpmforge-release-0.3.6-1.el4.rf.i386.rpm,ftp://ftp.project-builder.org/test/centos/4/pb.repo
124 addrepo centos-4-x86_64 = http://packages.sw.be/rpmforge-release/rpmforge-release-0.3.6-1.el4.rf.x86_64.rpm,ftp://ftp.project-builder.org/test/centos/4/pb.repo