source: ProjectBuilder/projects/buffer/pbconf/1.19/buffer.pb@ 457

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

Project buffer creation

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