|
Last change
on this file since 40 was 38, checked in by Bruno Cornec, 19 years ago |
|
/etc/pb/proj now contains the strict minimum
rest is under pbconf/proj.pb
|
|
File size:
683 bytes
|
| Line | |
|---|
| 1 | #
|
|---|
| 2 | # Project Builder configuration file
|
|---|
| 3 | # For project pb ;-)
|
|---|
| 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 project-builder = pb
|
|---|
| 19 |
|
|---|
| 20 | # Hash of additional package/package directory
|
|---|
| 21 | extpkgdir project-builder-doc = pb-doc
|
|---|
| 22 |
|
|---|
| 23 | # Hash of valid version names
|
|---|
| 24 | version devel
|
|---|
| 25 | version stable
|
|---|
| 26 |
|
|---|
| 27 | # List of files on which to apply filters
|
|---|
| 28 | # Files are mentioned relatively to pbroot
|
|---|
| 29 | filteredfiles "pb/Makefile.PL"
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.