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
Line 
1#
2# Project Builder configuration file
3# For project pb ;-)
4#
5# $Id$
6#
7#
8#
9# Which CMS system is used
10#
11pburl pb = svn+ssh://svn.project-builder.org/mondo/svn/pb
12
13#
14# Packager label
15#
16pbpackager pb = Bruno Cornec <bruno@project-builder.org>
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
27pbarch pb = noarch
28
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
36
37#
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
47#pkgtag project-builder = 1
48
49# Is it a test version
50testver pb = true
51
52# Hash of default package/package directory
53defpkgdir project-builder = pb
54defpkgdir perl-ProjectBuilder = pb-modules
55
56# On Debian perl modules have other name std
57pbpkgdeb perl-ProjectBuilder = libprojectbuilder-perl
58
59# Hash of additional package/package directory
60extpkgdir project-builder-doc = pb-doc
61
62# Hash of valid version names
63version pb = devel,stable
64
65# List of files per pkg on which to apply filters
66# Files are mentioned relatively to pbroot/defpkgdir
67filteredfiles project-builder = Makefile.PL,lib/ProjectBuilder/Version.pm
68filteredfiles perl-ProjectBuilder = Makefile.PL,lib/ProjectBuilder/Base.pm,lib/ProjectBuilder/Distribution.pm
Note: See TracBrowser for help on using the repository browser.