source: ProjectBuilder/projects/pusk/pbconf/pusk.pb@ 1471

Last change on this file since 1471 was 1471, checked in by Bruno Cornec, 12 years ago

Project pusk creation

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