source: ProjectBuilder/projects/pusk/pbconf/trunk/pusk.pb@ 1758

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