Changes between Version 15 and Version 16 of NetPerfExample


Ignore:
Timestamp:
04/04/08 02:11:22 (5 years ago)
Author:
bruno
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NetPerfExample

    v15 v16  
    361361So now, we can try to go to the next step and build a package. So issue: 
    362362{{{ 
    363 $ pb -p netperf -r 2.2.4 build2pkg 
     363$ pb -p netperf -r 2.4.4 build2pkg 
    364364Project: netperf 
    365365Action: build2pkg 
     
    511511Now you're ready for your second run ! This time chain the 2 steos by generating from CMS to a package with cms2pkg (as you need to reparse the conf files): 
    512512{{{ 
    513 $ pb -p netperf -r 2.2.4 cms2pkg 
     513$ pb -p netperf -r 2.4.4 cms2pkg 
    514514[... build process ...] 
    515515Wrote: /users/bruno/project-builder/netperf/build/SRPMS/netperf-2.4.4-1.mdv2008.0.src.rpm 
     
    615615Ready to check again: 
    616616{{{ 
    617 $ pb -p netperf -r 2.2.4 cms2pkg 
     617$ pb -p netperf -r 2.4.4 cms2pkg 
    618618[... build continues ...] 
    619619}}} 
     
    654654Once your distribution is installed, stop the VM and relaunch it to finish the setup with: 
    655655{{{ 
    656 $ pb -p netperf -r 2.4.4 -m fedora-6-i386 setupvm 
     656$ pb -p netperf -r 2.4.4 -m fedora-6-i386 launchvm 
    657657Project: netperf 
    658658Action: launchvm 
     
    780780Now that Project-Builder is installed inside your VM, you may want to try to use it to build netperf packages for Fedora 6: 
    781781{{{ 
    782 $ pb -p netperf -r 2.2.4 -m fedora-6-i386 build2vm 
     782$ pb -p netperf -r 2.4.4 -m fedora-6-i386 build2vm 
    783783 
    784784}}}