From 0187c1ca4ff3ec6a110a95c74095913f121b55ad Mon Sep 17 00:00:00 2001 From: Miroslav Suchý Date: Jan 29 2016 14:38:32 +0000 Subject: Automatic commit of package [copr-dist-git] release [0.13-1]. --- diff --git a/.tito/packages/copr-dist-git b/.tito/packages/copr-dist-git index db18dd6..5f6589e 100644 --- a/.tito/packages/copr-dist-git +++ b/.tito/packages/copr-dist-git @@ -1 +1 @@ -0.12-1 dist-git/ +0.13-1 dist-git/ diff --git a/dist-git/copr-dist-git.spec b/dist-git/copr-dist-git.spec index d0959cc..fc09b22 100644 --- a/dist-git/copr-dist-git.spec +++ b/dist-git/copr-dist-git.spec @@ -1,5 +1,5 @@ Name: copr-dist-git -Version: 0.12 +Version: 0.13 Release: 1%{?dist} Summary: Copr services for Dist Git server @@ -101,6 +101,12 @@ restorecon -rv /var/lib/copr-dist-git %ghost %{_var}/log/copr-dist-git/*.log %changelog +* Fri Jan 29 2016 Miroslav Suchý 0.13-1 +- [dist-git] error handling based on subprocess return codes instead of output + to stderr (e.g. git outputs progress to stderr) + missing catch for + GitException in do_import (results in better error messages in frontend, see + bz#1295540) + * Mon Jan 25 2016 Miroslav Suchý 0.12-1 - pass --scm-option spec=foo to mock-scm (msuchy@redhat.com)