| 1 | # |
|---|
| 2 | # Project Builder configuration file |
|---|
| 3 | # For project buffer |
|---|
| 4 | # |
|---|
| 5 | # $Id$ |
|---|
| 6 | # |
|---|
| 7 | |
|---|
| 8 | # |
|---|
| 9 | # What is the project URL |
|---|
| 10 | # |
|---|
| 11 | #pburl buffer = svn://svn.buffer.org/buffer/devel |
|---|
| 12 | #pburl buffer = svn://svn+ssh.buffer.org/buffer/devel |
|---|
| 13 | #pburl buffer = cvs://cvs.buffer.org/buffer/devel |
|---|
| 14 | #pburl buffer = http://www.buffer.org/src/buffer-devel.tar.gz |
|---|
| 15 | #pburl buffer = ftp://ftp.buffer.org/src/buffer-devel.tar.gz |
|---|
| 16 | #pburl buffer = file:///src/buffer-devel.tar.gz |
|---|
| 17 | #pburl buffer = dir:///src/buffer-devel |
|---|
| 18 | # |
|---|
| 19 | #pburl buffer = http://hello-penguin.com/software/buffer/buffer-1.19.tar.gz |
|---|
| 20 | pburl buffer = ftp://ftp.mondorescue.org/src/buffer-1.19.tgz |
|---|
| 21 | #pburl buffer = file:///home/bruno/Work/bruno/mandriva/buffer/SOURCES/buffer-1.19.tar.bz2 |
|---|
| 22 | |
|---|
| 23 | # Repository |
|---|
| 24 | pbrepo buffer = ftp://ftp.mondorescue.org |
|---|
| 25 | |
|---|
| 26 | # Patches to the project |
|---|
| 27 | pbpatch buffer = |
|---|
| 28 | |
|---|
| 29 | # Check whether project is well formed |
|---|
| 30 | # (containing already a directory with the project-version name) |
|---|
| 31 | pbwf buffer = 1 |
|---|
| 32 | |
|---|
| 33 | # |
|---|
| 34 | # Packager label |
|---|
| 35 | # |
|---|
| 36 | pbpackager buffer = Bruno Cornec <bruno@project-builder.org> |
|---|
| 37 | # |
|---|
| 38 | |
|---|
| 39 | # For delivery to a machine by SSH (potentially the FTP server) |
|---|
| 40 | # Needs hostname, account and directory |
|---|
| 41 | # |
|---|
| 42 | sshhost buffer = www.mondorescue.org |
|---|
| 43 | sshlogin buffer = bruno |
|---|
| 44 | sshdir buffer = /prj/ftp |
|---|
| 45 | sshport buffer = 22 |
|---|
| 46 | |
|---|
| 47 | # |
|---|
| 48 | # For Virtual machines management |
|---|
| 49 | # Naming convention to follow: distribution name (as per ProjectBuilder::Distribution) |
|---|
| 50 | # followed by '-' and by release number |
|---|
| 51 | # followed by '-' and by architecture |
|---|
| 52 | # a .vmtype extension will be added to the resulting string |
|---|
| 53 | # a QEMU rhel-3-i286 here means that the VM will be named rhel-3-i386.qemu |
|---|
| 54 | # |
|---|
| 55 | #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 |
|---|
| 56 | |
|---|
| 57 | # |
|---|
| 58 | # Valid values for vmtype are |
|---|
| 59 | # qemu, (vmware, xen, ... TBD) |
|---|
| 60 | #vmtype buffer = qemu |
|---|
| 61 | |
|---|
| 62 | # Hash for VM stuff on vmtype |
|---|
| 63 | #vmntp default = pool.ntp.org |
|---|
| 64 | |
|---|
| 65 | # We suppose we can commmunicate with the VM through SSH |
|---|
| 66 | #vmhost buffer = localhost |
|---|
| 67 | #vmlogin buffer = pb |
|---|
| 68 | #vmport buffer = 2222 |
|---|
| 69 | |
|---|
| 70 | # Timeout to wait when VM is launched/stopped |
|---|
| 71 | #vmtmout default = 120 |
|---|
| 72 | |
|---|
| 73 | # per VMs needed paramaters |
|---|
| 74 | #vmopt buffer = -m 384 -daemonize |
|---|
| 75 | #vmpath buffer = /home/qemu |
|---|
| 76 | #vmsize buffer = 5G |
|---|
| 77 | |
|---|
| 78 | # |
|---|
| 79 | # For Virtual environment management |
|---|
| 80 | # Naming convention to follow: distribution name (as per ProjectBuilder::Distribution) |
|---|
| 81 | # followed by '-' and by release number |
|---|
| 82 | # followed by '-' and by architecture |
|---|
| 83 | # a .vetype extension will be added to the resulting string |
|---|
| 84 | # a chroot rhel-3-i286 here means that the VE will be named rhel-3-i386.chroot |
|---|
| 85 | # |
|---|
| 86 | #velist buffer = fedora-7-i386 |
|---|
| 87 | |
|---|
| 88 | # VE params |
|---|
| 89 | #vetype buffer = chroot |
|---|
| 90 | #ventp default = pool.ntp.org |
|---|
| 91 | #velogin buffer = pb |
|---|
| 92 | #vepath buffer = /var/lib/mock |
|---|
| 93 | #rbsconf buffer = /etc/mock |
|---|
| 94 | #verebuild buffer = false |
|---|
| 95 | |
|---|
| 96 | # |
|---|
| 97 | # Global version/tag for the project |
|---|
| 98 | # |
|---|
| 99 | projver buffer = 1.19 |
|---|
| 100 | projtag buffer = 4 |
|---|
| 101 | |
|---|
| 102 | #testver buffer = true |
|---|
| 103 | |
|---|
| 104 | # Hash of valid version names |
|---|
| 105 | #version buffer = devel,stable |
|---|
| 106 | |
|---|
| 107 | # Adapt to your needs: |
|---|
| 108 | # Optional if you need to overwrite the global values above |
|---|
| 109 | # |
|---|
| 110 | #pkgver buffer = stable |
|---|
| 111 | #pkgtag buffer = 3 |
|---|
| 112 | # Hash of default package/package directory |
|---|
| 113 | defpkgdir buffer = dir-buffer |
|---|
| 114 | # Hash of additional package/package directory |
|---|
| 115 | #extpkgdir minor-pkg = dir-minor-pkg |
|---|
| 116 | |
|---|
| 117 | # List of files per pkg on which to apply filters |
|---|
| 118 | # Files are mentioned relatively to pbroot/defpkgdir |
|---|
| 119 | #filteredfiles buffer = Makefile.PL,configure.in,install.sh,buffer.8 |
|---|
| 120 | #supfiles buffer = buffer.init |
|---|