From 92993b66084d23bdcbc46c782ac6ff9654c58336 Mon Sep 17 00:00:00 2001 From: clime Date: Mon, 19 Sep 2016 19:12:16 +0200 Subject: [PATCH] Automatic commit of package [copr-backend] release [1.93-1]. --- .tito/packages/copr-backend | 2 +- backend/copr-backend.spec | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.tito/packages/copr-backend b/.tito/packages/copr-backend index 855794021..37a6c2c92 100644 --- a/.tito/packages/copr-backend +++ b/.tito/packages/copr-backend @@ -1 +1 @@ -1.92-1 backend/ +1.93-1 backend/ diff --git a/backend/copr-backend.spec b/backend/copr-backend.spec index 2f0325d4f..2352108d0 100644 --- a/backend/copr-backend.spec +++ b/backend/copr-backend.spec @@ -3,7 +3,7 @@ %endif Name: copr-backend -Version: 1.92 +Version: 1.93 Release: 1%{?dist} Summary: Backend for Copr @@ -260,6 +260,13 @@ useradd -r -g copr -G lighttpd -s /bin/bash -c "COPR user" copr %exclude %{_pkgdocdir}/playbooks %changelog +* Mon Sep 19 2016 clime 1.93-1 +- fix NameError: global name 'result' is not defined +- fix exception logging +- Modularity support +- Bug 1357564 - RFE: allow downloading of mock profiles (reproducible builds) +- "safer" exception handling for actions + * Mon Aug 15 2016 clime 1.92-1 - wrap feedback about actions to frontend into try-except - log even the traceback from forking