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


Ignore:
Timestamp:
Nov 16, 2007, 12:31:29 AM (16 years ago)
Author:
Bruno Cornec
Message:
  • Fix build process for new pb functions on changelogs
  • Fix bugs in newproj where project wasn't always used (some fixed pb were remaining)
File:
1 edited

Legend:

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

    r286 r287  
    176176# a QEMU rhel_3 here means that the VM will be named rhel_3.qemu
    177177#
    178 #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
     178#vmlist $proj = 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
    179179
    180180#
     
    187187
    188188# We suppose we can commmunicate with the VM through SSH
    189 #vmhost pb = localhost
    190 #vmlogin pb = pb
    191 #vmport pb = 2222
     189#vmhost $proj = localhost
     190#vmlogin $proj = pb
     191#vmport $proj = 2222
    192192
    193193# Timeout to wait when VM is launched/stopped
     
    195195
    196196# per VMs needed paramaters
    197 #vmopt pb = -m 384 -daemonize
    198 #vmpath pb = /home/qemu
    199 #vmsize pb = 5G
     197#vmopt $proj = -m 384 -daemonize
     198#vmpath $proj = /home/qemu
     199#vmsize $proj = 5G
    200200
    201201#
Note: See TracChangeset for help on using the changeset viewer.