| 1 | #
|
|---|
| 2 | # Project Builder configuration file
|
|---|
| 3 | # For project dploy
|
|---|
| 4 | #
|
|---|
| 5 | # $Id$
|
|---|
| 6 | #
|
|---|
| 7 | #
|
|---|
| 8 | pburl dploy = svn+ssh://dploy@svn.dploy.org@HEAD/
|
|---|
| 9 |
|
|---|
| 10 | #
|
|---|
| 11 | # Packager label
|
|---|
| 12 | #
|
|---|
| 13 | pbpackager dploy = "Bruno Cornec <bruno@dploy.org>"
|
|---|
| 14 | #
|
|---|
| 15 | pbrepo 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 | #
|
|---|
| 20 | sshhost dploy = ftp.dploy.org
|
|---|
| 21 | sshlogin dploy = bruno
|
|---|
| 22 | sshdir dploy = /prj/ftp
|
|---|
| 23 | sshport dploy = 22
|
|---|
| 24 |
|
|---|
| 25 | #
|
|---|
| 26 | # Global version/tag for the project
|
|---|
| 27 | #
|
|---|
| 28 | projver dploy = devel
|
|---|
| 29 | projtag 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
|
|---|
| 42 | defpkgdir dploy-dhcp = dploy-dhcp
|
|---|
| 43 | defpkgdir dploy-common = dploy-common
|
|---|
| 44 | defpkgdir 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
|
|---|
| 50 | version dploy = devel,stable
|
|---|
| 51 | testver dploy = true
|
|---|
| 52 |
|
|---|
| 53 | # List of files per pkg on which to apply filters
|
|---|
| 54 | # Files are mentioned relatively to pbroot/defpkgdir
|
|---|
| 55 | filteredfiles dploy-dhcp = install.sh,bin/dploy-add2dhcp,bin/dploy-dhcp-post
|
|---|
| 56 | filteredfiles dploy-pxe = install.sh,bin/dploy-add2pxe,bin/dploy-pxe-post
|
|---|
| 57 | filteredfiles dploy-common = install.sh,Makefile.PL,bin/dploy-common-post
|
|---|
| 58 | #filteredfiles pkg1-doc = configure.in
|
|---|