aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2015-03-10 14:19:17 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2015-03-10 14:19:17 +0100
commitc3e9241c359c296327ef540fa9579c37c904b0f8 (patch)
treeec6608b42ca5f17d44c90aa306c0b5780b22a123
parent2a46c816e5740a553b63c604558c8d9700dc26fd (diff)
Update HACKING file.
-rw-r--r--HACKING4
1 files changed, 2 insertions, 2 deletions
diff --git a/HACKING b/HACKING
index 240e68a..dfb4705 100644
--- a/HACKING
+++ b/HACKING
@@ -25,8 +25,8 @@ If you already have a file with all the necessary secrets variable:
This will deploy the kernel-ci backend code into `/srv/kernel-ci-backend/`,
intall all dependencies and set up an nginx host called `kernel-ci-backend`.
-If all you need is accessing the backend and its APIs through the local connection,
-skip all the nginx related tasks:
+If all you need is accessing the backend and its APIs through localhost, skip
+all the nginx related tasks:
ansible-playbook -i hosts site.yml -l local -c local -K --skip-tags=web-server