source: MondoRescue/branches/stable/pbconf/mondorescue.pb@ 1886

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