source: ProjectBuilder/projects/collectl/pbconf/devel/collectl.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 collectl
4#
5# $Id$
6#
7
8#
9# What is the project URL
10#
11#pburl collectl = http://localhost/collectl-2.4.3-src.tar.gz
12pburl collectl = http://downloads.sourceforge.net/collectl/collectl-2.4.3-src.tar.gz
13
14#
15# Packager label
16#
17pbpackager collectl = 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 collectl = www.project-builder.org
24sshlogin collectl = bruno
25sshdir collectl = /mondo/ftp
26sshport collectl = 22
27
28#
29# For Virtual machines/env management
30# Naming convention to follow: distribution name (as per ProjectBuilder::Distribution)
31# followed by '-' followed by release number,
32# followed by '-' followed by architecture.
33#
34# a .vmtype extension will be added to the resulting string
35# a QEMU rhel-3-i386 here means that the VM running RHEL3 ia32 will be named rhel-3-i386.qemu
36#
37#
38# List of VMs
39vmlist collectl = 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
40
41# List of VEs
42velist collectl = fedora-7-i386
43
44# Architectures built
45pbarch collectl = noarch
46
47#
48# Valid values for vetype are
49# chroot (maybe others in the future)
50vetype collectl = chroot
51
52# Hash for VE stuff on vmtype
53ventp default = pool.ntp.org
54
55# Timeout to wait when VE is launched/stopped
56vetmout default = 120
57
58# per VEs needed paramaters
59velogin collectl = pb
60#vepath collectl = /users/chroot
61vepath collectl = /var/lib/mock
62# Usage of URI ?
63veconf collectl = /etc/mock
64# Do not rebuild the VE by default (can be forced with -f option of pb)
65verebuild collectl = false
66
67#
68# Valid values for vmtype are
69# qemu, (vmware, xen, ... TBD)
70vmtype collectl = qemu
71
72# Hash for VM stuff on vmtype
73vmntp default = 10.0.2.2
74
75# We suppose we can commmunicate with the VM through SSH
76vmhost collectl = localhost
77vmlogin collectl = pb
78vmport collectl = 2223
79
80# Timeout to wait when VM is launched/stopped
81vmtmout default = 120
82
83# per VMs needed paramaters
84vmopt collectl = -m 384 -daemonize
85vmpath collectl = /users/qemu
86vmsize collectl = 5G
87
88#
89# Global version/tag for the project
90# projver is the path to where that version is in the CMS tree
91#
92projver collectl = devel
93projtag collectl = 1
94
95# Adapt to your needs:
96# Optional if you need to overwrite the global values above
97#
98#pkgver project-builder = devel
99#pkgtag project-builder = 1
100
101testver collectl = true
102
103# Hash of default package/package directory
104defpkgdir collectl = collectl-2.4.3
105
106# Hash of additional package/package directory
107extpkgdir none =
108
109# Hash of valid version names
110#version collectl = 2.4.3
111
112# List of files per pkg on which to apply filters
113# Files are mentioned relatively to pbroot/defpkgdir
114#filteredfiles collectl = GPL
Note: See TracBrowser for help on using the repository browser.