greenwave: update to greenwave-0.3-2.fc26

The 0.3-1 build accidentally used the wrong tarball, 0.3-2 is fixed.
This commit is contained in:
Dan Callaghan 2017-10-12 09:58:02 +10:00
parent 8073f30ce8
commit 7636b834b8

View file

@ -20,7 +20,7 @@ spec:
fedmsg-hub \
python2-flask
RUN dnf -v -y install --setopt=tsflags=nodocs \
https://kojipkgs.fedoraproject.org//packages/greenwave/0.3/1.fc26/noarch/greenwave-0.3-1.fc26.noarch.rpm
https://kojipkgs.fedoraproject.org//packages/greenwave/0.3/2.fc26/noarch/greenwave-0.3-2.fc26.noarch.rpm
# create a symlink for configuring the fedmsg consumers.
RUN ln -sfn /etc/fedmsg-greenwave.d/greenwave.py /etc/fedmsg.d/greenwave.py
EXPOSE 8080