1 | # |
---|
2 | # Project Builder configuration file |
---|
3 | # For project mondorescue |
---|
4 | # |
---|
5 | # $Id$ |
---|
6 | # |
---|
7 | |
---|
8 | # |
---|
9 | # Which CMS system is used |
---|
10 | # |
---|
11 | cms mondorescue = svn |
---|
12 | |
---|
13 | # |
---|
14 | # Packager label |
---|
15 | # |
---|
16 | packager mondorescue = Bruno Cornec <bruno@mondorescue.org> |
---|
17 | |
---|
18 | # |
---|
19 | # For delivery to a machine by SSH (potentially the FTP server) |
---|
20 | # Needs hostname, account and directory |
---|
21 | # |
---|
22 | sshhost mondorescue = www.mondorescue.org |
---|
23 | sshlogin mondorescue = bruno |
---|
24 | sshdir mondorescue = /mondo/ftp |
---|
25 | sshport mondorescue = 22 |
---|
26 | |
---|
27 | # |
---|
28 | # For Virtual machines management |
---|
29 | # Naming convention to follow: distribution name (as per ProjectBuilder::Distribution) |
---|
30 | # followed by '_' and by release number |
---|
31 | # a .vmtype extension will be added to the resulting string |
---|
32 | # a QEMU rhel_3 here means that the VM will be named rhel_3.qemu |
---|
33 | # |
---|
34 | vmlist mondorescue = mandrake_10.1,mandrake_10.2,mandriva_2006.0,mandriva_2007.0,mandriva_2007.1,mandriva_2008.0,redhat_7.3,redhat_9,fedora_4,fedora_5,fedora_6,fedora_7,fedora_8,rhel_2.1,rhel_3,rhel_4,rhel_5,suse_10.0,suse_10.1,suse_10.2,suse_10.3,sles_9,sles_10,debian_3.1,debian_4.0,ubuntu_6.06,ubuntu_7.04,ubuntu_7.10,gentoo_nover,slackware_10.2,slackware_11.0,freebsd_5.5 |
---|
35 | |
---|
36 | # |
---|
37 | # Valid values for vmtype are |
---|
38 | # qemu, (vmware, xen, ... TBD) |
---|
39 | vmtype mondorescue = qemu |
---|
40 | vmntp mondorescue = pool.ntp.org |
---|
41 | |
---|
42 | # We suppose we can commmunicate with the VM through SSH |
---|
43 | vmhost mondorescue = localhost |
---|
44 | vmlogin mondorescue = pb |
---|
45 | vmport mondorescue = 2222 |
---|
46 | # Timeout to wait when VM is launched/stopped |
---|
47 | vmtmout default = 120 |
---|
48 | |
---|
49 | vmsize mondorescue = 5G |
---|
50 | |
---|
51 | # per VMs needed paramaters |
---|
52 | #vmopt mondorescue = -m 256 -nographic -daemonize |
---|
53 | vmopt mondorescue = -m 384 -daemonize |
---|
54 | vmpath mondorescue = /users/qemu |
---|
55 | |
---|
56 | testver mondorescue = false |
---|
57 | projver mondorescue = 2.2.5 |
---|
58 | projtag mondorescue = 1 |
---|
59 | |
---|
60 | # Hash of default package/package directory |
---|
61 | defpkgdir mondo = mondo |
---|
62 | defpkgdir mindi = mindi |
---|
63 | |
---|
64 | pkgver mindi = 2.0.0 |
---|
65 | pkgver mindi-busybox = 1.7.3 |
---|
66 | #pkgtag mindi-busybox = 2 |
---|
67 | |
---|
68 | # Hash of additional package/package directory |
---|
69 | extpkgdir mindi-busybox = mindi-busybox |
---|
70 | extpkgdir mondo-doc = mondo-doc |
---|
71 | # Gentoo doesn't name the package mondo as it conflicts |
---|
72 | # So we create an additional fake package just for it |
---|
73 | extpkgdir mondo-rescue = mondo |
---|
74 | |
---|
75 | # Hash of valid version names |
---|
76 | version devel |
---|
77 | version stable |
---|
78 | |
---|
79 | # List of additional files on which to apply filters |
---|
80 | # Files are mentioned relatively to pbroot |
---|
81 | filteredfiles mondo = configure.in |
---|
82 | filteredfiles mondo-doc = mondorescue-howto.sgml,mondoarchive.8,mondorestore.8,mindi.8 |
---|
83 | filteredfiles mindi = rootfs/sbin/init,mindi,install.sh |
---|
84 | filteredfiles mindi-busybox = Makefile |
---|
85 | filteredfiles mondo-website = top.shtml |
---|