Changeset 1101


Ignore:
Timestamp:
11/04/10 20:08:29 (3 years ago)
Author:
bruno
Message:

Update demo script for HP presentation

Location:
devel/pb-doc
Files:
2 edited

Legend:

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

    r817 r1101  
    33 
    44# First demonstrate the way of working for pb itself 
    5 cd ~/local/pb 
     5cd ~/local/pb|~/pb 
    66# Show the various versions available in this SVK exported dir 
    77ls 
    88# get the current tag of the SVK repository 
    9 svk info 
     9svk info|svn info 
    1010 
    1111# get the current version of project-builder 
     
    3737 
    3838# Now  show how easy it's to build for another distro in a VM 
     39ls /home/qemu 
    3940pb -p pb -m ubuntu-9.04-i386 build2vm 
    4041# Now  show how easy it's to build for another distro in a VE 
     42ls /home/rinse 
    4143pb -p pb -m centos-5-i386 build2ve 
    4244 
    4345# Now  show how easy it's to build for another project for which I'm upstream 
    44 pb -p mondorescue -m centos-5-i386 build2ve 
     46pb -p mondorescue -m centos-5-i386 cms2ve 
    4547# Now  show how easy it's to build for another project for which I'm not upstream with patches 
    46 pb -p afio -m centos-5-i386 build2ve 
     48pb -p afio -r 2.5 -m centos-5-i386 cms2ve 
    4749 
    48 # Create a new directory to export a project 
    49 mkdir 
     50# Look at conf files 
     51cat ~/.pbrc 
     52cat /home/rinse/.pbrc 
     53cat ~/pb/projects/afio/pbconf/2.5/afio.pb 
     54ls -R ~/pb/projects/afio/pbconf/2.5/ 
Note: See TracChangeset for help on using the changeset viewer.