1
0
mirror of https://github.com/daniviga/qgis3-cd-copr.git synced 2024-11-22 01:36:13 +01:00

Update 'README.md'

This commit is contained in:
Daniele Viganò 2017-10-25 09:03:23 +00:00
parent 841810c193
commit f8e0eb5595

View File

@ -1,18 +1,25 @@
# qgis3-ci-copr
Build QGIS 3 nightly/weekly
Build QGIS 3 nightly/weekly (wip)
## Infrastructure
```
```flat
buildbot
\
git + bash[1]
|
DockerLatent[2] + cap-add=SYS_ADMIN[3]
\
mock - copr-cli
|
COPR
|\
| git + bash[1] |
| | |
| DockerLatent[2] + cap-add=SYS_ADMIN[3] |
| \ | CD
| mock - copr-cli |
| | |
| COPR (build) |
|
|\ |
| DockerLatent[2] |
| \ |
| COPR (enable) | CI
| | |
| dnf install |
```
[1] https://github.com/qgis/QGIS/pull/5333 and https://github.com/qgis/QGIS/pull/5275 <br>
[2] http://docs.buildbot.net/latest/manual/cfg-workers-docker.html <br>