--- # # Project Builder configuration file # For project buffer # # $Id$ # # # # What is the project URL # #pburl buffer = svn://svn.buffer.org/buffer/devel #pburl buffer = svn://svn+ssh.buffer.org/buffer/devel #pburl buffer = cvs://cvs.buffer.org/buffer/devel #pburl buffer = http://www.buffer.org/src/buffer-devel.tar.gz #pburl buffer = ftp://ftp.buffer.org/src/buffer-devel.tar.gz #pburl buffer = file:///src/buffer-devel.tar.gz #pburl buffer = dir:///src/buffer-devel # # We use the PBURL macro for that pbprojurl: buffer: http://hello-penguin.com/software/buffer/buffer-1.19.tar.gz # Local copy in case of... #pburl buffer = ftp://ftp.mondorescue.org/src/buffer-1.19.tgz #pburl buffer = file:///home/bruno/Work/bruno/mandriva/buffer/SOURCES/buffer-1.19.tar.bz2 # # Repository pbrepo: buffer: ftp://ftp.mondorescue.org # # Patches to the project pbpatch: buffer: !!str "" # # Check whether project is well formed # (containing already a directory with the project-version name) pbwf: buffer: 1 # # # Packager label # pbpackager: buffer: Bruno Cornec # # # For delivery to a machine by SSH (potentially the FTP server) # Needs hostname, account and directory # sshhost: buffer: www.mondorescue.org sshlogin: buffer: bruno sshdir: buffer: /prj/ftp sshport: buffer: 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 buffer = 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 buffer = qemu # # Hash for VM stuff on vmtype #vmntp default = pool.ntp.org # # We suppose we can commmunicate with the VM through SSH #vmhost buffer = localhost #vmlogin buffer = pb #vmport buffer = 2222 # # Timeout to wait when VM is launched/stopped #vmtmout default = 120 # # per VMs needed paramaters #vmopt buffer = -m 384 -daemonize #vmpath buffer = /home/qemu #vmsize buffer = 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 buffer = fedora-7-i386 # # VE params #vetype buffer = chroot #ventp default = pool.ntp.org #velogin buffer = pb #vepath buffer = /var/lib/mock #rbsconf buffer = /etc/mock #verebuild buffer = false # # # Global version/tag for the project # projver: buffer: 1.19 projtag: buffer: 8 # #testver buffer = true # # Hash of valid version names #version buffer = devel,stable # # Adapt to your needs: # Optional if you need to overwrite the global values above # #pkgver buffer = stable #pkgtag buffer = 3 # Hash of default package/package directory defpkgdir: buffer: dir-buffer # 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 buffer = Makefile.PL,configure.in,install.sh,buffer.8 #supfiles buffer = buffer.init