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

Disable apparmor the help mock and move to F27

This commit is contained in:
Daniele Viganò 2018-01-10 18:06:37 +01:00
parent 00a9edebe4
commit fa1e158a2f

View File

@ -26,7 +26,7 @@ c['workers'] = [
worker.DockerLatentWorker('f27', 'work3rP@ss!',
docker_host='unix:///var/run/docker.sock',
image='buildbot-worker:27',
hostconfig={'cap_add': ['SYS_ADMIN']}),
hostconfig={'cap_add': ['SYS_ADMIN'], 'security_opt': ['apparmor=unconfined']}),
]
# 'protocols' contains information about protocols which master will use for
# communicating with workers. You must define at least 'port' option that workers
@ -103,7 +103,7 @@ qgis_install_factory.addStep(steps.ShellCommand(command=["/usr/bin/qgis", "--hel
c['builders'] = []
c['builders'].append(
util.BuilderConfig(name="qgis",
workernames=["f26"],
workernames=["f27"],
factory=qgis_factory))
c['builders'].append(
util.BuilderConfig(name="qgis_dnf_f26",