Bodhi: we don't need the docs anymore
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
0722089014
commit
dc07e0b447
1 changed files with 2 additions and 2 deletions
|
@ -11,9 +11,9 @@ RUN curl -o /etc/yum.repos.d/infra-tags.repo https://infrastructure.fedoraprojec
|
|||
# While dnf has a --nodocs, it doesen't have a --docs...
|
||||
RUN sed -i '/nodocs/d' /etc/dnf/dnf.conf
|
||||
{% if env == "staging" %}
|
||||
RUN dnf install -y bodhi-server bodhi-docs python3-pyramid_sawing python3-gunicorn --refresh
|
||||
RUN dnf install -y bodhi-server python3-pyramid_sawing python3-gunicorn --refresh
|
||||
{% else %}
|
||||
RUN dnf install -y bodhi-server-{{bodhi_version}} bodhi-docs-{{bodhi_version}} python3-pyramid_sawing python3-gunicorn
|
||||
RUN dnf install -y bodhi-server-{{bodhi_version}} python3-pyramid_sawing python3-gunicorn
|
||||
{% endif %}
|
||||
|
||||
# Set up krb5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue