bodhi: use the correct install path in stg
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
db3c0785cb
commit
b1317e3a41
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ RUN git clone -b staging https://github.com/fedora-infra/bodhi.git /srv/bodhi &&
|
|||
python3 -m pip install . --no-use-pep517 && \
|
||||
mkdir -p /usr/share/bodhi && \
|
||||
cp /srv/bodhi/apache/bodhi.wsgi /usr/share/bodhi/bodhi.wsgi &&\
|
||||
curl -o /usr/lib/python3.7/site-packages/bodhi/server/templates/errors.html https://infrastructure.fedoraproject.org/cgit/ansible.git/plain/files/bodhi/errors.html
|
||||
curl -o /usr/local/lib/python3.7/site-packages/bodhi/server/templates/errors.html https://infrastructure.fedoraproject.org/cgit/ansible.git/plain/files/bodhi/errors.html
|
||||
|
||||
RUN rm -f /etc/krb5.conf && \
|
||||
ln -sf /etc/bodhi/krb5.conf /etc/krb5.conf && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue