source: ProjectBuilder/projects/linuxcoe/pbconf/cvs/linuxcoe.pb@ 384

Last change on this file since 384 was 384, checked in by Bruno Cornec, 16 years ago

Adds all pb projects under the projects dir (from svn+ssh://svn.project-builder.org/mondo/svn/project-builder)

File size: 3.3 KB
Line 
1#
2# Project Builder configuration file
3# For project LinuxCOE
4#
5# $Id: linuxcoe.pb,v 1.16 2008/02/17 23:24:34 bryang Exp $
6#
7#
8
9#
10# What is the project URL
11#
12pburl linuxcoe = cvs://:pserver:anonymous@linuxcoe.cvs.sourceforge.net:/cvsroot/linuxcoe
13
14#
15# Packager label
16#
17pbpackager linuxcoe = Louis Bouchard and Bruno Cornec <bruno@project-builder.org>
18
19#
20# For delivery to a machine by SSH (potentially the FTP server)
21# Needs hostname, account and directory
22#
23sshhost default = www.mondorescue.org
24sshlogin default = bruno
25sshdir default = /mondo/ftp
26sshport default = 22
27
28#
29# For Virtual machines management
30# Naming convention to follow: distribution name (as per ProjectBuilder::Distribution)
31# followed by '_' and by release number
32# a .vmtype extension will be added to the resulting string
33# a QEMU rhel_3 here means that the VM will be named rhel_3.qemu
34#
35vmlist linuxcoe = 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,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-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
36
37velist linuxcoe = fedora-7-i386
38
39vetype linuxcoe = chroot
40ventp default = pool.ntp.org
41velogin linuxcoe = pb
42vepath linuxcoe = /var/lib/mock
43veconf linuxcoe = /etc/mock
44verebuild linuxcoe = false
45#
46# Valid values for vmtype are
47# qemu, (vmware, xen, ... TBD)
48vmtype linuxcoe = qemu
49vmntp linuxcoe = pool.ntp.org
50
51# We suppose we can commmunicate with the VM through SSH
52vmhost linuxcoe = localhost
53vmlogin linuxcoe = pb
54vmport linuxcoe = 2224
55# Timeout to wait when VM is launched/stopped
56vmtmout default = 120
57
58# per VMs needed paramaters
59#vmopt qemu = -m 256 -nographic -daemonize
60vmopt linuxcoe = -m 384 -daemonize
61vmpath linuxcoe = /users/qemu
62vmsize linuxcoe = 5G
63
64#
65# Global version/tag for the project
66#
67projver linuxcoe = cvs
68projtag linuxcoe = 1
69
70# Hash of default package/package directory
71#
72defpkgdir linuxcoe-sd-base = SystemDesigner
73defpkgdir linuxcoe-sd-docs = docs
74
75# Hash of additional package/package directory
76#
77extpkgdir linuxcoe-sd-data-centos = SystemDesigner-CentOS
78extpkgdir linuxcoe-sd-data-debian = SystemDesigner-Debian
79extpkgdir linuxcoe-sd-data-fedora = SystemDesigner-Fedora
80extpkgdir linuxcoe-sd-data-opensuse = SystemDesigner-OpenSUSE
81extpkgdir linuxcoe-sd-data-scientific = SystemDesigner-Scientific
82extpkgdir linuxcoe-sd-data-ubuntu = SystemDesigner-Ubuntu
83#
84extpkgdir linuxcoe-sd-data-nld = SystemDesigner-NLD
85extpkgdir linuxcoe-sd-data-rhel = SystemDesigner-RHEL
86extpkgdir linuxcoe-sd-data-sles = SystemDesigner-SLES
87extpkgdir linuxcoe-sd-data-suse = SystemDesigner-SuSE
88#extpkgdir linuxcoe-sd-data-vmware = SystemDesigner-VMware
89
90# Hash of valid version names
91#
92version linuxcoe = cvs,devel,stable
93testver linuxcoe = true
94
95# List of additional files on which to apply filters
96# Files are mentioned relatively to pbroot
97#
98#filteredfiles linuxcoe-sd-base =
99#filteredfiles linuxcoe-sd-docs =
Note: See TracBrowser for help on using the repository browser.