From 9cdb518e422eaf93b38b2bd26c3ec06bd5dce281 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniele=20Vigan=C3=B2?= Date: Tue, 24 Oct 2017 19:33:09 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a019f05..a3827b6 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,14 @@ Build QGIS 3 nightly/weekly ``` buildbot \ - DockerLatent[1] + cap-add=SYS_ADMIN[2] + git + bash[1] + | + DockerLatent[2] + cap-add=SYS_ADMIN[3] \ mock - copr-cli - \ - COPR + | + COPR ``` - -[1] http://docs.buildbot.net/latest/manual/cfg-workers-docker.html
-[2] https://docker-py.readthedocs.io/en/1.10.4/hostconfig/ \ No newline at end of file +[1] https://github.com/qgis/QGIS/pull/5333 and https://github.com/qgis/QGIS/pull/5275 +[2] http://docs.buildbot.net/latest/manual/cfg-workers-docker.html
+[3] https://docker-py.readthedocs.io/en/1.10.4/hostconfig/ \ No newline at end of file