From 8782db8f68faf285da31ec7c21c1adae9a42f753 Mon Sep 17 00:00:00 2001 From: deep-42-thought Date: Mon, 19 Mar 2018 19:41:31 +0100 Subject: README.md: we need a mysqld --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index f98b23e..820e73b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This includes scripts to be run on the build master as well as scripts to be run ### build master only * some ssh-server * `git` -* `pkgbuild-introspection` +* some mysql-server * `bc` ### build slave only * some ssh-client -- cgit v1.2.3-54-g00ecf From 39771d76fb8b5c85947cddfb0bb500353ecf6687 Mon Sep 17 00:00:00 2001 From: deep-42-thought Date: Mon, 19 Mar 2018 21:59:30 +0100 Subject: README.md: we need "screen" --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 820e73b..a389aa4 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ This includes scripts to be run on the build master as well as scripts to be run ### build slave only * some ssh-client * `wget` +* `screen` * `sudo` rights for `staging-with-build-support-i686-build`, `staging-i686-build`, `multilib-build`, `extra-x86_64-build` * `devtools32` -- cgit v1.2.3-54-g00ecf From 874a019c255794194fe68e8649516a3964f01af0 Mon Sep 17 00:00:00 2001 From: deep-42-thought Date: Mon, 19 Mar 2018 22:00:22 +0100 Subject: README.md: the _master_ needs "screen", not the slave --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index a389aa4..64d57d4 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,11 @@ This includes scripts to be run on the build master as well as scripts to be run * some ssh-server * `git` * some mysql-server +* `screen` * `bc` ### build slave only * some ssh-client * `wget` -* `screen` * `sudo` rights for `staging-with-build-support-i686-build`, `staging-i686-build`, `multilib-build`, `extra-x86_64-build` * `devtools32` -- cgit v1.2.3-54-g00ecf From 4b86fa14c4d28b83e026a1bb8fb571922c3c8815 Mon Sep 17 00:00:00 2001 From: deep-42-thought Date: Mon, 19 Mar 2018 22:03:42 +0100 Subject: README.md: we need "ii" --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 64d57d4..27b81f3 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,12 @@ This includes scripts to be run on the build master as well as scripts to be run ## requirements * `moreutils` ### build master only -* some ssh-server +* `bc` * `git` +* `ii` * some mysql-server * `screen` -* `bc` +* some ssh-server ### build slave only * some ssh-client * `wget` -- cgit v1.2.3-54-g00ecf From 6895ed0cb771fb5f489320b42f5148b70413c481 Mon Sep 17 00:00:00 2001 From: deep-42-thought Date: Mon, 19 Mar 2018 22:19:02 +0100 Subject: README.md: we need rsync on the buildmaster --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 27b81f3..3838928 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ This includes scripts to be run on the build master as well as scripts to be run * `git` * `ii` * some mysql-server +* `rsync` * `screen` * some ssh-server ### build slave only -- cgit v1.2.3-54-g00ecf From d0ad91d00c998a86db63edac9de68cefd405dc18 Mon Sep 17 00:00:00 2001 From: deep-42-thought Date: Tue, 20 Mar 2018 00:23:52 +0100 Subject: README.md: the buildmaster needs base-devel --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 3838928..cfbc032 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ This includes scripts to be run on the build master as well as scripts to be run ## requirements * `moreutils` ### build master only +* `base-devel` * `bc` * `git` * `ii` -- cgit v1.2.3-54-g00ecf From 09a1fb32f0480e8493fcd7e9560a73044f784355 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 20 Mar 2018 09:27:41 +0100 Subject: README.md: add more dependencies for buildmaster --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index cfbc032..985bc5c 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ This includes scripts to be run on the build master as well as scripts to be run * `git` * `ii` * some mysql-server +* `nginx` or equivalent +* `php-gd` +* `php-fpm` or quivalent * `rsync` * `screen` * some ssh-server -- cgit v1.2.3-54-g00ecf From c4bc822a79c1922d28101c86d00ea93fce7a36a5 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 21 Mar 2018 09:29:37 +0100 Subject: README.md: the build master needs graphviz --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 985bc5c..334b4bb 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ This includes scripts to be run on the build master as well as scripts to be run * `base-devel` * `bc` * `git` +* `graphviz` * `ii` * some mysql-server * `nginx` or equivalent -- cgit v1.2.3-54-g00ecf