source: ProjectBuilder/projects/itop/pbconf/devel/itop.pb@ 1373

Last change on this file since 1373 was 1373, checked in by Bruno Cornec, 12 years ago
  • A first approach to itop configuration
File size: 1.9 KB
Line 
1#
2# Project Builder configuration file
3# For project itop
4#
5# $Id$
6#
7
8#
9# What is the project URL
10#
11pburl itop = svn+https://itop.svn.sourceforge.net/svnroot/itop/trunk
12#pburl itop = svn://svn+ssh.itop.org/itop/devel
13#pburl itop = cvs://cvs.itop.org/itop/devel
14#pburl itop = http://www.itop.org/src/itop-devel.tar.gz
15#pburl itop = ftp://ftp.itop.org/src/itop-devel.tar.gz
16#pburl itop = file:///src/itop-devel.tar.gz
17#pburl itop = dir:///src/itop-devel
18
19# Repository
20pbrepo itop = ftp://ftp.mondorescue.org
21#pbml itop = itop-announce@lists.itop.org
22#pbsmtp itop = 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 itop = 1
28
29#
30# Packager label
31#
32pbpackager itop = Bruno Cornec <Bruno.Cornec@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 itop = www.mondorescue.org
39#sshlogin itop = bill
40sshdir itop = /prj/ftp
41sshport itop = 22
42
43#
44# Global version/tag for the project
45#
46projver itop = devel
47projtag itop = 1
48
49# Hash of valid version names
50
51version itop = devel
52
53# Is it a test version or a production version
54testver itop = true
55# Which upper target dir for delivery
56delivery itop = test
57
58# Adapt to your needs:
59# Optional if you need to overwrite the global values above
60#
61#pkgver itop = stable
62#pkgtag itop = 3
63# Hash of default package/package directory
64defpkgdir itop-core = core
65defpkgdir itop-modules = modules
66# Hash of additional package/package directory
67extpkgdir itop-dev = toolkit
68
69# List of files per pkg on which to apply filters
70# Files are mentioned relatively to pbroot/defpkgdir
71#filteredfiles itop = Makefile.PL,configure.in,install.sh,itop.8
72#supfiles itop = itop.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 itop = perl
Note: See TracBrowser for help on using the repository browser.