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

Last change on this file since 1110 was 1110, checked in by Bruno Cornec, 13 years ago

r4047@localhost: bruno | 2010-11-17 11:48:48 +0100

  • Use new pbinstalltype specific feature for pb.
File size: 2.4 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://svn.project-builder.org/pb
12
13#
14# Packager label
15#
16pbpackager pb = Bruno Cornec <bruno@project-builder.org>
17
18# Repository
19pbrepo pb = ftp://ftp.project-builder.org
20pbml pb = pb-announce@project-builder.org pb-devel@project-builder.org
21pbsmtp pb = localhost
22
23#
24# For delivery to a machine by SSH (potentially the FTP server)
25# Needs hostname, account and directory
26#
27sshhost pb = www.project-builder.org
28sshlogin pb = bruno
29sshdir pb = /mondo/ftp
30sshport pb = 22
31
32pbarch pb = noarch
33
34#
35# Global version/tag for the project
36#
37projver pb = devel
38projtag pb = 1
39
40# Adapt to your needs:
41# Optional if you need to overwrite the global values above
42#
43#pkgver project-builder = devel
44#pkgtag project-builder = 1
45
46# Is it a test version
47testver pb = true
48delivery pb = test
49
50# Hash of default package name/package directory
51defpkgdir project-builder = pb
52defpkgdir ProjectBuilder = pb-modules
53defpkgdir rpmbootstrap = rpmbootstrap
54
55# For perl modules, names are different depending on distro
56# Here perl-ProjectBuilder for RPMs, libprojectbuilder-perl for debs, ...
57# # So the package name is indeed virtual
58namingtype ProjectBuilder = perl
59
60# Hash of additional package/package directory
61extpkgdir project-builder-doc = pb-doc
62
63# Hash of valid version names
64version pb = devel,stable
65
66# Web site
67webdir pb = website
68websshhost pb = www.project-builder.org
69websshlogin pb = apache
70websshdir pb = /mondo/project-builder/www/html/project-builder
71websshport pb = 22
72filteredfiles website = top.shtml
73
74# List of files per pkg on which to apply filters
75# Files are mentioned relatively to pbroot/defpkgdir
76filteredfiles project-builder = Makefile.PL,lib/ProjectBuilder/Version.pm
77filteredfiles rpmbootstrap = Makefile.PL
78filteredfiles ProjectBuilder = Makefile.PL,lib/ProjectBuilder/Base.pm,lib/ProjectBuilder/Distribution.pm
79
80# How do you want to install pb in your VM/VE (pkg or file)
81# Can not be outside pb.pb as for other projects it may conflict, so this file will be needed for
82# pkg install with pb, which means that pkg install of pb in VM|VM is only possible when building for pb
83# project. Constraint on users.
84pbinstalltype default = pkg
85# No gentoo repo provided yet
86pbinstalltype gen = file
87pbpkg default = project-builder
88addrepo centos-5-x86_64 = ftp://ftp.project-builder.org/centos/5/noarch/pb.repo
Note: See TracBrowser for help on using the repository browser.