1
0
mirror of https://github.com/daniviga/qgis3-cd-copr.git synced 2024-11-23 01:46:13 +01:00
qgis3-cd-copr/README.md

19 lines
455 B
Markdown
Raw Normal View History

2017-10-09 18:34:40 +02:00
# qgis3-ci-copr
2017-10-24 21:27:31 +02:00
Build QGIS 3 nightly/weekly
## Infrastructure
```
buildbot
\
2017-10-24 21:33:09 +02:00
git + bash[1]
|
DockerLatent[2] + cap-add=SYS_ADMIN[3]
2017-10-24 21:27:31 +02:00
\
mock - copr-cli
2017-10-24 21:33:09 +02:00
|
COPR
2017-10-24 21:27:31 +02:00
```
2017-10-24 21:33:21 +02:00
[1] https://github.com/qgis/QGIS/pull/5333 and https://github.com/qgis/QGIS/pull/5275 <br>
2017-10-24 21:33:09 +02:00
[2] http://docs.buildbot.net/latest/manual/cfg-workers-docker.html <br>
[3] https://docker-py.readthedocs.io/en/1.10.4/hostconfig/