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

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

First addition of pbconf dir to try to use project-builder to build mondo
instead of dedicated scripts (Cf: http://www.project-builder.org)

File size: 942 bytes
RevLine 
[1593]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"
32filteredfiles "mondo-doc/mondoarchive.8"
33filteredfiles "mondo-doc/mondorestore.8"
34filteredfiles "mindi/rootfs/sbin/init"
35filteredfiles "mindi/mindi"
36filteredfiles "website/top.shtml"
Note: See TracBrowser for help on using the repository browser.