A version update for staging greenwave.

This commit is contained in:
Ralph Bean 2018-05-10 15:57:24 +00:00
parent 274fa478d7
commit 34f284397a

View file

@ -23,8 +23,13 @@ spec:
nc \
patch \
bind-utils
{% if env == 'staging' %}
RUN dnf -v -y install --setopt=tsflags=nodocs \
https://kojipkgs.fedoraproject.org//packages/greenwave/0.7.1/1.fc28/noarch/greenwave-0.7.1-1.fc28.noarch.rpm
{% else %}
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
{% endif %}
# 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.