index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <deep42thought@noreply.example.org> | 2019-07-11 12:07:17 +0000 |
---|---|---|
committer | Erich Eckner <deep42thought@noreply.example.org> | 2019-07-11 12:07:17 +0000 |
commit | d2ef4ac0c51b7c7b58c5c06dd9a3fdb25d206712 (patch) | |
tree | 1cf102d84e07902df88c9fc3d093c67b106722de | |
parent | 0f1b7b8c34f665164b236739e593181dba88cbd0 (diff) |
-rw-r--r-- | README.md | 6 |
@@ -9,16 +9,12 @@ The sources are currently hosted on https://git.archlinux32.org/archlinux32/buil ### build master only * `base-devel` -* `bc` * `git` -* `graphviz` * `ii` * `inotify-tools` * some mysql-server (`mariadb` + `stunnel`) * `nginx` or equivalent * `parallel` -* `php-gd` -* `php-fpm` or equivalent * `pkgfile` * `rsync` * `screen` @@ -27,8 +23,8 @@ The sources are currently hosted on https://git.archlinux32.org/archlinux32/buil ### build slave only * some ssh-client * `wget` -* `sudo` rights for `staging-with-build-support-i686-build`, `staging-i686-build`, `multilib-build`, `extra-x86_64-build` * `devtools32` +* `sudo` rights required by `devtools32` ## configuration The standard configuration in `conf/*.conf.example` can be locally overwritten by removing the `.example` suffix, uncommenting the desired variables and changing the values. |