source: ProjectBuilder/projects/dploy/pbconf/devel/dploy.pb@ 391

Last change on this file since 391 was 391, checked in by Bruno Cornec, 16 years ago
  • pb: pod content for Distribution.pm and man page delivery
  • dploy: improved pb setup in progress
File size: 2.6 KB
Line 
1#
2# Project Builder configuration file
3# For project dploy
4#
5# $Id$
6#
7#
8pburl dploy = svn+ssh://dploy@svn.dploy.org@HEAD/
9
10#
11# Packager label
12#
13pbpackager dploy = "Bruno Cornec <bruno@dploy.org>"
14#
15
16# For delivery to a machine by SSH (potentially the FTP server)
17# Needs hostname, account and directory
18#
19sshhost dploy = www.dploy.org
20sshlogin dploy = bruno
21sshdir dploy = /dploy/ftp
22sshport dploy = 22
23
24#
25# For Virtual machines management
26# Naming convention to follow: distribution name (as per ProjectBuilder::Distribution)
27# followed by '_' and by release number
28# a .vmtype extension will be added to the resulting string
29# a QEMU rhel_3 here means that the VM will be named rhel_3.qemu
30#
31vmlist dploy = 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
32
33#
34# Valid values for vmtype are
35# qemu, (vmware, xen, ... TBD)
36vmtype dploy = qemu
37
38# Hash for VM stuff on vmtype
39vmntp default = pool.ntp.org
40
41# We suppose we can commmunicate with the VM through SSH
42vmhost dploy = localhost
43vmlogin dploy = pb
44vmport dploy = 2225
45
46# Timeout to wait when VM is launched/stopped
47vmtmout default = 120
48
49# per VMs needed paramaters
50vmopt dploy = -m 384 -daemonize
51vmpath dploy = /home/qemu
52vmsize dploy = 5G
53
54#
55# Global version/tag for the project
56#
57projver dploy = devel
58projtag dploy = 1
59
60# Adapt to your needs:
61# Optional if you need to overwrite the global values above
62#
63pkgver dploy-dhcp = devel
64pkgver dploy-common = devel
65pkgver dploy-pxe = devel
66#pkgtag dploy-dhcp = 3
67#pkgver nil
68#pkgtag nil
69
70# Hash of default package/package directory
71defpkgdir dploy-dhcp = dploy-dhcp
72defpkgdir dploy-common = dploy-common
73defpkgdir dploy-pxe = dploy-pxe
74
75# Hash of additional package/package directory
76#extpkgdir pkg1-doc = pkg1-docdir
77
78# Hash of valid version names
79version pb = devel,stable
80
81# List of files per pkg on which to apply filters
82# Files are mentioned relatively to pbroot/defpkgdir
83filteredfiles dploy-dhcp = install.sh,bin/dploy-add2dhcp
84filteredfiles dploy-pxe = bin/dploy-add2pxe
85filteredfiles dploy-common = install.sh,Makefile.PL
86#filteredfiles pkg1-doc = configure.in
Note: See TracBrowser for help on using the repository browser.