From 70b3eb05904d27711dc92d744b58eaccd820a7d7 Mon Sep 17 00:00:00 2001 From: clime Date: Jul 08 2016 14:55:10 +0000 Subject: Automatic commit of package [copr-mocks] release [1.4-1]. --- diff --git a/.tito/packages/copr-mocks b/.tito/packages/copr-mocks index e88dd07..3c6f2ed 100644 --- a/.tito/packages/copr-mocks +++ b/.tito/packages/copr-mocks @@ -1 +1 @@ -1.3-1 mocks/ +1.4-1 mocks/ diff --git a/mocks/copr-mocks.spec b/mocks/copr-mocks.spec index 25fdb42..e509fa1 100644 --- a/mocks/copr-mocks.spec +++ b/mocks/copr-mocks.spec @@ -1,6 +1,6 @@ Summary: COPR system components mocks Name: copr-mocks -Version: 1.3 +Version: 1.4 Release: 1%{?dist} # Source is created by: @@ -49,6 +49,12 @@ useradd -r -g copr-mocks -G copr-mocks -d %{_datadir}/copr/mocks -s /bin/bash -c %{_unitdir}/copr-mocks-frontend.service %changelog +* Fri Jul 08 2016 clime 1.4-1 +- adjust to frontend now exposing only 1 build and 1 action on /backend/waiting at a time +- wait with server termination until all the started build tasks have been finished +- send builds & actions by the order they appear in the input files +- just publish the first build tasks (also applies for actions) from the whole FE "queue" + * Thu May 26 2016 clime 1.3-1 - task files are now directly under batch (data) dir, no in/out subdirs - action result storing fixed + code improvements