osmith has uploaded this change for review.

View Change

ansible/setup-obs-worker: add lxc<5.0.0

Related: OS#6186#note-50
Change-Id: Ied668ccd4a2079e6539ffd27aa9ce7b736c8ba31
---
M ansible/setup-obs-worker.yml
1 file changed, 2 insertions(+), 0 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/19/39319/1
diff --git a/ansible/setup-obs-worker.yml b/ansible/setup-obs-worker.yml
index a9f686b..245496f 100644
--- a/ansible/setup-obs-worker.yml
+++ b/ansible/setup-obs-worker.yml
@@ -10,7 +10,9 @@
name:
- etckeeper
- git
+ - liblxc1<5.0.0 # obs-build requires lxc <= 4.x (OS#6186#note-50)
- ltrace
+ - lxc<5.0.0 # obs-build requires lxc <= 4.x (OS#6186#note-50)
- man
- screen
- strace

To view, visit change 39319. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Ied668ccd4a2079e6539ffd27aa9ce7b736c8ba31
Gerrit-Change-Number: 39319
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>