| 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
|
|---|
| 11 | confparam 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"
|
|---|
| 15 | confparam cvsroot = " "
|
|---|
| 16 |
|
|---|
| 17 | # Hash of default package/package directory
|
|---|
| 18 | defpkgdir mondo = mondo
|
|---|
| 19 | defpkgdir mindi = mindi
|
|---|
| 20 |
|
|---|
| 21 | # Hash of additional package/package directory
|
|---|
| 22 | extpkgdir mindi-busybox = mindi
|
|---|
| 23 | extpkgdir mondo-doc = mondo-doc
|
|---|
| 24 |
|
|---|
| 25 | # Hash of valid version names
|
|---|
| 26 | version devel
|
|---|
| 27 | version stable
|
|---|
| 28 |
|
|---|
| 29 | # List of additional files on which to apply filters
|
|---|
| 30 | # Files are mentioned relatively to pbroot
|
|---|
| 31 | filteredfiles "mondo-doc/mondorescue-howto.sgml"
|
|---|
| 32 | filteredfiles "mondo-doc/mondoarchive.8"
|
|---|
| 33 | filteredfiles "mondo-doc/mondorestore.8"
|
|---|
| 34 | filteredfiles "mindi/rootfs/sbin/init"
|
|---|
| 35 | filteredfiles "mindi/mindi"
|
|---|
| 36 | filteredfiles "website/top.shtml"
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.