source: ProjectBuilder/projects/CDDBeditor/pbconf/devel/CDDBeditor.pb@ 991

Last change on this file since 991 was 991, checked in by Bruno Cornec, 14 years ago

r3711@localhost: bruno | 2010-03-01 07:29:29 +0100

  • veconf => rbsconf
  • Adds option -a to rpmbootstrap in order for pb to automatically install the packages it needs
  • Check CentOS4 VE OK
  • Adds pb.conf man page to spec build
File size: 4.9 KB
Line 
1#
2# Project Builder configuration file
3# For project CDDBeditor
4#
5# $Id$
6#
7
8#
9# What is the project URL
10#
11#pburl CDDBeditor = svn://svn.CDDBeditor.org/CDDBeditor/devel
12#pburl CDDBeditor = svn://svn+ssh.CDDBeditor.org/CDDBeditor/devel
13#pburl CDDBeditor = cvs://cvs.CDDBeditor.org/CDDBeditor/devel
14#pburl CDDBeditor = http://www.CDDBeditor.org/src/CDDBeditor-devel.tar.gz
15#pburl CDDBeditor = ftp://ftp.CDDBeditor.org/src/CDDBeditor-devel.tar.gz
16#pburl CDDBeditor = file:///src/CDDBeditor-devel.tar.gz
17#pburl CDDBeditor = dir:///src/CDDBeditor-devel
18
19# Repository
20#pbrepo CDDBeditor = ftp://ftp.CDDBeditor.org
21#pbml CDDBeditor = CDDBeditor-announce@lists.CDDBeditor.org
22#pbsmtp CDDBeditor = localhost
23
24# Check whether project is well formed
25# when downloading from ftp/http/...
26# (containing already a directory with the project-version name)
27#pbwf CDDBeditor = 1
28
29#
30# Packager label
31#
32#pbpackager CDDBeditor = William Porte <bill@CDDBeditor.org>
33#
34
35# For delivery to a machine by SSH (potentially the FTP server)
36# Needs hostname, account and directory
37#
38#sshhost CDDBeditor = www.CDDBeditor.org
39#sshlogin CDDBeditor = bill
40#sshdir CDDBeditor = /CDDBeditor/ftp
41#sshport CDDBeditor = 22
42
43#
44# For Virtual machines management
45# Naming convention to follow: distribution name (as per ProjectBuilder::Distribution)
46# followed by '-' and by release number
47# followed by '-' and by architecture
48# a .vmtype extension will be added to the resulting string
49# a QEMU rhel-3-i286 here means that the VM will be named rhel-3-i386.qemu
50#
51#vmlist CDDBeditor = 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
52
53#
54# Valid values for vmtype are
55# qemu, (vmware, xen, ... TBD)
56#vmtype CDDBeditor = qemu
57
58# Hash for VM stuff on vmtype
59#vmntp default = pool.ntp.org
60
61# We suppose we can commmunicate with the VM through SSH
62#vmhost CDDBeditor = localhost
63#vmlogin CDDBeditor = pb
64#vmport CDDBeditor = 2222
65
66# Timeout to wait when VM is launched/stopped
67#vmtmout default = 120
68
69# per VMs needed paramaters
70#vmopt CDDBeditor = -m 384 -daemonize
71#vmpath CDDBeditor = /home/qemu
72#vmsize CDDBeditor = 5G
73
74#
75# For Virtual environment management
76# Naming convention to follow: distribution name (as per ProjectBuilder::Distribution)
77# followed by '-' and by release number
78# followed by '-' and by architecture
79# a .vetype extension will be added to the resulting string
80# a chroot rhel-3-i286 here means that the VE will be named rhel-3-i386.chroot
81#
82#velist CDDBeditor = fedora-7-i386
83
84# VE params
85#vetype CDDBeditor = chroot
86#ventp default = pool.ntp.org
87#velogin CDDBeditor = pb
88#vepath CDDBeditor = /var/lib/mock
89#rbsconf CDDBeditor = /etc/mock
90#verebuild CDDBeditor = false
91
92#
93# Global version/tag for the project
94#
95#projver CDDBeditor = devel
96#projtag CDDBeditor = 1
97
98# Hash of valid version names
99
100# Additional repository to add at build time
101# 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
102# 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
103#version CDDBeditor = devel,stable
104
105# Is it a test version or a production version
106testver CDDBeditor = true
107
108# Additional repository to add at build time
109# 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
110# 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
111
112# Adapt to your needs:
113# Optional if you need to overwrite the global values above
114#
115#pkgver CDDBeditor = stable
116#pkgtag CDDBeditor = 3
117# Hash of default package/package directory
118#defpkgdir CDDBeditor = dir-CDDBeditor
119# Hash of additional package/package directory
120#extpkgdir minor-pkg = dir-minor-pkg
121
122# List of files per pkg on which to apply filters
123# Files are mentioned relatively to pbroot/defpkgdir
124#filteredfiles CDDBeditor = Makefile.PL,configure.in,install.sh,CDDBeditor.8
125#supfiles CDDBeditor = CDDBeditor.init
126
127# For perl modules, names are different depending on distro
128# Here perl-xxx for RPMs, libxxx-perl for debs, ...
129# So the package name is indeed virtual
130#namingtype CDDBeditor = perl
Note: See TracBrowser for help on using the repository browser.