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

Last change on this file since 2008 was 2008, checked in by Bruno Cornec, 9 years ago

Fedora comformity

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