[release-monitoring] Fix the version of social auth

The version of social auth changed and we need to change one file manually for
staging redirect.

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2022-06-20 19:09:00 +02:00
parent 61731c60f3
commit 8997bc03d2

View file

@ -84,7 +84,7 @@ items:
rm -rf anitya
# Let's use staging auth server in staging
{% if env == 'staging' %}
RUN sed -i 's/id.fedoraproject.org/id.stg.fedoraproject.org/g' /usr/local/lib/python3.10/site-packages/social_auth_core-4.2.0-py3.10.egg/social_core/backends/fedora.py
RUN sed -i 's/id.fedoraproject.org/id.stg.fedoraproject.org/g' /usr/local/lib/python3.10/site-packages/social_auth_core-4.3.0-py3.10.egg/social_core/backends/fedora.py
# Hotfix for social_auth-sqlalchemy
# Could be removed when we switch to something else