Changes between Version 15 and Version 16 of NetPerfExample
- Timestamp:
- Apr 4, 2008, 2:11:22 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NetPerfExample
v15 v16 361 361 So now, we can try to go to the next step and build a package. So issue: 362 362 {{{ 363 $ pb -p netperf -r 2. 2.4 build2pkg363 $ pb -p netperf -r 2.4.4 build2pkg 364 364 Project: netperf 365 365 Action: build2pkg … … 511 511 Now 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): 512 512 {{{ 513 $ pb -p netperf -r 2. 2.4 cms2pkg513 $ pb -p netperf -r 2.4.4 cms2pkg 514 514 [... build process ...] 515 515 Wrote: /users/bruno/project-builder/netperf/build/SRPMS/netperf-2.4.4-1.mdv2008.0.src.rpm … … 615 615 Ready to check again: 616 616 {{{ 617 $ pb -p netperf -r 2. 2.4 cms2pkg617 $ pb -p netperf -r 2.4.4 cms2pkg 618 618 [... build continues ...] 619 619 }}} … … 654 654 Once your distribution is installed, stop the VM and relaunch it to finish the setup with: 655 655 {{{ 656 $ pb -p netperf -r 2.4.4 -m fedora-6-i386 setupvm656 $ pb -p netperf -r 2.4.4 -m fedora-6-i386 launchvm 657 657 Project: netperf 658 658 Action: launchvm … … 780 780 Now that Project-Builder is installed inside your VM, you may want to try to use it to build netperf packages for Fedora 6: 781 781 {{{ 782 $ pb -p netperf -r 2. 2.4 -m fedora-6-i386 build2vm782 $ pb -p netperf -r 2.4.4 -m fedora-6-i386 build2vm 783 783 784 784 }}}