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

Last change on this file since 18 was 18, checked in by Bruno Cornec, 17 years ago

cms2build roughly working

File size: 784 bytes
RevLine 
[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]10confparam pbroot = "/users/bruno/pb/svn/devel"
[7]11
[17]12# Packager for ChangeLogs
[18]13confparam 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]17confparam cvsroot = " "
[7]18
19# Hash of default package/package directory
20defpkgdir projectbuilder = pb
21defpkgdir projectbuilder-doc = pb-doc
22
23# Hash of additional package/package directory
[9]24#extpkgdir pkg1 = dir1
[7]25
[8]26# Hash of valid version names
[7]27version devel
28version stable
[15]29
30# List of files on which to apply filters
[16]31# Files are mentioned relatively to pbroot
[17]32#filteredfiles pb/bin/pb.pl
Note: See TracBrowser for help on using the repository browser.