From e2f7ff368c240501af1fe84b21a2f62d4405de3a Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Oct 03 2019 06:21:29 +0000 Subject: Automatic commit of package [copr-backend] release [1.126-1]. Created by command: /usr/bin/tito tag --- diff --git a/.tito/packages/copr-backend b/.tito/packages/copr-backend index ea9603c..8dff66f 100644 --- a/.tito/packages/copr-backend +++ b/.tito/packages/copr-backend @@ -1 +1 @@ -1.125-1 backend/ +1.126-1 backend/ diff --git a/backend/copr-backend.spec b/backend/copr-backend.spec index b2f4e43..611579e 100644 --- a/backend/copr-backend.spec +++ b/backend/copr-backend.spec @@ -3,7 +3,7 @@ %endif Name: copr-backend -Version: 1.125 +Version: 1.126 Release: 1%{?dist} Summary: Backend for Copr @@ -220,6 +220,16 @@ useradd -r -g copr -G lighttpd -s /bin/bash -c "COPR user" copr %exclude %{_pkgdocdir}/playbooks %changelog +* Thu Oct 03 2019 Pavel Raiskup 1.126-1 +- more reliable communication with frontend (#1021) +- only ask for auto_createrepo once per project +- parallel handling of actions (#1007) +- don't provide builder-live.log once the build ended, and + add 'copr-compress-live-logs' helper (#985) +- less exceptions in logs +- project forking fixes +- depend on copr-messaging, not fedora-messaging +- fixes for copr_print_results_to_delete.py script * Wed Aug 28 2019 Dominik Turecek 1.125-1 - minimize redis traffic for looping over pending-jobs (issue#902) - batch delete builds into a single action (issue#688)