# # Project Builder configuration file # For project casparbuster # # $Id$ # # # What is the project URL # pburl casparbuster = svn://svn.project-builder.org/projects/casparbuster #pburl casparbuster = svn://svn+ssh.casparbuster.org/casparbuster/devel #pburl casparbuster = cvs://cvs.casparbuster.org/casparbuster/devel #pburl casparbuster = http://www.casparbuster.org/src/casparbuster-devel.tar.gz #pburl casparbuster = ftp://ftp.casparbuster.org/src/casparbuster-devel.tar.gz #pburl casparbuster = file:///src/casparbuster-devel.tar.gz #pburl casparbuster = dir:///src/casparbuster-devel # Repository pbrepo casparbuster = ftp://ftp.project-builder.org #pbml casparbuster = casparbuster-announce@lists.casparbuster.org #pbsmtp casparbuster = localhost # Check whether project is well formed # when downloading from ftp/http/... # (containing already a directory with the project-version name) #pbwf casparbuster = 1 # # Packager label # pbpackager casparbuster = Bruno Cornec # # For delivery to a machine by SSH (potentially the FTP server) # Needs hostname, account and directory # sshhost casparbuster = www.project-builder.org #sshlogin casparbuster = bill #sshdir casparbuster = /casparbuster/ftp #sshport casparbuster = 22 # # Global version/tag for the project # projver casparbuster = devel projtag casparbuster = 1 # Hash of valid version names version casparbuster = devel # Is it a test version or a production version testver casparbuster = true # Which upper target dir for delivery delivery casparbuster = test # Adapt to your needs: # Optional if you need to overwrite the global values above # #pkgver cb = stable #pkgtag cb = 3 # Hash of default package/package directory defpkgdir cb = . # Hash of additional package/package directory #extpkgdir minor-pkg = dir-minor-pkg # List of files per pkg on which to apply filters # Files are mentioned relatively to pbroot/defpkgdir filteredfiles cb = Makefile.PL #,cb.1,cbusterize.1 #supfiles cb = cb.init # For perl modules, names are different depending on distro # Here perl-xxx for RPMs, libxxx-perl for debs, ... # So the package name is indeed virtual #namingtype cb = perl