mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 01:54:40 +08:00
[release-monitoring] Move bootstrap fedora to correct folder
Move fedora bootstrap package to correct folder that is used by Anitya deployment. We first need to remove symlink, which is not being included inside wheel package. Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
@@ -71,8 +71,9 @@ items:
|
||||
{% if env == 'staging' %}
|
||||
poetry build && \
|
||||
pip-3 install dist/*.whl && \
|
||||
# Copy the symlink, it's not part of wheel
|
||||
cp anitya/static/bootstrap /usr/local/lib/python3.10/site-packages/anitya/static/
|
||||
# Move bootstrap to correct folder
|
||||
rm -f anitya/static/bootstrap
|
||||
mv anitya/static/bootstrap-3.3.4-fedora anitya/static/bootstrap
|
||||
{% else %}
|
||||
python3 setup.py install && \
|
||||
pip-3 install . && \
|
||||
|
||||
Reference in New Issue
Block a user