index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | README.md | 8 |
@@ -5,6 +5,7 @@ The sources are currently hosted on https://git.archlinux32.org/archlinux32/buil ## requirements * `moreutils` + ### build master only * `base-devel` * `bc` @@ -20,6 +21,7 @@ The sources are currently hosted on https://git.archlinux32.org/archlinux32/buil * `rsync` * `screen` * some ssh-server + ### build slave only * some ssh-client * `wget` @@ -27,12 +29,14 @@ The sources are currently hosted on https://git.archlinux32.org/archlinux32/buil * `devtools32` ## configuration -The standard configuration in `conf/*.conf.example` can be locally overwritten by removing the `.example` prefix, uncommenting the desired variables and changing the values. +The standard configuration in `conf/*.conf.example` can be locally overwritten by removing the `.example` suffix, uncommenting the desired variables and changing the values. + ### build master only * add `command=".../bin/slave-build-connect $slave-identifier" $ssh-key` to `~/.ssh/authorized_keys` for each build slave + ### build slave only * set `keyserver-options auto-key-retrieve` in ~/.gnupg/gpg.conf -* put an i686 mirror into `/etc/pacman.d/mirrorlist` as __first__ mirror +* enable `[releng]` repository in `/etc/pacman.conf` with an i686 mirror ## tools for the build master and the build slaves * `check-opcodes`: |