Changeset 817 in ProjectBuilder for devel/pb-doc/pb-demo
- Timestamp:
- Jul 9, 2009, 1:47:50 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb-doc/pb-demo
r816 r817 11 11 # get the current version of project-builder 12 12 rpm -q project-builder 13 pb -- version13 pb --help 14 14 15 15 # Decide to build a package for project-builder based on that devel version … … 34 34 # Check that it's the right one 35 35 rpm -q project-builder 36 pb -- version36 pb --help 37 37 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 39 39 pb -p pb -m ubuntu-9.04-i386 build2vm 40 # Now show how easy it's to build for another distro in a VE 40 41 pb -p pb -m centos-5-i386 build2ve 41 42 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 43 44 pb -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 44 46 pb -p afio -m centos-5-i386 build2ve 45 47
Note:
See TracChangeset
for help on using the changeset viewer.