source: ProjectBuilder/pbconf/0.9.1/pb.pb@ 413

Last change on this file since 413 was 413, checked in by Bruno Cornec, 16 years ago

updated to 0.9.1

File size: 2.8 KB
Line 
1#
2# Project Builder configuration file
3# For project pb ;-)
4#
5# $Id$
6#
7#
8#
9# Which CMS system is used
10#
11pburl pb = svn+ssh://svn.project-builder.org/mondo/svn/pb
12
13#
14# Packager label
15#
16pbpackager pb = Bruno Cornec <bruno@project-builder.org>
17
18#
19# For delivery to a machine by SSH (potentially the FTP server)
20# Needs hostname, account and directory
21#
22sshhost pb = www.project-builder.org
23sshlogin pb = bruno
24sshdir pb = /mondo/ftp
25sshport pb = 22
26
27#
28# For Virtual machines management
29# Naming convention to follow: distribution name (as per ProjectBuilder::Distribution)
30# followed by '_' and by release number
31# a .vmtype extension will be added to the resulting string
32# a QEMU rhel_3 here means that the VM will be named rhel_3.qemu
33#
34vmlist pb = 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,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-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
35
36velist pb = fedora-7-i386
37
38pbarch pb = noarch
39
40vetype pb = chroot
41ventp default = pool.ntp.org
42velogin pb = pb
43vepath pb = /var/lib/mock
44veconf pb = /etc/mock
45verebuild pb = false
46#
47# Valid values for vmtype are
48# qemu, (vmware, xen, ... TBD)
49vmtype pb = qemu
50
51# Hash for VM stuff on vmtype
52vmntp default = pool.ntp.org
53
54# We suppose we can commmunicate with the VM through SSH
55vmhost pb = localhost
56vmlogin pb = pb
57vmport pb = 2223
58
59# Timeout to wait when VM is launched/stopped
60vmtmout default = 120
61
62# per VMs needed paramaters
63vmopt pb = -m 384 -daemonize
64vmpath pb = /users/qemu
65vmsize pb = 5G
66
67#
68# Global version/tag for the project
69#
70projver pb = 0.9.1
71projtag pb = 1
72
73# Adapt to your needs:
74# Optional if you need to overwrite the global values above
75#
76#pkgver project-builder = devel
77#pkgtag project-builder = 1
78
79# Is it a test version
80#testver pb = true
81
82# Hash of default package/package directory
83defpkgdir project-builder = pb
84defpkgdir perl-ProjectBuilder = pb-modules
85
86# Hash of additional package/package directory
87extpkgdir project-builder-doc = pb-doc
88
89# Hash of valid version names
90version pb = devel,stable
91
92# List of files per pkg on which to apply filters
93# Files are mentioned relatively to pbroot/defpkgdir
94filteredfiles project-builder = Makefile.PL,lib/ProjectBuilder/Version.pm
95filteredfiles perl-ProjectBuilder = Makefile.PL,lib/ProjectBuilder/Base.pm,lib/ProjectBuilder/Distribution.pm
Note: See TracBrowser for help on using the repository browser.