mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 22:11:01 +08:00
greenwave 0.6.0 for staging for now
This commit is contained in:
@@ -22,8 +22,13 @@ spec:
|
||||
python-memcached \
|
||||
nc \
|
||||
bind-utils
|
||||
{% if env == 'staging' %}
|
||||
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
|
||||
{% 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.
|
||||
RUN ln -sfn /etc/fedmsg-greenwave.d/greenwave.py /etc/fedmsg.d/zz_greenwave.py
|
||||
# And another two for putting the certs in place.
|
||||
|
||||
Reference in New Issue
Block a user