summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2017-10-03 22:51:03 +0200
committerKali Kaneko <kali@leap.se>2017-10-03 22:51:03 +0200
commit916e7539cd0e86fbd639c514036296829b26606e (patch)
tree3908bc83cbc24a7927bbc6943b01e72773b74a8d /docs
parent8d3afc5600ee365ac3c2309114d1917fb46ce81e (diff)
[docs] add a package_in_docker target
Diffstat (limited to 'docs')
-rw-r--r--docs/hacking/index.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/hacking/index.rst b/docs/hacking/index.rst
index f8853709..3cf6d301 100644
--- a/docs/hacking/index.rst
+++ b/docs/hacking/index.rst
@@ -39,6 +39,12 @@ For debugging issues related to how tests are run by the gitlab CI, you need to
* docker_ce from docker's repositories.
* gitlab-runner from `gitlab's repositories`_
+
+You probably want to add `sleep 9000` to allow debuggin on the docker container. For convenience, you can execute the packaging step by doing::
+
+ make package_in_docker
+
+Look at the ``Makefile`` to see the command that it's actually used.
.. _`gitlab's repositories`: https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.deb.sh