Changeset 253 in ProjectBuilder for devel/pbconf


Ignore:
Timestamp:
Oct 25, 2007, 1:58:29 AM (16 years ago)
Author:
Bruno Cornec
Message:

Fix conf file for VM + Update ChangeLog

Location:
devel/pbconf
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • devel/pbconf/pb.pb

    r249 r253  
    4343
    4444# We suppose we can commmunicate with the VM through SSH
    45 vmhost qemu = localhost
    46 vmlogin qemu = pb
    47 vmport qemu = 2223
     45vmhost pb = localhost
     46vmlogin pb = pb
     47vmport pb = 2223
    4848
    4949# Timeout to wait when VM is launched/stopped
     
    5151
    5252# per VMs needed paramaters
    53 vmopt qemu = -m 384 -daemonize
    54 vmpath qemu = /users/qemu
     53vmopt pb = -m 384 -daemonize
     54vmpath pb = /users/qemu
    5555
    5656#
  • devel/pbconf/project-builder/pbfilter/rpm.pbf

    r237 r253  
    1010filter PBDEP =
    1111
    12 # PBLOG is replaced by the changelog if value is yes
    13 filter PBLOG = yes
    14 
    1512# PBSUF is replaced by the package name ($pbpkg in code)
    1613filter PBSUF = $pbsuf
Note: See TracChangeset for help on using the changeset viewer.