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

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

Integration of the buffer project to pb

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