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

Last change on this file since 429 was 429, checked in by Bruno Cornec, 16 years ago
  • Change filtering interface to add pbrepo keyword support and PBREPO macro
  • Add repository generation support + conf files to pb for rpm
  • Adapt pb and mondorecue spec files to new interfaces
File size: 1.4 KB
RevLine 
[7]1#
2# Project Builder configuration file
3# For project pb ;-)
4#
5# $Id$
6#
[98]7#
[245]8#
9# Which CMS system is used
10#
[330]11pburl pb = svn+ssh://svn.project-builder.org/mondo/svn/pb
[7]12
[98]13#
[245]14# Packager label
15#
[320]16pbpackager pb = Bruno Cornec <bruno@project-builder.org>
[245]17
[429]18# Repository
19pbrepo pb = ftp://ftp.project-builder.org
20
[245]21#
22# For delivery to a machine by SSH (potentially the FTP server)
23# Needs hostname, account and directory
24#
25sshhost pb = www.project-builder.org
26sshlogin pb = bruno
27sshdir pb = /mondo/ftp
28sshport pb = 22
29
[418]30pbarch pb = noarch
[245]31
32#
[98]33# Global version/tag for the project
34#
35projver pb = devel
36projtag pb = 1
37
38# Adapt to your needs:
39# Optional if you need to overwrite the global values above
40#
41#pkgver project-builder = devel
[95]42#pkgtag project-builder = 1
43
[289]44# Is it a test version
[291]45testver pb = true
[289]46
[7]47# Hash of default package/package directory
[26]48defpkgdir project-builder = pb
[404]49defpkgdir perl-ProjectBuilder = pb-modules
[7]50
[418]51# On Debian perl modules have other name std
52pbpkgdeb perl-ProjectBuilder = libprojectbuilder-perl
53
[7]54# Hash of additional package/package directory
[27]55extpkgdir project-builder-doc = pb-doc
[7]56
[8]57# Hash of valid version names
[291]58version pb = devel,stable
[15]59
[56]60# List of files per pkg on which to apply filters
61# Files are mentioned relatively to pbroot/defpkgdir
[92]62filteredfiles project-builder = Makefile.PL,lib/ProjectBuilder/Version.pm
[404]63filteredfiles perl-ProjectBuilder = Makefile.PL,lib/ProjectBuilder/Base.pm,lib/ProjectBuilder/Distribution.pm
Note: See TracBrowser for help on using the repository browser.