Last change
on this file since 1021 was 58, checked in by Bruno Cornec, 18 years ago |
Files do not need "" around them
|
File size:
731 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 per pkg on which to apply filters
|
---|
28 | # Files are mentioned relatively to pbroot/defpkgdir
|
---|
29 | filteredfiles pb = Makefile.PL,lib/ProjectBuilder/Version.pm
|
---|
Note:
See
TracBrowser
for help on using the repository browser.