Changes between Version 10 and Version 11 of WikiStart


Ignore:
Timestamp:
Sep 4, 2007, 8:46:19 PM (17 years ago)
Author:
Bruno Cornec
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v10 v11  
    8585#
    8686defpkgdir system-designer = SystemDesigner
    87 defpkgdir system-designer-docs = docs
    8887
    8988# Hash of additional package/package directory
    9089#
     90extpkgdir system-designer-docs = docs
    9191extpkgdir system-designer-fedora = SystemDesigner-Fedora
    9292
     
    105105I inform pb that I will produce packages with a verion-tag of devel-1, that no local package should have a different version than the project version (pkgver/pkgtag), that my default package will be system-designer (pb will work on it by default all the time) and that additional packages it may deal with are system-designer-docs and system-designer-fedora. In addition to standard version with numbers, pb will accpet the version devel and stable. And finally, I give to the name of all files (per package) that it will have to filter to produce the packages - more on that later on.
    106106
     107With that minimal configuration, you may begin to test project-builder. Try to produce a compressed tar file of your project.
     108{{{
     109export PBPROJ=linuxcoe
     110pb -r `pwd` cms2build
     111}}
     112
    107113== Concerning trac ==
    108114