source: ProjectBuilder/projects/mondorescue/pbconf/branches/2.2.6/mondorescue.pb@ 387

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

mondo 2.2.6 + mindi 2.0.2 needs to be tested

File size: 2.9 KB
RevLine 
[384]1#
2# Project Builder configuration file
3# For project mondorescue
4#
5# $Id$
6#
7
8pburl mondorescue = svn+ssh://svn.mondorescue.org/mondo/svn/mondorescue
9#
10#
11# Packager label
12pbpackager mondorescue = Bruno Cornec <bruno@mondorescue.org>
13
14#
15# For delivery to a machine by SSH (potentially the FTP server)
16# Needs hostname, account and directory
17#
18sshhost mondorescue = www.mondorescue.org
19sshlogin mondorescue = bruno
20sshdir mondorescue = /mondo/ftp
21sshport mondorescue = 22
22
23#
24# For Virtual machines management
25# Naming convention to follow: distribution name (as per ProjectBuilder::Distribution)
26# followed by '_' and by release number
27# a .vmtype extension will be added to the resulting string
28# a QEMU rhel_3 here means that the VM will be named rhel_3.qemu
29#
30vmlist mondorescue = 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
31
32#
33# Valid values for vmtype are
34# qemu, (vmware, xen, ... TBD)
35vmtype mondorescue = qemu
36vmntp mondorescue = pool.ntp.org
37
38# We suppose we can commmunicate with the VM through SSH
39vmhost mondorescue = localhost
40vmlogin mondorescue = pb
41vmport mondorescue = 2222
42# Timeout to wait when VM is launched/stopped
43vmtmout default = 120
44
45vmsize mondorescue = 5G
46
47# per VMs needed paramaters
48#vmopt mondorescue = -m 256 -nographic -daemonize
49vmopt mondorescue = -m 384 -daemonize
50vmpath mondorescue = /users/qemu
51
[387]52testver mondorescue = true
[384]53projver mondorescue = 2.2.6
54projtag mondorescue = 1
55
56# Hash of default package/package directory
57defpkgdir mondo = mondo
58defpkgdir mindi = mindi
59
[386]60pkgver mindi = 2.0.2
[384]61pkgver mindi-busybox = 1.7.3
62pkgtag mindi-busybox = 2
63
64# Hash of additional package/package directory
65extpkgdir mindi-busybox = mindi-busybox
66extpkgdir mondo-doc = mondo-doc
67# Gentoo doesn't name the package mondo as it conflicts
68# So we create an additional fake package just for it
69extpkgdir mondo-rescue = mondo
70
71# Hash of valid version names
72version mondorescue = devel,stable
73
74# List of additional files on which to apply filters
75# Files are mentioned relatively to pbroot
76filteredfiles mondo = configure.in
77filteredfiles mondo-doc = mondorescue-howto.sgml,mondoarchive.8,mondorestore.8,mindi.8
78filteredfiles mindi = rootfs/sbin/init,mindi,install.sh
79filteredfiles mindi-busybox = Makefile
80filteredfiles mondo-website = top.shtml
Note: See TracBrowser for help on using the repository browser.