Difference between revisions of "Manjaro-tools"

m
update buildpkg help
imported>Excalibur1234
imported>Ataraxy
m (update buildpkg help)
Line 117: Line 117:
The help looks like the following for i686
The help looks like the following for i686


$ buildpkg -h
  Usage: buildpkg [options]
  Usage: buildpkg [options] [--] [makepkg args]
     -a <arch>          Arch [default: x86_64]
    -p <profile>      Set profile or pkg [default: default]
     -b <branch>        Branch [default: stable]
     -a <arch>          Set arch  [default: i686]
     -b <branch>        Set branch [default: stable]
    -r <dir>          Chroots directory [default: /srv/manjarobuild]
     -c                Recreate chroot
     -c                Recreate chroot
     -w                 Clean up
     -h                 This help
    -i <pkg>          Install a package into the working copy of the chroot
     -n                Install and run namcap check
     -n                Install and run namcap check
    -p <pkg>          Build list or pkg [default: default]
    -q                Query settings and pretend build
    -r <dir>          Chroots directory
                      [default: /var/lib/manjaro-tools/buildpkg]
     -s                Sign packages
     -s                Sign packages
     -q                 Query settings and pretend build
     -w                 Clean up cache and sources
    -h                This help


To build a single package, go into the directory which is one above the package build directory (which contains the PKGBUILD), and run it as:
To build a single package, go into the directory which is one above the package build directory (which contains the PKGBUILD), and run it as:
Line 226: Line 227:


To build a set the name of the set can be used. The current sets can be queried with the {{ic|-q}} option.
To build a set the name of the set can be used. The current sets can be queried with the {{ic|-q}} option.


= buildtree =
= buildtree =
Anonymous user