# # Project Builder configuration file # For project dploy # # $Id$ # # pburl dploy = svn+ssh://dploy@svn.dploy.org@HEAD/ # # Packager label # pbpackager dploy = "Bruno Cornec " # pbrepo dploy = ftp://ftp.dploy.org # For delivery to a machine by SSH (potentially the FTP server) # Needs hostname, account and directory # sshhost dploy = ftp.dploy.org sshlogin dploy = bruno sshdir dploy = /mondo/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 testver dploy = true # 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