source: ProjectBuilder/projects/netperf/pbconf/2.4.4/netperf.pb@ 868

Last change on this file since 868 was 868, checked in by Bruno Cornec, 15 years ago

Minor build improvements for netperf and fossology

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