| 1 | # |
|---|
| 2 | # Project Builder configuration file |
|---|
| 3 | # For project LinuxCOE |
|---|
| 4 | # |
|---|
| 5 | # $Id: linuxcoe.pb,v 1.16 2008/02/17 23:24:34 bryang Exp $ |
|---|
| 6 | # |
|---|
| 7 | # |
|---|
| 8 | |
|---|
| 9 | # |
|---|
| 10 | # What is the project URL |
|---|
| 11 | # |
|---|
| 12 | pburl linuxcoe = cvs://:pserver:anonymous@linuxcoe.cvs.sourceforge.net:/cvsroot/linuxcoe |
|---|
| 13 | |
|---|
| 14 | # |
|---|
| 15 | # Packager label |
|---|
| 16 | # |
|---|
| 17 | pbpackager linuxcoe = Louis Bouchard and Bruno Cornec <bruno@project-builder.org> |
|---|
| 18 | |
|---|
| 19 | # |
|---|
| 20 | # For delivery to a machine by SSH (potentially the FTP server) |
|---|
| 21 | # Needs hostname, account and directory |
|---|
| 22 | # |
|---|
| 23 | sshhost default = www.mondorescue.org |
|---|
| 24 | sshlogin default = bruno |
|---|
| 25 | sshdir default = /mondo/ftp |
|---|
| 26 | sshport default = 22 |
|---|
| 27 | |
|---|
| 28 | # |
|---|
| 29 | # For Virtual machines management |
|---|
| 30 | # Naming convention to follow: distribution name (as per ProjectBuilder::Distribution) |
|---|
| 31 | # followed by '_' and by release number |
|---|
| 32 | # a .vmtype extension will be added to the resulting string |
|---|
| 33 | # a QEMU rhel_3 here means that the VM will be named rhel_3.qemu |
|---|
| 34 | # |
|---|
| 35 | vmlist linuxcoe = 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,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-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 |
|---|
| 36 | |
|---|
| 37 | velist linuxcoe = fedora-7-i386 |
|---|
| 38 | |
|---|
| 39 | vetype linuxcoe = chroot |
|---|
| 40 | ventp default = pool.ntp.org |
|---|
| 41 | velogin linuxcoe = pb |
|---|
| 42 | vepath linuxcoe = /var/lib/mock |
|---|
| 43 | veconf linuxcoe = /etc/mock |
|---|
| 44 | verebuild linuxcoe = false |
|---|
| 45 | # |
|---|
| 46 | # Valid values for vmtype are |
|---|
| 47 | # qemu, (vmware, xen, ... TBD) |
|---|
| 48 | vmtype linuxcoe = qemu |
|---|
| 49 | vmntp linuxcoe = pool.ntp.org |
|---|
| 50 | |
|---|
| 51 | # We suppose we can commmunicate with the VM through SSH |
|---|
| 52 | vmhost linuxcoe = localhost |
|---|
| 53 | vmlogin linuxcoe = pb |
|---|
| 54 | vmport linuxcoe = 2224 |
|---|
| 55 | # Timeout to wait when VM is launched/stopped |
|---|
| 56 | vmtmout default = 120 |
|---|
| 57 | |
|---|
| 58 | # per VMs needed paramaters |
|---|
| 59 | #vmopt qemu = -m 256 -nographic -daemonize |
|---|
| 60 | vmopt linuxcoe = -m 384 -daemonize |
|---|
| 61 | vmpath linuxcoe = /users/qemu |
|---|
| 62 | vmsize linuxcoe = 5G |
|---|
| 63 | |
|---|
| 64 | # |
|---|
| 65 | # Global version/tag for the project |
|---|
| 66 | # |
|---|
| 67 | projver linuxcoe = cvs |
|---|
| 68 | projtag linuxcoe = 1 |
|---|
| 69 | |
|---|
| 70 | # Hash of default package/package directory |
|---|
| 71 | # |
|---|
| 72 | defpkgdir linuxcoe-sd-base = SystemDesigner |
|---|
| 73 | defpkgdir linuxcoe-sd-docs = docs |
|---|
| 74 | |
|---|
| 75 | # Hash of additional package/package directory |
|---|
| 76 | # |
|---|
| 77 | extpkgdir linuxcoe-sd-data-centos = SystemDesigner-CentOS |
|---|
| 78 | extpkgdir linuxcoe-sd-data-debian = SystemDesigner-Debian |
|---|
| 79 | extpkgdir linuxcoe-sd-data-fedora = SystemDesigner-Fedora |
|---|
| 80 | extpkgdir linuxcoe-sd-data-opensuse = SystemDesigner-OpenSUSE |
|---|
| 81 | extpkgdir linuxcoe-sd-data-scientific = SystemDesigner-Scientific |
|---|
| 82 | extpkgdir linuxcoe-sd-data-ubuntu = SystemDesigner-Ubuntu |
|---|
| 83 | # |
|---|
| 84 | extpkgdir linuxcoe-sd-data-nld = SystemDesigner-NLD |
|---|
| 85 | extpkgdir linuxcoe-sd-data-rhel = SystemDesigner-RHEL |
|---|
| 86 | extpkgdir linuxcoe-sd-data-sles = SystemDesigner-SLES |
|---|
| 87 | extpkgdir linuxcoe-sd-data-suse = SystemDesigner-SuSE |
|---|
| 88 | #extpkgdir linuxcoe-sd-data-vmware = SystemDesigner-VMware |
|---|
| 89 | |
|---|
| 90 | # Hash of valid version names |
|---|
| 91 | # |
|---|
| 92 | version linuxcoe = cvs,devel,stable |
|---|
| 93 | testver linuxcoe = true |
|---|
| 94 | |
|---|
| 95 | # List of additional files on which to apply filters |
|---|
| 96 | # Files are mentioned relatively to pbroot |
|---|
| 97 | # |
|---|
| 98 | #filteredfiles linuxcoe-sd-base = |
|---|
| 99 | #filteredfiles linuxcoe-sd-docs = |
|---|