# # Project Builder configuration file # For project ossi # # $Id$ # # # What is the project URL # #pburl ossi = svn://svn.ossi.org/ossi/devel #pburl ossi = svn://svn+ssh.ossi.org/ossi/devel #pburl ossi = cvs://cvs.ossi.org/ossi/devel #pburl ossi = http://www.ossi.org/src/ossi-devel.tar.gz #pburl ossi = ftp://ftp.ossi.org/src/ossi-devel.tar.gz #pburl ossi = file:///src/ossi-devel.tar.gz #pburl ossi = dir:///src/ossi-devel # Repository pbrepo ossi = http://ossi.hpintelco.org #pbml ossi = ossi-announce@lists.ossi.org #pbsmtp ossi = localhost #pbgpgcheck ossi = 1 # For distro supporting it, which area is used #projcomponent ossi = main # Check whether project is well formed # when downloading from ftp/http/... # (containing already a directory with the project-version name) #pbwf ossi = 1 # Do we check GPG keys #pbgpgcheck ossi = 1 # # Packager label # pbpackager ossi = Bruno COrnec # # For delivery to a machine by SSH (potentially the FTP server) # Needs hostname, account and directory # #sshhost ossi = www.ossi.org #sshlogin ossi = bill #sshdir ossi = /ossi/ftp #sshport ossi = 22 # # Global version/tag for the project # projver ossi = devel projtag ossi = 1 # Hash of valid version names # Additional repository to add at build time # addrepo centos-5-x86_64 = http://packages.sw.be/rpmforge-release/rpmforge-release-0.3.6-1.el5.rf.x86_64.rpm,ftp://ftp.project-builder.org/centos/5/pb.repo # addrepo centos-5-x86_64 = http://packages.sw.be/rpmforge-release/rpmforge-release-0.3.6-1.el5.rf.x86_64.rpm,ftp://ftp.project-builder.org/centos/5/pb.repo version ossi = devel # Is it a test version or a production version testver ossi = false # Which upper target dir for delivery delivery ossi = # Adapt to your needs: # Optional if you need to overwrite the global values above # #pkgver pkg1 = stable #pkgtag pkg1 = 3 # Hash of default package/package directory defpkgdir pkg1 = dir-pkg1 webdir ossi = website # 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 pkg1 = Makefile.PL,configure.in,install.sh,pkg1.8 #supfiles pkg1 = 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 pkg1 = perl