Changeset 817 in ProjectBuilder for devel/pb-doc/pb-demo


Ignore:
Timestamp:
Jul 9, 2009, 1:47:50 PM (15 years ago)
Author:
Bruno Cornec
Message:

r3210@localhost: bruno | 2009-07-09 13:39:24 +0200

  • pres update for RMLL 2009
  • Demo script for pres
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb-doc/pb-demo

    r816 r817  
    1111# get the current version of project-builder
    1212rpm -q project-builder
    13 pb --version
     13pb --help
    1414
    1515# Decide to build a package for project-builder based on that devel version
     
    3434# Check that it's the right one
    3535rpm -q project-builder
    36 pb --version
     36pb --help
    3737
    38 # Now  show how easy it's to build for another distro
     38# Now  show how easy it's to build for another distro in a VM
    3939pb -p pb -m ubuntu-9.04-i386 build2vm
     40# Now  show how easy it's to build for another distro in a VE
    4041pb -p pb -m centos-5-i386 build2ve
    4142
    42 # Now  show how easy it's to build for another project
     43# Now  show how easy it's to build for another project for which I'm upstream
    4344pb -p mondorescue -m centos-5-i386 build2ve
     45# Now  show how easy it's to build for another project for which I'm not upstream with patches
    4446pb -p afio -m centos-5-i386 build2ve
    4547
Note: See TracChangeset for help on using the changeset viewer.