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
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#
[737]11pburl pb = svn://svn.project-builder.org/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
[682]20pbml pb = pb-announce@project-builder.org pb-devel@project-builder.org
[497]21pbsmtp pb = localhost
[429]22
[245]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
[418]32pbarch pb = noarch
[245]33
34#
[98]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
[95]44#pkgtag project-builder = 1
45
[289]46# Is it a test version
[291]47testver pb = true
[1068]48delivery pb = test
[289]49
[538]50# Hash of default package name/package directory
[26]51defpkgdir project-builder = pb
[538]52defpkgdir ProjectBuilder = pb-modules
[975]53defpkgdir rpmbootstrap = rpmbootstrap
[7]54
[538]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
[418]59
[7]60# Hash of additional package/package directory
[27]61extpkgdir project-builder-doc = pb-doc
[7]62
[8]63# Hash of valid version names
[291]64version pb = devel,stable
[15]65
[946]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
[56]74# List of files per pkg on which to apply filters
75# Files are mentioned relatively to pbroot/defpkgdir
[92]76filteredfiles project-builder = Makefile.PL,lib/ProjectBuilder/Version.pm
[975]77filteredfiles rpmbootstrap = Makefile.PL
[538]78filteredfiles ProjectBuilder = Makefile.PL,lib/ProjectBuilder/Base.pm,lib/ProjectBuilder/Distribution.pm
[1110]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.