source: ProjectBuilder/projects/ossi/pbconf/devel/ossi.pb@ 1869

Last change on this file since 1869 was 1869, checked in by Bruno Cornec, 10 years ago
  • ossi now managed with pb
File size: 2.4 KB
Line 
1#
2# Project Builder configuration file
3# For project ossi
4#
5# $Id$
6#
7
8#
9# What is the project URL
10#
11#pburl ossi = svn://svn.ossi.org/ossi/devel
12#pburl ossi = svn://svn+ssh.ossi.org/ossi/devel
13#pburl ossi = cvs://cvs.ossi.org/ossi/devel
14#pburl ossi = http://www.ossi.org/src/ossi-devel.tar.gz
15#pburl ossi = ftp://ftp.ossi.org/src/ossi-devel.tar.gz
16#pburl ossi = file:///src/ossi-devel.tar.gz
17#pburl ossi = dir:///src/ossi-devel
18
19# Repository
20pbrepo ossi = http://ossi.hpintelco.org
21#pbml ossi = ossi-announce@lists.ossi.org
22#pbsmtp ossi = localhost
23#pbgpgcheck ossi = 1
24# For distro supporting it, which area is used
25#projcomponent ossi = main
26
27# Check whether project is well formed
28# when downloading from ftp/http/...
29# (containing already a directory with the project-version name)
30#pbwf ossi = 1
31
32# Do we check GPG keys
33#pbgpgcheck ossi = 1
34
35#
36# Packager label
37#
38pbpackager ossi = Bruno COrnec <pingouin@hp.com>
39#
40
41# For delivery to a machine by SSH (potentially the FTP server)
42# Needs hostname, account and directory
43#
44#sshhost ossi = www.ossi.org
45#sshlogin ossi = bill
46#sshdir ossi = /ossi/ftp
47#sshport ossi = 22
48
49#
50# Global version/tag for the project
51#
52projver ossi = devel
53projtag ossi = 1
54
55# Hash of valid version names
56
57# Additional repository to add at build time
58# addrepo centos-5-x86_64 = http://packages.sw.be/rpmforge-release/rpmforge-release-0.3.6-1.el5.rf.x86_64.rpm,ftp://ftp.project-builder.org/centos/5/pb.repo
59# addrepo centos-5-x86_64 = http://packages.sw.be/rpmforge-release/rpmforge-release-0.3.6-1.el5.rf.x86_64.rpm,ftp://ftp.project-builder.org/centos/5/pb.repo
60version ossi = devel
61
62# Is it a test version or a production version
63testver ossi = false
64# Which upper target dir for delivery
65delivery ossi =
66
67# Adapt to your needs:
68# Optional if you need to overwrite the global values above
69#
70#pkgver pkg1 = stable
71#pkgtag pkg1 = 3
72# Hash of default package/package directory
73defpkgdir pkg1 = dir-pkg1
74webdir ossi = website
75
76# Hash of additional package/package directory
77#extpkgdir minor-pkg = dir-minor-pkg
78
79# List of files per pkg on which to apply filters
80# Files are mentioned relatively to pbroot/defpkgdir
81#filteredfiles pkg1 = Makefile.PL,configure.in,install.sh,pkg1.8
82#supfiles pkg1 = pkg1.init
83
84# For perl modules, names are different depending on distro
85# Here perl-xxx for RPMs, libxxx-perl for debs, ...
86# So the package name is indeed virtual
87#namingtype pkg1 = perl
Note: See TracBrowser for help on using the repository browser.