From 59a8e1533929492a0eaba99dfb0145ec6891bb98 Mon Sep 17 00:00:00 2001 From: opensides Date: Fri, 11 Sep 2009 09:04:06 +0000 Subject: [PATCH] - Adding config file for using project-builder git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14226 594d385d-05f5-0310-b6e9-bd551577e9d8 --- pbconf/gosa.pb | 125 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 125 insertions(+) create mode 100644 pbconf/gosa.pb diff --git a/pbconf/gosa.pb b/pbconf/gosa.pb new file mode 100644 index 000000000..4d12a88da --- /dev/null +++ b/pbconf/gosa.pb @@ -0,0 +1,125 @@ +# +# Project Builder configuration file +# For project gosa +# +# $Id$ +# + +# +# What is the project URL +# + +pburl gosa = svn+https://oss.gonicus.de/repositories/gosa/trunk/ + +# Repository +pbrepo gosa = http://apt.gosa-addons.org +#pbml gosa = gosa@oss.gonicus.de +#pbsmtp gosa = localhost + +# Check whether project is well formed +# when downloading from ftp/http/... +# (containing already a directory with the project-version name) +#pbwf gosa = 1 + +# +# Packager label +# +pbpackager gosa = Benoit Mortier +# + +# For delivery to a machine by SSH (potentially the FTP server) +# Needs hostname, account and directory +# +sshhost fossology = apt.gosa-addons.org +sshlogin fossology = repo +sshdir fossology = /var/www/gosa-addons +sshport fossology = 22 + +# +# For Virtual machines management +# Naming convention to follow: distribution name (as per ProjectBuilder::Distribution) +# followed by '-' and by release number +# followed by '-' and by architecture +# a .vmtype extension will be added to the resulting string +# a QEMU rhel-3-i286 here means that the VM will be named rhel-3-i386.qemu +# +#vmlist gosa = mandrake-10.1-i386,mandrake-10.2-i386,mandriva-2006.0-i386,mandriva-2007.0-i386,mandriva-2007.1-i386,mandriva-2008.0-i386,redhat-7.3-i386,redhat-9-i386,fedora-4-i386,fedora-5-i386,fedora-6-i386,fedora-7-i386,fedora-8-i386,rhel-3-i386,rhel-4-i386,rhel-5-i386,suse-10.0-i386,suse-10.1-i386,suse-10.2-i386,suse-10.3-i386,sles-9-i386,sles-10-i386,gentoo-nover-i386,debian-3.1-i386,debian-4.0-i386,ubuntu-6.06-i386,ubuntu-7.04-i386,ubuntu-7.10-i386,mandriva-2007.0-x86_64,mandriva-2007.1-x86_64,mandriva-2008.0-x86_64,fedora-6-x86_64,fedora-7-x86_64,fedora-8-x86_64,rhel-4-x86_64,rhel-5-x86_64,suse-10.2-x86_64,suse-10.3-x86_64,sles-10-x86_64,gentoo-nover-x86_64,debian-4.0-x86_64,ubuntu-7.04-x86_64,ubuntu-7.10-x86_64 + +# +# Valid values for vmtype are +# qemu, (vmware, xen, ... TBD) +#vmtype gosa = qemu + +# Hash for VM stuff on vmtype +#vmntp default = pool.ntp.org + +# We suppose we can commmunicate with the VM through SSH +#vmhost gosa = localhost +#vmlogin gosa = pb +#vmport gosa = 2222 + +# Timeout to wait when VM is launched/stopped +#vmtmout default = 120 + +# per VMs needed paramaters +#vmopt gosa = -m 384 -daemonize +#vmpath gosa = /home/qemu +#vmsize gosa = 5G + +# +# For Virtual environment management +# Naming convention to follow: distribution name (as per ProjectBuilder::Distribution) +# followed by '-' and by release number +# followed by '-' and by architecture +# a .vetype extension will be added to the resulting string +# a chroot rhel-3-i286 here means that the VE will be named rhel-3-i386.chroot +# +#velist gosa = fedora-7-i386 + +# VE params +#vetype gosa = chroot +#ventp default = pool.ntp.org +#velogin gosa = pb +#vepath gosa = /var/lib/mock +#veconf gosa = /etc/mock +#verebuild gosa = false + +# +# Global version/tag for the project +# +projver gosa = trunk +projtag gosa = 1 + +# Hash of valid version names +version gosa = trunk + +# Is it a test version or a production version +testver gosa = true + +# Adapt to your needs: +# Optional if you need to overwrite the global values above +# +#pkgver gosa = stable +#pkgtag gosa = 3 +# Hash of default package/package directory +#defpkgdir gosa = gosa +# 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 gosa = Makefile.PL,configure.in,install.sh,fossology.8 +#supfiles gosa = fossology.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 gosa = perl +# +# This project needs additional repository to be able to be built correctly +# +addrepo centos-5-i386 = http://packages.sw.be/rpmforge-release/rpmforge-release-0.3.6-1.el5.rf.i386.rpm,ftp://ftp.project-builder.org/test/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/test/centos/5/pb.repo +addrepo centos-4-i386 = http://packages.sw.be/rpmforge-release/rpmforge-release-0.3.6-1.el4.rf.i386.rpm,ftp://ftp.project-builder.org/test/centos/4/pb.repo +addrepo centos-4-x86_64 = http://packages.sw.be/rpmforge-release/rpmforge-release-0.3.6-1.el4.rf.x86_64.rpm,ftp://ftp.project-builder.org/test/centos/4/pb.repo + -- 2.30.2