source: ProjectBuilder/projects/itop/pbconf/trunk/itop.pb@ 1375

Last change on this file since 1375 was 1375, checked in by Bruno Cornec, 12 years ago
  • Use correct version for itop and start developing content
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/
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 = trunk
47projtag itop = 1
48
49# Hash of valid version names
50
51version itop = trunk
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 = .
65# Hash of additional package/package directory
66#extpkgdir itop-dev = toolkit
67
68# List of files per pkg on which to apply filters
69# Files are mentioned relatively to pbroot/defpkgdir
70#filteredfiles itop = Makefile.PL,configure.in,install.sh,itop.8
71#supfiles itop = itop.init
72
73# For perl modules, names are different depending on distro
74# Here perl-xxx for RPMs, libxxx-perl for debs, ...
75# So the package name is indeed virtual
76#namingtype itop = perl
Note: See TracBrowser for help on using the repository browser.