| 1 | #
|
|---|
| 2 | # Project Builder configuration file
|
|---|
| 3 | # For project pb ;-)
|
|---|
| 4 | #
|
|---|
| 5 | # $Id$
|
|---|
| 6 | #
|
|---|
| 7 | #
|
|---|
| 8 | #
|
|---|
| 9 | # Which CMS system is used
|
|---|
| 10 | #
|
|---|
| 11 | cms pb = svn
|
|---|
| 12 |
|
|---|
| 13 | #
|
|---|
| 14 | # Packager label
|
|---|
| 15 | #
|
|---|
| 16 | packager pb = Bruno Cornec <bruno@project-builder.org>
|
|---|
| 17 |
|
|---|
| 18 | #
|
|---|
| 19 | # For delivery to a machine by SSH (potentially the FTP server)
|
|---|
| 20 | # Needs hostname, account and directory
|
|---|
| 21 | #
|
|---|
| 22 | sshhost pb = www.project-builder.org
|
|---|
| 23 | sshlogin pb = bruno
|
|---|
| 24 | sshdir pb = /mondo/ftp
|
|---|
| 25 | sshport pb = 22
|
|---|
| 26 |
|
|---|
| 27 | #
|
|---|
| 28 | # For Virtual machines management
|
|---|
| 29 | # Naming convention to follow: distribution name (as per ProjectBuilder::Distribution)
|
|---|
| 30 | # followed by '_' and by release number
|
|---|
| 31 | # a .vmtype extension will be added to the resulting string
|
|---|
| 32 | # a QEMU rhel_3 here means that the VM will be named rhel_3.qemu
|
|---|
| 33 | #
|
|---|
| 34 | vmlist pb = mandrake_10.1,mandrake_10.2,mandriva_2006.0,mandriva_2007.0,mandriva_2007.1,mandriva_2008.0,redhat_7.3,redhat_9,fedora_4,fedora_5,fedora_6,fedora_7,rhel_3,rhel_4,rhel_5,suse_10.0,suse_10.1,suse_10.2,suse_10.3,sles_9,sles_10,gentoo_nover,debian_3.1,debian_4.0,ubuntu_6.06,ubuntu_7.04,ubuntu_7.10
|
|---|
| 35 |
|
|---|
| 36 | #
|
|---|
| 37 | # Valid values for vmtype are
|
|---|
| 38 | # qemu, (vmware, xen, ... TBD)
|
|---|
| 39 | vmtype pb = qemu
|
|---|
| 40 |
|
|---|
| 41 | # Hash for VM stuff on vmtype
|
|---|
| 42 | vmntp default = pool.ntp.org
|
|---|
| 43 |
|
|---|
| 44 | # We suppose we can commmunicate with the VM through SSH
|
|---|
| 45 | vmhost pb = localhost
|
|---|
| 46 | vmlogin pb = pb
|
|---|
| 47 | vmport pb = 2223
|
|---|
| 48 |
|
|---|
| 49 | # Timeout to wait when VM is launched/stopped
|
|---|
| 50 | vmtmout default = 120
|
|---|
| 51 |
|
|---|
| 52 | # per VMs needed paramaters
|
|---|
| 53 | vmopt pb = -m 384 -daemonize
|
|---|
| 54 | vmpath pb = /users/qemu
|
|---|
| 55 | vmsize pb = 5G
|
|---|
| 56 |
|
|---|
| 57 | #
|
|---|
| 58 | # Global version/tag for the project
|
|---|
| 59 | #
|
|---|
| 60 | projver pb = 0.8.12
|
|---|
| 61 | projtag pb = 1
|
|---|
| 62 |
|
|---|
| 63 | # Adapt to your needs:
|
|---|
| 64 | # Optional if you need to overwrite the global values above
|
|---|
| 65 | #
|
|---|
| 66 | #pkgver project-builder = devel
|
|---|
| 67 | #pkgtag project-builder = 1
|
|---|
| 68 |
|
|---|
| 69 | # Is it a test version
|
|---|
| 70 | testver pb = false
|
|---|
| 71 |
|
|---|
| 72 | # Hash of default package/package directory
|
|---|
| 73 | defpkgdir project-builder = pb
|
|---|
| 74 |
|
|---|
| 75 | # Hash of additional package/package directory
|
|---|
| 76 | extpkgdir project-builder-doc = pb-doc
|
|---|
| 77 |
|
|---|
| 78 | # Hash of valid version names
|
|---|
| 79 | version pb = devel,stable
|
|---|
| 80 |
|
|---|
| 81 | # List of files per pkg on which to apply filters
|
|---|
| 82 | # Files are mentioned relatively to pbroot/defpkgdir
|
|---|
| 83 | filteredfiles project-builder = Makefile.PL,lib/ProjectBuilder/Version.pm
|
|---|