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

Last change on this file since 1602 was 1601, checked in by Bruno Cornec, 17 years ago

Improvements on pb usage in mondo

File size: 888 bytes
Line 
1#
2# Project Builder configuration file
3# For project mondorescue
4#
5# $Id$
6#
7
8# confparam is a hash to ease interface
9
10# Packager for ChangeLogs
11confparam packager = "Bruno Cornec <bruno@mondorescue.org>"
12
13# If CVS give login method with CVSROOT
14#cvsroot = ":pserver:anonymous@linuxcoe.cvs.sourceforge.net:/cvsroot/linuxcoe"
15confparam cvsroot = " "
16
17# Hash of default package/package directory
18defpkgdir mondo = mondo
19defpkgdir mindi = mindi
20
21# Hash of additional package/package directory
22extpkgdir mindi-busybox = mindi
23extpkgdir mondo-doc = mondo-doc
24
25# Hash of valid version names
26version devel
27version stable
28
29# List of additional files on which to apply filters
30# Files are mentioned relatively to pbroot
31filteredfiles mondo-doc = mondorescue-howto.sgml,mondoarchive.8,mondorestore.8
32filteredfiles mindi = rootfs/sbin/init mindi/mindi
33filteredfiles mondo-website = website/top.shtml
Note: See TracBrowser for help on using the repository browser.