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

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