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

Last change on this file since 422 was 422, checked in by Bruno Cornec, 16 years ago
  • Modifications for LinuxCOE to support pb 0.9.2
  • improvements in dploy packages
File size: 1.3 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#
15
16# For delivery to a machine by SSH (potentially the FTP server)
17# Needs hostname, account and directory
18#
19sshhost dploy = www.dploy.org
20sshlogin dploy = bruno
21sshdir dploy = /dploy/ftp
22sshport dploy = 22
23
24#
25# Global version/tag for the project
26#
27projver dploy = devel
28projtag dploy = 1
29
30# Adapt to your needs:
31# Optional if you need to overwrite the global values above
32#
33#pkgver dploy-dhcp = devel
34#pkgver dploy-common = devel
35#pkgver dploy-pxe = devel
36#pkgtag dploy-dhcp = 3
37#pkgver nil
38#pkgtag nil
39
40# Hash of default package/package directory
41defpkgdir dploy-dhcp = dploy-dhcp
42defpkgdir dploy-common = dploy-common
43defpkgdir dploy-pxe = dploy-pxe
44
45# Hash of additional package/package directory
46#extpkgdir pkg1-doc = pkg1-docdir
47
48# Hash of valid version names
49version pb = devel,stable
50
51# List of files per pkg on which to apply filters
52# Files are mentioned relatively to pbroot/defpkgdir
53filteredfiles dploy-dhcp = install.sh,bin/dploy-add2dhcp
54filteredfiles dploy-pxe = install.sh,bin/dploy-add2pxe
55filteredfiles dploy-common = install.sh,Makefile.PL
56#filteredfiles pkg1-doc = configure.in
Note: See TracBrowser for help on using the repository browser.