index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Levente Polyak <anthraxx@archlinux.org> | 2022-06-20 01:15:34 +0200 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2022-06-22 01:05:03 +0200 |
commit | 626aecb4724fe5adc65f755d142804306fadb307 (patch) | |
tree | 0b543c45c98a45c181293a4f10120873c82b81ea /doc/archbuild.1.asciidoc | |
parent | 208824456410123e6ac480cdfe554f14f211047c (diff) |
-rw-r--r-- | doc/archbuild.1.asciidoc | 47 |
diff --git a/doc/archbuild.1.asciidoc b/doc/archbuild.1.asciidoc deleted file mode 100644 index 48a200d..0000000 --- a/doc/archbuild.1.asciidoc +++ /dev/null @@ -1,47 +0,0 @@ -archbuild(1) -============ - -Name ----- -archbuild - a script to build an Arch Linux package inside a clean chroot. - -Synopsis --------- -archbuild [options] -- [makechrootpkg args] - -Description ------------ - -'archbuild' is a script to build an Arch Linux package. archbuild is part of devtools but should only be used via one of the included symlinks: - -* extra-x86_64-build -* gnome-unstable-x86_64-build -* kde-unstable-x86_64-build -* multilib-build -* multilib-staging-build -* multilib-testing-build -* staging-x86_64-build -* testing-x86_64-build - -The symlink used to run it will be inspected by archbuild, to determine which target you want it to use. It will load the available pacman configuration from 'pacman-reponame-arch.conf' with a fallback to 'pacman-reponame.conf' from {pkgdatadir}. The makepkg configuration is loaded from 'makepkg-repo-arch.conf' with a fallback to 'makepkg-reponame.conf' from {pkgdatadir}. - - -Options -------- - -*-h*:: - Output command line options. - -*-c*:: - Recreate the chroot before building. - -*-r* <dir>:: - Create chroots in this directory. - - -See Also --------- - -linkman:devtools[7] - -include::footer.asciidoc[] |