aboutsummaryrefslogtreecommitdiffhomepage
path: root/HACKING
diff options
context:
space:
mode:
authorrubicks <naroza@gmail.com>2017-12-30 18:17:06 +0000
committerGuido Günther <agx@sigxcpu.org>2018-01-12 13:15:48 +0100
commitf1694df5c8948fbe3866fdfb92c947a2d380e640 (patch)
tree914a00e7fa34e1f6dcd4a7f41e875b7dc44c0ac4 /HACKING
parente36592d4b8c37756100dddbe0d6a1332bf31d57f (diff)
Rework docker script to allow to build packages as well
Move `tests/helpers/run-in-docker` to `packaging/run-in-docker` and add package option to build gbp packages in a docker container.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING5
1 files changed, 3 insertions, 2 deletions
diff --git a/HACKING b/HACKING
index 69a30961..877d73c7 100644
--- a/HACKING
+++ b/HACKING
@@ -17,8 +17,9 @@ other tests use:
make all+net
-You can run the tests in a debian/sid docker container by using
-tests/helpers/run-in-docker.
+You can run the tests in a `debian:sid` docker container by using
+
+ packaging/run-in-docker
Building the API Docs
---------------------