copr: drop soon-to-be-released hot-fix patches

This commit is contained in:
Pavel Raiskup 2020-01-14 11:32:01 +01:00 committed by Pierre-Yves Chibon
parent 17961dc5ce
commit f280cabfe8
2 changed files with 4 additions and 19 deletions

View file

@ -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

View file

@ -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