Changeset 343 in ProjectBuilder for devel/pb/lib/ProjectBuilder/Base.pm


Ignore:
Timestamp:
Mar 30, 2008, 5:18:59 PM (16 years ago)
Author:
Bruno Cornec
Message:

Review of newproj to have a correct netperf doc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/lib/ProjectBuilder/Base.pm

    r342 r343  
    300300# What is the project URL
    301301#
    302 #pbproj $ENV{'PBPROJ'} = svn://svn.$ENV{'PBPROJ'}.org/$ENV{'PBPROJ'}/devel
    303 #pbproj $ENV{'PBPROJ'} = svn://svn+ssh.$ENV{'PBPROJ'}.org/$ENV{'PBPROJ'}/devel
    304 #pbproj $ENV{'PBPROJ'} = cvs://cvs.$ENV{'PBPROJ'}.org/$ENV{'PBPROJ'}/devel
    305 #pbproj $ENV{'PBPROJ'} = http://www.$ENV{'PBPROJ'}.org/src/$ENV{'PBPROJ'}-devel.tar.gz
    306 #pbproj $ENV{'PBPROJ'} = ftp://ftp.$ENV{'PBPROJ'}.org/src/$ENV{'PBPROJ'}-devel.tar.gz
    307 #pbproj $ENV{'PBPROJ'} = file:///src/$ENV{'PBPROJ'}-devel.tar.gz
    308 #pbproj $ENV{'PBPROJ'} = dir:///src/$ENV{'PBPROJ'}-devel
     302#pburl $ENV{'PBPROJ'} = svn://svn.$ENV{'PBPROJ'}.org/$ENV{'PBPROJ'}/devel
     303#pburl $ENV{'PBPROJ'} = svn://svn+ssh.$ENV{'PBPROJ'}.org/$ENV{'PBPROJ'}/devel
     304#pburl $ENV{'PBPROJ'} = cvs://cvs.$ENV{'PBPROJ'}.org/$ENV{'PBPROJ'}/devel
     305#pburl $ENV{'PBPROJ'} = http://www.$ENV{'PBPROJ'}.org/src/$ENV{'PBPROJ'}-devel.tar.gz
     306#pburl $ENV{'PBPROJ'} = ftp://ftp.$ENV{'PBPROJ'}.org/src/$ENV{'PBPROJ'}-devel.tar.gz
     307#pburl $ENV{'PBPROJ'} = file:///src/$ENV{'PBPROJ'}-devel.tar.gz
     308#pburl $ENV{'PBPROJ'} = dir:///src/$ENV{'PBPROJ'}-devel
    309309
    310310#
     
    325325# For Virtual machines management
    326326# Naming convention to follow: distribution name (as per ProjectBuilder::Distribution)
    327 # followed by '_' and by release number
     327# followed by '-' and by release number
     328# followed by '-' and by architecture
    328329# a .vmtype extension will be added to the resulting string
    329 # a QEMU rhel_3 here means that the VM will be named rhel_3.qemu
    330 #
    331 #vmlist $ENV{'PBPROJ'} = 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
     330# a QEMU rhel-3-i286 here means that the VM will be named rhel-3-i386.qemu
     331#
     332#vmlist $ENV{'PBPROJ'} = 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
    332333
    333334#
     
    351352#vmpath $ENV{'PBPROJ'} = /home/qemu
    352353#vmsize $ENV{'PBPROJ'} = 5G
     354
     355#
     356# For Virtual environment management
     357# Naming convention to follow: distribution name (as per ProjectBuilder::Distribution)
     358# followed by '-' and by release number
     359# followed by '-' and by architecture
     360# a .vetype extension will be added to the resulting string
     361# a chroot rhel-3-i286 here means that the VE will be named rhel-3-i386.chroot
     362#
     363#velist $ENV{'PBPROJ'} = fedora-7-i386
     364
     365# VE params
     366#vetype $ENV{'PBPROJ'} = chroot
     367#ventp default = pool.ntp.org
     368#velogin $ENV{'PBPROJ'} = pb
     369#vepath $ENV{'PBPROJ'} = /var/lib/mock
     370#veconf $ENV{'PBPROJ'} = /etc/mock
     371#verebuild $ENV{'PBPROJ'} = false
    353372
    354373#
     
    473492#filter PBLIC = GPL
    474493
    475 # PBVER is replaced by the version (\$pbver in code)
    476 #filter PBVER = \$pbver
    477 
    478494# PBDEP is replaced by the list of dependencies
    479495#filter PBDEP =
     
    484500# PBREC is replaced by the list of recommandations
    485501#filter PBREC =
    486 
    487 # PBLOG is replaced by the changelog if value is yes
    488 #filter PBLOG = yes
    489 
    490 # PBPKG is replaced by the package name (\$pbpkg in code)
    491 #filter PBPKG = \$pbpkg
    492 
    493 # PBPACKAGER is replaced by the packager name (\$pbpackager in code)
    494 #filter PBPACKAGER = \$pbpackager
    495502
    496503EOF
Note: See TracChangeset for help on using the changeset viewer.