source: ProjectBuilder/projects/buffer/pbconf/1.19/buffer.yml

Last change on this file was 2321, checked in by Bruno Cornec, 7 years ago

Test buffer with patches and convert to 0.15 format

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