source: ProjectBuilder/projects/casparbuster/pbconf/devel/casparbuster.pb@ 1468

Last change on this file since 1468 was 1468, checked in by Bruno Cornec, 12 years ago
  • Still working to have a first cbusterize version working
File size: 2.2 KB
RevLine 
[1467]1#
2# Project Builder configuration file
3# For project casparbuster
4#
5# $Id$
6#
7
8#
9# What is the project URL
10#
11pburl casparbuster = svn://svn.project-builder.org/projects/casparbuster
12#pburl casparbuster = svn://svn+ssh.casparbuster.org/casparbuster/devel
13#pburl casparbuster = cvs://cvs.casparbuster.org/casparbuster/devel
14#pburl casparbuster = http://www.casparbuster.org/src/casparbuster-devel.tar.gz
15#pburl casparbuster = ftp://ftp.casparbuster.org/src/casparbuster-devel.tar.gz
16#pburl casparbuster = file:///src/casparbuster-devel.tar.gz
17#pburl casparbuster = dir:///src/casparbuster-devel
18
19# Repository
20pbrepo casparbuster = ftp://ftp.project-builder.org
21#pbml casparbuster = casparbuster-announce@lists.casparbuster.org
22#pbsmtp casparbuster = 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 casparbuster = 1
28
29#
30# Packager label
31#
32pbpackager casparbuster = 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 casparbuster = www.project-builder.org
39#sshlogin casparbuster = bill
40#sshdir casparbuster = /casparbuster/ftp
41#sshport casparbuster = 22
42
43#
44# Global version/tag for the project
45#
46projver casparbuster = devel
47projtag casparbuster = 1
48
49# Hash of valid version names
50
51version casparbuster = devel
52
53# Is it a test version or a production version
54testver casparbuster = true
55# Which upper target dir for delivery
56delivery casparbuster = test
57
58# Adapt to your needs:
59# Optional if you need to overwrite the global values above
60#
61#pkgver cb = stable
62#pkgtag cb = 3
63# Hash of default package/package directory
64defpkgdir cb = .
65# Hash of additional package/package directory
66#extpkgdir minor-pkg = dir-minor-pkg
67
68# List of files per pkg on which to apply filters
69# Files are mentioned relatively to pbroot/defpkgdir
[1468]70filteredfiles cb = Makefile.PL,lib/CasparBuster/Version.pm
[1467]71#,cb.1,cbusterize.1
72#supfiles cb = cb.init
73
74# For perl modules, names are different depending on distro
75# Here perl-xxx for RPMs, libxxx-perl for debs, ...
76# So the package name is indeed virtual
77#namingtype cb = perl
Note: See TracBrowser for help on using the repository browser.