source: ProjectBuilder/projects/rinse/pbconf/devel/rinse.pb@ 613

Last change on this file since 613 was 613, checked in by Bruno Cornec, 15 years ago

Project rinse creation

File size: 3.8 KB
Line 
1#
2# Project Builder configuration file
3# For project rinse
4#
5# $Id$
6#
7
8#
9# What is the project URL
10#
11#pburl rinse = svn://svn.rinse.org/rinse/devel
12#pburl rinse = svn://svn+ssh.rinse.org/rinse/devel
13#pburl rinse = cvs://cvs.rinse.org/rinse/devel
14#pburl rinse = http://www.rinse.org/src/rinse-devel.tar.gz
15#pburl rinse = ftp://ftp.rinse.org/src/rinse-devel.tar.gz
16#pburl rinse = file:///src/rinse-devel.tar.gz
17#pburl rinse = dir:///src/rinse-devel
18
19# Repository
20#pbrepo rinse = ftp://ftp.rinse.org
21#pbml rinse = rinse-announce@lists.rinse.org
22#pbsmtp rinse = 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 rinse = 1
28
29#
30# Packager label
31#
32#pbpackager rinse = William Porte <bill@rinse.org>
33#
34
35# For delivery to a machine by SSH (potentially the FTP server)
36# Needs hostname, account and directory
37#
38#sshhost rinse = www.rinse.org
39#sshlogin rinse = bill
40#sshdir rinse = /rinse/ftp
41#sshport rinse = 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 rinse = 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 rinse = 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 rinse = localhost
63#vmlogin rinse = pb
64#vmport rinse = 2222
65
66# Timeout to wait when VM is launched/stopped
67#vmtmout default = 120
68
69# per VMs needed paramaters
70#vmopt rinse = -m 384 -daemonize
71#vmpath rinse = /home/qemu
72#vmsize rinse = 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 rinse = fedora-7-i386
83
84# VE params
85#vetype rinse = chroot
86#ventp default = pool.ntp.org
87#velogin rinse = pb
88#vepath rinse = /var/lib/mock
89#veconf rinse = /etc/mock
90#verebuild rinse = false
91
92#
93# Global version/tag for the project
94#
95#projver rinse = devel
96#projtag rinse = 1
97
98# Hash of valid version names
99#version rinse = devel,stable
100
101# Is it a test version or a production version
102testver rinse = true
103
104# Adapt to your needs:
105# Optional if you need to overwrite the global values above
106#
107#pkgver pkg1 = stable
108#pkgtag pkg1 = 3
109# Hash of default package/package directory
110#defpkgdir pkg1 = dir-pkg1
111# Hash of additional package/package directory
112#extpkgdir minor-pkg = dir-minor-pkg
113
114# List of files per pkg on which to apply filters
115# Files are mentioned relatively to pbroot/defpkgdir
116#filteredfiles pkg1 = Makefile.PL,configure.in,install.sh,pkg1.8
117#supfiles pkg1 = pkg1.init
118
119# For perl modules, names are different depending on distro
120# Here perl-xxx for RPMs, libxxx-perl for debs, ...
121# So the package name is indeed virtual
122#namingtype pkg1 = perl
Note: See TracBrowser for help on using the repository browser.