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

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

Usage of pb 0.9.2pre => removal of vm/ve info from mondorescue.pb

File size: 1.4 KB
Line 
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
23testver mondorescue = true
24projver mondorescue = 2.2.6
25projtag mondorescue = 1
26
27# Hash of default package/package directory
28defpkgdir mondo = mondo
29defpkgdir mindi = mindi
30
31pkgver mindi = 2.0.2
32pkgver mindi-busybox = 1.7.3
33pkgtag mindi-busybox = 2
34
35# Hash of additional package/package directory
36extpkgdir mindi-busybox = mindi-busybox
37extpkgdir mondo-doc = mondo-doc
38# Gentoo doesn't name the package mondo as it conflicts
39# So we create an additional fake package just for it
40extpkgdir mondo-rescue = mondo
41
42# Hash of valid version names
43version mondorescue = devel,stable
44
45# List of additional files on which to apply filters
46# Files are mentioned relatively to pbroot
47filteredfiles mondo = configure.in
48filteredfiles mondo-doc = mondorescue-howto.sgml,mondoarchive.8,mondorestore.8,mindi.8
49filteredfiles mindi = rootfs/sbin/init,mindi,install.sh
50filteredfiles mindi-busybox = Makefile
51filteredfiles mondo-website = top.shtml
Note: See TracBrowser for help on using the repository browser.