summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-11-10 19:45:33 +0100
committerErich Eckner <git@eckner.net>2017-11-10 19:45:33 +0100
commit724f7cf9cd3c4f3507cfa3bc6406079bbd7be0ff (patch)
treea149b7a398fdb98fe34116ad93fd86dbab10cdab /README.md
parent2e472da8d2aeb92666f74d12ccf06b830ececcf1 (diff)
downloadbuilder-724f7cf9cd3c4f3507cfa3bc6406079bbd7be0ff.tar.xz
README.md: update
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6be84e5..dad125f 100644
--- a/README.md
+++ b/README.md
@@ -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`.