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

Last change on this file since 418 was 418, checked in by Bruno Cornec, 16 years ago
  • Adapt pbinit to new pb 0.9.2 and its external functions for mondorescue
  • First attempt to have correct deb build again for pb 0.9.2
File size: 1.5 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
18#
19# For delivery to a machine by SSH (potentially the FTP server)
20# Needs hostname, account and directory
21#
22sshhost pb = www.project-builder.org
23sshlogin pb = bruno
24sshdir pb = /mondo/ftp
25sshport pb = 22
26
[418]27pbarch pb = noarch
[245]28
[320]29velist pb = fedora-7-i386
30vetype pb = chroot
31ventp default = pool.ntp.org
32velogin pb = pb
33vepath pb = /var/lib/mock
34veconf pb = /etc/mock
35verebuild pb = false
[245]36
37#
[98]38# Global version/tag for the project
39#
40projver pb = devel
41projtag pb = 1
42
43# Adapt to your needs:
44# Optional if you need to overwrite the global values above
45#
46#pkgver project-builder = devel
[95]47#pkgtag project-builder = 1
48
[289]49# Is it a test version
[291]50testver pb = true
[289]51
[7]52# Hash of default package/package directory
[26]53defpkgdir project-builder = pb
[404]54defpkgdir perl-ProjectBuilder = pb-modules
[7]55
[418]56# On Debian perl modules have other name std
57pbpkgdeb perl-ProjectBuilder = libprojectbuilder-perl
58
[7]59# Hash of additional package/package directory
[27]60extpkgdir project-builder-doc = pb-doc
[7]61
[8]62# Hash of valid version names
[291]63version pb = devel,stable
[15]64
[56]65# List of files per pkg on which to apply filters
66# Files are mentioned relatively to pbroot/defpkgdir
[92]67filteredfiles project-builder = Makefile.PL,lib/ProjectBuilder/Version.pm
[404]68filteredfiles perl-ProjectBuilder = Makefile.PL,lib/ProjectBuilder/Base.pm,lib/ProjectBuilder/Distribution.pm
Note: See TracBrowser for help on using the repository browser.