pagure / dist-git: drop hotfix that was pulled into rpm

We pulled this fix into the epel8 rpm we are using, so we shouldn't try
and apply it here also.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi
2026-01-31 08:18:00 -08:00
parent 46ceb38264
commit 423f7c0c52
2 changed files with 0 additions and 14 deletions

View File

@@ -1,5 +0,0 @@
1455,1456c1455
<
< if pagure_config["PAGURE_AUTH"] == 'oidc' and flask.g.fas_user.can_create is False:
---
> if pagure_config["PAGURE_AUTH"] == 'oidc' and hasattr(flask.g.fas_user, "can_create") and flask.g.fas_user.can_create is False:

View File

@@ -55,15 +55,6 @@
tags:
- pagure
# https://pagure.io/pagure/pull-request/5525
- name: Fix the API call with token
ansible.posix.patch:
src: files/api_project.patch
dest: /usr/lib/python3.6/site-packages/pagure/api/project.py
tags:
- pagure
- hotfix
- name: Create the "git" user
ansible.builtin.command:
cmd: useradd --create-home --home-dir=/srv/git/ git