Changeset 825 in ProjectBuilder


Ignore:
Timestamp:
Jul 12, 2009, 3:49:49 PM (15 years ago)
Author:
Bruno Cornec
Message:

r3248@localhost: bruno | 2009-07-12 14:15:04 +0200
Update netperf conf files to be compliant with pb 0.9.7

Location:
projects/netperf/pbconf/2.4.5
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • projects/netperf/pbconf/2.4.5/netperf.pb

    r824 r825  
    2121pbwf netperf = 1
    2222
     23# Repository for netperf
    2324pbrepo netperf = ftp://ftp.project-builder.org/
    2425#
     
    2728pbpackager netperf = Bruno Cornec <bruno@project-builder.org>
    2829#
    29 
    30 # For delivery to a machine by SSH (potentially the FTP server)
    31 # Needs hostname, account and directory
    32 #
    33 sshhost netperf = www.project-builder.org
    34 sshlogin netperf = pb
    35 sshdir netperf = /mondo/ftp
    36 sshport 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 #
    46 vmlist 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)
    51 vmtype 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
    57 vmhost netperf = localhost
    58 vmlogin netperf = pb
    59 vmport netperf = 2222
    60 
    61 # Timeout to wait when VM is launched/stopped
    62 vmtmout default = 120
    63 
    64 # per VMs needed paramaters
    65 vmopt netperf = -m 384 -daemonize
    66 vmpath netperf = /users/qemu
    67 vmsize 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
    8630
    8731#
  • projects/netperf/pbconf/2.4.5/pbfilter/all.pbf

    r384 r825  
    77filter PBSRC = ftp://ftp.netperf.org/netperf/%{name}-%{version}.tar.gz
    88
    9 # PBVER is replaced by the version ($pbver in code)
    10 filter PBVER = $pbver
     9# PBVER is replaced by the version ($pb->{'ver'} in code)
     10filter PBVER = $pb->{'ver'}
    1111
    12 # PBDATE is replaced by the date ($pbdate in code)
    13 filter PBDATE = $pbdate
     12# PBDATE is replaced by the date ($pb->{'date'} in code)
     13filter PBDATE = $pb->{'date'}
    1414
    1515# PBLOG is replaced by the changelog if value is yes
    1616filter PBLOG = yes
    1717
    18 # PBTAG is replaced by the tag ($pbtag in code)
    19 filter PBTAG = $pbtag
     18# PBTAG is replaced by the tag ($pb->{'tag'} in code)
     19filter PBTAG = $pb->{'tag'}
    2020
    21 # PBREV is replaced by the revision ($pbrev in code)
    22 filter PBREV = $pbrev
     21# PBREV is replaced by the revision ($pb->{'rev'} in code)
     22filter PBREV = $pb->{'rev'}
    2323
    24 # PBPKG is replaced by the package name ($pbpkg in code)
    25 filter PBPKG = $pbpkg
     24# PBPKG is replaced by the package name ($pb->{'pkg'} in code)
     25filter PBPKG = $pb->{'pkg'}
    2626
    27 # PBPACKAGER is replaced by the packager name ($pbpackager in code)
    28 filter PBPACKAGER = $pbpackager
     27# PBPACKAGER is replaced by the packager name ($pb->{'packager'} in code)
     28filter PBPACKAGER = $pb->{'packager'}
    2929
    3030# PBDESC contains the description of the package
  • projects/netperf/pbconf/2.4.5/pbfilter/rpm.pbf

    r384 r825  
    1616filter PBDEP =
    1717
    18 # PBSUF is replaced by the package suffix ($pbsuf in code)
    19 filter PBSUF = $pbsuf
     18# PBSUF is replaced by the package suffix ($pb->{'suf'} in code)
     19filter PBSUF = $pb->{'suf'}
    2020
    2121# PBOBS is replaced by the Obsolete line
Note: See TracChangeset for help on using the changeset viewer.