source: ProjectBuilder/devel/pbconf/pb.pb@ 38

Last change on this file since 38 was 38, checked in by Bruno Cornec, 17 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
11confparam 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"
15confparam cvsroot = " "
16
17# Hash of default package/package directory
18defpkgdir project-builder = pb
19
20# Hash of additional package/package directory
21extpkgdir project-builder-doc = pb-doc
22
23# Hash of valid version names
24version devel
25version stable
26
27# List of files on which to apply filters
28# Files are mentioned relatively to pbroot
29filteredfiles "pb/Makefile.PL"
Note: See TracBrowser for help on using the repository browser.