|
Last change
on this file since 29 was 27, checked in by Bruno Cornec, 19 years ago |
|
Addition of PBPKG use in spec file
rename variable pkg in pbpkg for coherency
|
|
File size:
762 bytes
|
| Rev | Line | |
|---|
| [7] | 1 | #
|
|---|
| 2 | # Project Builder configuration file
|
|---|
| 3 | # For project pb ;-)
|
|---|
| 4 | #
|
|---|
| 5 | # $Id$
|
|---|
| 6 | #
|
|---|
| 7 |
|
|---|
| [18] | 8 | # confparam is a hash to ease interface
|
|---|
| [7] | 9 | # Root directory of the pb project
|
|---|
| [18] | 10 | confparam pbroot = "/users/bruno/pb/svn/devel"
|
|---|
| [7] | 11 |
|
|---|
| [17] | 12 | # Packager for ChangeLogs
|
|---|
| [20] | 13 | confparam packager = "Bruno Cornec <bruno@mondorescue.org>"
|
|---|
| [17] | 14 |
|
|---|
| [7] | 15 | # If CVS give login method with CVSROOT
|
|---|
| 16 | #cvsroot = ":pserver:anonymous@linuxcoe.cvs.sourceforge.net:/cvsroot/linuxcoe"
|
|---|
| [18] | 17 | confparam cvsroot = " "
|
|---|
| [7] | 18 |
|
|---|
| 19 | # Hash of default package/package directory
|
|---|
| [26] | 20 | defpkgdir project-builder = pb
|
|---|
| [7] | 21 |
|
|---|
| 22 | # Hash of additional package/package directory
|
|---|
| [27] | 23 | extpkgdir project-builder-doc = pb-doc
|
|---|
| [7] | 24 |
|
|---|
| [8] | 25 | # Hash of valid version names
|
|---|
| [7] | 26 | version devel
|
|---|
| 27 | version stable
|
|---|
| [15] | 28 |
|
|---|
| 29 | # List of files on which to apply filters
|
|---|
| [16] | 30 | # Files are mentioned relatively to pbroot
|
|---|
| [17] | 31 | #filteredfiles pb/bin/pb.pl
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.