# # Project Builder configuration file # For project rinse # # $Id$ # # # What is the project URL # #pburl rinse = svn://svn.rinse.org/rinse/devel #pburl rinse = svn://svn+ssh.rinse.org/rinse/devel #pburl rinse = cvs://cvs.rinse.org/rinse/devel #pburl rinse = http://www.rinse.org/src/rinse-devel.tar.gz #pburl rinse = ftp://ftp.rinse.org/src/rinse-devel.tar.gz #pburl rinse = file:///src/rinse-devel.tar.gz pburl rinse = hg+http://rinse.repository.steve.org.uk # Repository pbrepo rinse = ftp://ftp.mondorescue.org #pbml rinse = rinse-announce@lists.rinse.org #pbsmtp rinse = localhost # Check whether project is well formed # when downloading from ftp/http/... # (containing already a directory with the project-version name) #pbwf rinse = 1 # # Packager label # pbpackager rinse = Bruno Cornec # # For delivery to a machine by SSH (potentially the FTP server) # Needs hostname, account and directory # sshhost rinse = www.mondorescue.org sshdir rinse = /prj/ftp sshport rinse = 22 # # Global version/tag for the project # projver rinse = devel projtag rinse = 1 # Hash of valid version names version rinse = devel # Is it a test version or a production version testver rinse = true # Adapt to your needs: # Optional if you need to overwrite the global values above # #pkgver rinse = stable #pkgtag rinse = 3 # Hash of default package/package directory defpkgdir rinse = . # 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 rinse = Makefile.PL,configure.in,install.sh,pkg1.8 #supfiles rinse = pkg1.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 rinse = perl