index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | deep-42-thought <github@eckner.net> | 2017-05-13 21:01:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-13 21:01:44 +0200 |
commit | 5f9cb04fbb27ff8acb771090a7cc7be76d28fbc9 (patch) | |
tree | 67a3c51f362eff991e94914b4740c9b7f7a42691 | |
parent | c5a10134727f5b2e1823fea7d91c38c7d9f96081 (diff) |
-rw-r--r-- | README.md | 9 |
@@ -2,6 +2,15 @@ tools for building 32-bit archlinux packages from archlinux.org's official, 64-bit tested PKGBUILDs et al. 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` +### build master only +* some ssh-server +* `pkgbuild-introspection` +### build slave only +* some ssh-client +* `devtools32` + ## configuration The standard configuration in `conf/default.conf` can be locally overwritten by `conf/local.conf`. |