source: ProjectBuilder/projects/collectl/pbconf/devel/collectl.pb@ 1214

Last change on this file since 1214 was 1214, checked in by Bruno Cornec, 13 years ago
  • Repository structure change for svn depot and web site organization
File size: 3.2 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 = /prj/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# per VEs needed paramaters
56velogin collectl = pb
57#vepath collectl = /users/chroot
58vepath collectl = /var/lib/mock
59# Usage of URI ?
60#rbsconf collectl = /etc/mock
61# Do not rebuild the VE by default (can be forced with -f option of pb)
62verebuild collectl = false
63
64#
65# Valid values for vmtype are
66# qemu, (vmware, xen, ... TBD)
67vmtype collectl = qemu
68
69# Hash for VM stuff on vmtype
70vmntp default = 10.0.2.2
71
72# We suppose we can commmunicate with the VM through SSH
73vmhost collectl = localhost
74vmlogin collectl = pb
75vmport collectl = 2223
76
77# Timeout to wait when VM is launched/stopped
78vmtmout default = 120
79
80# per VMs needed paramaters
81vmopt collectl = -m 384 -daemonize
82vmpath collectl = /users/qemu
83vmsize collectl = 5G
84
85#
86# Global version/tag for the project
87# projver is the path to where that version is in the CMS tree
88#
89projver collectl = devel
90projtag collectl = 1
91
92# Adapt to your needs:
93# Optional if you need to overwrite the global values above
94#
95#pkgver project-builder = devel
96#pkgtag project-builder = 1
97
98testver collectl = true
99
100# Hash of default package/package directory
101defpkgdir collectl = collectl-2.4.3
102
103# Hash of additional package/package directory
104extpkgdir none =
105
106# Hash of valid version names
107#version collectl = 2.4.3
108
109# List of files per pkg on which to apply filters
110# Files are mentioned relatively to pbroot/defpkgdir
111#filteredfiles collectl = GPL
Note: See TracBrowser for help on using the repository browser.