copr: drop soon-to-be-released hot-fix patches
This commit is contained in:
parent
17961dc5ce
commit
f280cabfe8
2 changed files with 4 additions and 19 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue