Debugging for greenwave messaging.

This commit is contained in:
Ralph Bean
2018-03-06 17:15:39 +00:00
parent ba582d7af2
commit d8a1d8a7a2

View File

@@ -24,6 +24,10 @@ spec:
bind-utils
RUN dnf -v -y install --setopt=tsflags=nodocs \
https://kojipkgs.fedoraproject.org//packages/greenwave/0.6.1/1.fc26/noarch/greenwave-0.6.1-1.fc26.noarch.rpm
# https://pagure.io/greenwave/pull-request/136
RUN cd /usr/lib/python2.7/site-packages/ && curl https://pagure.io/greenwave/pull-request/136.patch | patch -p1
# create a symlink for configuring the fedmsg consumers.
RUN ln -sfn /etc/fedmsg-greenwave.d/greenwave.py /etc/fedmsg.d/zz_greenwave.py
# And another two for putting the certs in place.