index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2017-11-10 19:45:33 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-11-10 19:45:33 +0100 |
commit | 724f7cf9cd3c4f3507cfa3bc6406079bbd7be0ff (patch) | |
tree | a149b7a398fdb98fe34116ad93fd86dbab10cdab /README.md | |
parent | 2e472da8d2aeb92666f74d12ccf06b830ececcf1 (diff) |
-rw-r--r-- | README.md | 4 |
@@ -3,16 +3,16 @@ tools for building 32-bit archlinux packages from archlinux.org's official, 64-b This includes scripts to be run on the build master as well as scripts to be run on the build slaves (both residing in `bin`). ## requirements -* `git` * `moreutils` ### build master only * some ssh-server +* `git` * `pkgbuild-introspection` * `bc` ### build slave only * some ssh-client +* `sudo` rights for `staging-with-build-support-i686-build`, `staging-i686-build`, `multilib-build`, `extra-x86_64-build` * `devtools32` -* `mercurial` ## configuration The standard configuration in `conf/default.conf` can be locally overwritten by `conf/local.conf`. |