|
Last change
on this file since 24 was 20, checked in by Bruno Cornec, 19 years ago |
|
Content looks fine now
|
|
File size:
783 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 | # Root directory of the pb project
|
|---|
| 10 | confparam pbroot = "/users/bruno/pb/svn/devel"
|
|---|
| 11 |
|
|---|
| 12 | # Packager for ChangeLogs
|
|---|
| 13 | confparam packager = "Bruno Cornec <bruno@mondorescue.org>"
|
|---|
| 14 |
|
|---|
| 15 | # If CVS give login method with CVSROOT
|
|---|
| 16 | #cvsroot = ":pserver:anonymous@linuxcoe.cvs.sourceforge.net:/cvsroot/linuxcoe"
|
|---|
| 17 | confparam cvsroot = " "
|
|---|
| 18 |
|
|---|
| 19 | # Hash of default package/package directory
|
|---|
| 20 | defpkgdir projectbuilder = pb
|
|---|
| 21 | defpkgdir projectbuilder-doc = pb-doc
|
|---|
| 22 |
|
|---|
| 23 | # Hash of additional package/package directory
|
|---|
| 24 | #extpkgdir pkg1 = dir1
|
|---|
| 25 |
|
|---|
| 26 | # Hash of valid version names
|
|---|
| 27 | version devel
|
|---|
| 28 | version stable
|
|---|
| 29 |
|
|---|
| 30 | # List of files on which to apply filters
|
|---|
| 31 | # Files are mentioned relatively to pbroot
|
|---|
| 32 | #filteredfiles pb/bin/pb.pl
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.