| 1 | #
|
|---|
| 2 | # Project Builder configuration file
|
|---|
| 3 | # For project itop
|
|---|
| 4 | #
|
|---|
| 5 | # $Id$
|
|---|
| 6 | #
|
|---|
| 7 |
|
|---|
| 8 | #
|
|---|
| 9 | # What is the project URL
|
|---|
| 10 | #
|
|---|
| 11 | pburl 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
|
|---|
| 20 | pbrepo 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 | #
|
|---|
| 32 | pbpackager 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 | #
|
|---|
| 38 | sshhost itop = www.mondorescue.org
|
|---|
| 39 | #sshlogin itop = bill
|
|---|
| 40 | sshdir itop = /prj/ftp
|
|---|
| 41 | sshport itop = 22
|
|---|
| 42 |
|
|---|
| 43 | #
|
|---|
| 44 | # Global version/tag for the project
|
|---|
| 45 | #
|
|---|
| 46 | projver itop = trunk
|
|---|
| 47 | projtag itop = 1
|
|---|
| 48 |
|
|---|
| 49 | # Hash of valid version names
|
|---|
| 50 |
|
|---|
| 51 | version itop = trunk
|
|---|
| 52 |
|
|---|
| 53 | # Is it a test version or a production version
|
|---|
| 54 | testver itop = true
|
|---|
| 55 | # Which upper target dir for delivery
|
|---|
| 56 | delivery 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
|
|---|
| 64 | defpkgdir 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
|
|---|