From Dan Kenigsberg <[email protected]>: Dan Kenigsberg has uploaded a new change for review.
Change subject: dockerfile: add magic and blivet ...................................................................... dockerfile: add magic and blivet Recent commit 4b8ce058 added new requirements to the import test, which broke travis tests. We need to rebuild our images. Change-Id: Iedb34d172b1de03975f89f042910386639c61fbb Signed-off-by: Dan Kenigsberg <[email protected]> --- M contrib/Dockerfile.centos M contrib/Dockerfile.fedora 2 files changed, 4 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/27/67727/1 diff --git a/contrib/Dockerfile.centos b/contrib/Dockerfile.centos index bd89b0d..78a3bcc 100644 --- a/contrib/Dockerfile.centos +++ b/contrib/Dockerfile.centos @@ -16,11 +16,13 @@ mom \ openvswitch \ psmisc \ + python-blivet \ python-cpopen \ python-decorator \ python-devel \ python-inotify \ python-ioprocess \ + python-magic \ python-netaddr \ python-pthreading \ python-requests \ diff --git a/contrib/Dockerfile.fedora b/contrib/Dockerfile.fedora index 1c61d97..3fc1d0f 100644 --- a/contrib/Dockerfile.fedora +++ b/contrib/Dockerfile.fedora @@ -18,11 +18,13 @@ mom \ openvswitch \ psmisc \ + python-blivet \ python-cpopen \ python-decorator \ python-devel \ python-inotify \ python-ioprocess \ + python-magic \ python-netaddr \ python-pthreading \ python-requests \ -- To view, visit https://gerrit.ovirt.org/67727 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iedb34d172b1de03975f89f042910386639c61fbb Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Dan Kenigsberg <[email protected]> _______________________________________________ vdsm-patches mailing list -- [email protected] To unsubscribe send an email to [email protected]
