Remove old greenwave staging conditional.
This commit is contained in:
parent
1d0f7473c1
commit
0b2120ba84
1 changed files with 0 additions and 5 deletions
|
@ -22,13 +22,8 @@ spec:
|
||||||
python-memcached \
|
python-memcached \
|
||||||
nc \
|
nc \
|
||||||
bind-utils
|
bind-utils
|
||||||
{% if env == 'staging' %}
|
|
||||||
RUN dnf -v -y install --setopt=tsflags=nodocs \
|
RUN dnf -v -y install --setopt=tsflags=nodocs \
|
||||||
https://kojipkgs.fedoraproject.org//packages/greenwave/0.6.0/2.fc26/noarch/greenwave-0.6.0-2.fc26.noarch.rpm
|
https://kojipkgs.fedoraproject.org//packages/greenwave/0.6.0/2.fc26/noarch/greenwave-0.6.0-2.fc26.noarch.rpm
|
||||||
{% else %}
|
|
||||||
RUN dnf -v -y install --setopt=tsflags=nodocs \
|
|
||||||
https://kojipkgs.fedoraproject.org//packages/greenwave/0.5/1.fc26/noarch/greenwave-0.5-1.fc26.noarch.rpm
|
|
||||||
{% endif %}
|
|
||||||
# create a symlink for configuring the fedmsg consumers.
|
# create a symlink for configuring the fedmsg consumers.
|
||||||
RUN ln -sfn /etc/fedmsg-greenwave.d/greenwave.py /etc/fedmsg.d/zz_greenwave.py
|
RUN ln -sfn /etc/fedmsg-greenwave.d/greenwave.py /etc/fedmsg.d/zz_greenwave.py
|
||||||
# And another two for putting the certs in place.
|
# And another two for putting the certs in place.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue