source: ProjectBuilder/projects/rinse/pbconf/devel/rinse.pb@ 1214

Last change on this file since 1214 was 1214, checked in by Bruno Cornec, 13 years ago
  • Repository structure change for svn depot and web site organization
File size: 1.8 KB
Line 
1#
2# Project Builder configuration file
3# For project rinse
4#
5# $Id$
6#
7
8#
9# What is the project URL
10#
11#pburl rinse = svn://svn.rinse.org/rinse/devel
12#pburl rinse = svn://svn+ssh.rinse.org/rinse/devel
13#pburl rinse = cvs://cvs.rinse.org/rinse/devel
14#pburl rinse = http://www.rinse.org/src/rinse-devel.tar.gz
15#pburl rinse = ftp://ftp.rinse.org/src/rinse-devel.tar.gz
16#pburl rinse = file:///src/rinse-devel.tar.gz
17pburl rinse = hg+http://rinse.repository.steve.org.uk
18
19# Repository
20pbrepo rinse = ftp://ftp.mondorescue.org
21#pbml rinse = rinse-announce@lists.rinse.org
22#pbsmtp rinse = localhost
23
24# Check whether project is well formed
25# when downloading from ftp/http/...
26# (containing already a directory with the project-version name)
27#pbwf rinse = 1
28
29#
30# Packager label
31#
32pbpackager rinse = Bruno Cornec <Bruno@Project-Builder.org>
33#
34
35# For delivery to a machine by SSH (potentially the FTP server)
36# Needs hostname, account and directory
37#
38sshhost rinse = www.mondorescue.org
39sshdir rinse = /prj/ftp
40sshport rinse = 22
41
42#
43# Global version/tag for the project
44#
45projver rinse = devel
46projtag rinse = 1
47
48# Hash of valid version names
49version rinse = devel
50
51# Is it a test version or a production version
52testver rinse = true
53
54# Adapt to your needs:
55# Optional if you need to overwrite the global values above
56#
57#pkgver rinse = stable
58#pkgtag rinse = 3
59# Hash of default package/package directory
60defpkgdir rinse = .
61# Hash of additional package/package directory
62#extpkgdir minor-pkg = dir-minor-pkg
63
64# List of files per pkg on which to apply filters
65# Files are mentioned relatively to pbroot/defpkgdir
66#filteredfiles rinse = Makefile.PL,configure.in,install.sh,pkg1.8
67#supfiles rinse = pkg1.init
68
69# For perl modules, names are different depending on distro
70# Here perl-xxx for RPMs, libxxx-perl for debs, ...
71# So the package name is indeed virtual
72#namingtype rinse = perl
Note: See TracBrowser for help on using the repository browser.