release-monitoring: Fix social_auth_core path on F34
The social_auth_core is no longer installed as fedora package, so we need to use /urs/local/lib/ instead /usr/lib/ Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
b538a1b7c2
commit
40ac393700
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ items:
|
||||||
rm -rf anitya
|
rm -rf anitya
|
||||||
# Let's use staging auth server in staging
|
# Let's use staging auth server in staging
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
RUN sed -i 's/id.fedoraproject.org/id.stg.fedoraproject.org/g' /usr/lib/python3.9/site-packages/social_core/backends/fedora.py
|
RUN sed -i 's/id.fedoraproject.org/id.stg.fedoraproject.org/g' /usr/local/lib/python3.9/site-packages/social_core/backends/fedora.py
|
||||||
{% endif %}
|
{% endif %}
|
||||||
RUN mkdir /httpdir
|
RUN mkdir /httpdir
|
||||||
RUN chmod 777 /httpdir
|
RUN chmod 777 /httpdir
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue