Changes between Version 26 and Version 27 of Obsolete/MovedToTree/PackageManagement/BuildingPackages


Ignore:
Timestamp:
Jul 3, 2014, 2:31:39 PM (10 years ago)
Author:
mmu_man
Comment:

package tool now requires the "create" command

Legend:

Unmodified
Added
Removed
Modified
  • Obsolete/MovedToTree/PackageManagement/BuildingPackages

    v26 v27  
    1212The `.PackageInfo` file must be located in the top directory that is archived. A `package` invocation usually looks like that:
    1313{{{
    14 package -C foo-4.5.26-1 foo-4.5.26-1-x86.hpkg
     14package create -C foo-4.5.26-1 foo-4.5.26-1-x86.hpkg
    1515}}}
    1616or (packaging a gcc2 build from within the folder):
    1717{{{
    1818cd foo-4.5.26-1
    19 package ../foo-4.5.26-1-x86_gcc2.hpkg
     19package create ../foo-4.5.26-1-x86_gcc2.hpkg
    2020}}}
    2121