diff --git a/roles/copr/backend/tasks/main.yml b/roles/copr/backend/tasks/main.yml index f1b73c19fb..1e84a42c48 100644 --- a/roles/copr/backend/tasks/main.yml +++ b/roles/copr/backend/tasks/main.yml @@ -28,20 +28,10 @@ - php-cli - cronolog -- name: patch for prunerepo, issue 1090 - patch: src=patches/prunerepo-dataloss.patch - dest=/usr/bin/prunerepo - tags: patches - -- name: patch 1 for https://pagure.io/copr/copr/pull-request/1172 - patch: src=patches/fc-client-for-worker.patch - dest=/usr/share/copr/backend/daemons/worker.py - tags: patches - -- name: patch 2 for https://pagure.io/copr/copr/pull-request/1172 - patch: src=patches/fc-client-for-worker-bd.patch - dest=/usr/share/copr/backend/daemons/build_dispatcher.py - tags: patches +#- name: patch for prunerepo, issue 1090 +# patch: src=patches/prunerepo-dataloss.patch +# dest=/usr/bin/prunerepo +# tags: patches - name: install openstackclient for image preparation dnf: state=present name=python3-openstackclient diff --git a/roles/copr/frontend-cloud/tasks/main.yml b/roles/copr/frontend-cloud/tasks/main.yml index 2f22791110..d05305a41a 100644 --- a/roles/copr/frontend-cloud/tasks/main.yml +++ b/roles/copr/frontend-cloud/tasks/main.yml @@ -45,11 +45,6 @@ # dest=/the/patched/file.py # tags: patches -- name: order recent tasks again, pr 1158 - patch: src=patches/order-recent-tasks.patch - dest=/usr/share/copr/coprs_frontend/coprs/logic/builds_logic.py - tags: patches - - name: directory for postgresql dumps file: state=directory path=/var/www/html/db_dumps/ owner=copr-fe mode=755