# # Project Builder configuration file # For project dploy # # $Id$ # # pburl dploy = svn+ssh://dploy@svn.dploy.org@HEAD/ # # Packager label # pbpackager dploy = "Bruno Cornec " # # For delivery to a machine by SSH (potentially the FTP server) # Needs hostname, account and directory # sshhost dploy = www.dploy.org sshlogin dploy = bruno sshdir dploy = /dploy/ftp sshport dploy = 22 # # Global version/tag for the project # projver dploy = devel projtag dploy = 1 # Adapt to your needs: # Optional if you need to overwrite the global values above # #pkgver dploy-dhcp = devel #pkgver dploy-common = devel #pkgver dploy-pxe = devel #pkgtag dploy-dhcp = 3 #pkgver nil #pkgtag nil # Hash of default package/package directory defpkgdir dploy-dhcp = dploy-dhcp defpkgdir dploy-common = dploy-common defpkgdir dploy-pxe = dploy-pxe # Hash of additional package/package directory #extpkgdir pkg1-doc = pkg1-docdir # Hash of valid version names version dploy = devel,stable # List of files per pkg on which to apply filters # Files are mentioned relatively to pbroot/defpkgdir filteredfiles dploy-dhcp = install.sh,bin/dploy-add2dhcp filteredfiles dploy-pxe = install.sh,bin/dploy-add2pxe filteredfiles dploy-common = install.sh,Makefile.PL #filteredfiles pkg1-doc = configure.in