From 58af9ef7cf4b4eccd829b17a2de2afd043b95ce0 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Jun 19 2020 14:35:31 +0000 Subject: Automatic commit of package [copr-backend] release [1.134-1]. Created by command: /usr/bin/tito tag --- diff --git a/.tito/packages/copr-backend b/.tito/packages/copr-backend index 54618ac..95922c6 100644 --- a/.tito/packages/copr-backend +++ b/.tito/packages/copr-backend @@ -1 +1 @@ -1.133-1 backend/ +1.134-1 backend/ diff --git a/backend/copr-backend.spec b/backend/copr-backend.spec index fbbfe6f..abb921f 100644 --- a/backend/copr-backend.spec +++ b/backend/copr-backend.spec @@ -6,7 +6,7 @@ %global tests_tar test-data-copr-backend Name: copr-backend -Version: 1.133 +Version: 1.134 Release: 1%{?dist} Summary: Backend for Copr @@ -229,6 +229,16 @@ useradd -r -g copr -G lighttpd -s /bin/bash -c "COPR user" copr %exclude %{_pkgdocdir}/playbooks %changelog +* Fri Jun 19 2020 Pavel Raiskup 1.134-1 +- fix copr-repo to work with absolute paths +- automatically batch the createrepo requests +- scheduler is now fair, and ordered +- indefinitely retry workers' talk to frontend +- allow canceling also "starting" builds +- more verbose delete action in logs +- cleanup the example configuration +- use FileHandler for backend.log, fixes traceback + * Tue Jun 09 2020 Pavel Raiskup 1.133-1 - better build task priority processing - dump attempt to send message to backend.log diff --git a/backend/setup.py b/backend/setup.py index e67cc58..b7dda09 100644 --- a/backend/setup.py +++ b/backend/setup.py @@ -16,7 +16,7 @@ __url__ = "https://pagure.io/copr/copr" setup( name='copr-backend', - version="1.133", + version="1.134", description=__description__, long_description=long_description, author=__author__,