source: ProjectBuilder/projects/dploy/pbconf/devel/dploy.pb@ 478

Last change on this file since 478 was 478, checked in by Bruno Cornec, 16 years ago

man pages removed from build env for dploy for the moment

File size: 1.4 KB
Line 
1#
2# Project Builder configuration file
3# For project dploy
4#
5# $Id$
6#
7#
8pburl dploy = svn+ssh://dploy@svn.dploy.org@HEAD/
9
10#
11# Packager label
12#
13pbpackager dploy = "Bruno Cornec <bruno@dploy.org>"
14#
15pbrepo dploy = ftp://ftp.dploy.org
16
17# For delivery to a machine by SSH (potentially the FTP server)
18# Needs hostname, account and directory
19#
20sshhost dploy = ftp.dploy.org
21sshlogin dploy = bruno
22sshdir dploy = /mondo/ftp
23sshport dploy = 22
24
25#
26# Global version/tag for the project
27#
28projver dploy = devel
29projtag dploy = 1
30
31# Adapt to your needs:
32# Optional if you need to overwrite the global values above
33#
34#pkgver dploy-dhcp = devel
35#pkgver dploy-common = devel
36#pkgver dploy-pxe = devel
37#pkgtag dploy-dhcp = 3
38#pkgver nil
39#pkgtag nil
40
41# Hash of default package/package directory
42defpkgdir dploy-dhcp = dploy-dhcp
43defpkgdir dploy-common = dploy-common
44defpkgdir dploy-pxe = dploy-pxe
45
46# Hash of additional package/package directory
47#extpkgdir pkg1-doc = pkg1-docdir
48
49# Hash of valid version names
50version dploy = devel,stable
51testver dploy = true
52
53# List of files per pkg on which to apply filters
54# Files are mentioned relatively to pbroot/defpkgdir
55filteredfiles dploy-dhcp = install.sh,bin/dploy-add2dhcp,bin/dploy-dhcp-post
56filteredfiles dploy-pxe = install.sh,bin/dploy-add2pxe,bin/dploy-pxe-post
57filteredfiles dploy-common = install.sh,Makefile.PL,bin/dploy-common-post
58#filteredfiles pkg1-doc = configure.in
Note: See TracBrowser for help on using the repository browser.