From b9df3813bdcc59a83310e1ceee1612e4055be9f719ac5023842c998b3eacc458 Mon Sep 17 00:00:00 2001 From: Oliver Kurz Date: Fri, 22 Dec 2017 06:33:01 +0000 Subject: [PATCH] Offline generation of 4.5.1513750232.be133588 OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/openQA?expand=0&rev=56 --- openQA-4.5.1513609244.80ec7cfa.tar.xz | 3 --- openQA-4.5.1513750232.be133588.tar.xz | 3 +++ openQA.changes | 13 +++++++++++-- openQA.spec | 4 +--- 4 files changed, 15 insertions(+), 8 deletions(-) delete mode 100644 openQA-4.5.1513609244.80ec7cfa.tar.xz create mode 100644 openQA-4.5.1513750232.be133588.tar.xz diff --git a/openQA-4.5.1513609244.80ec7cfa.tar.xz b/openQA-4.5.1513609244.80ec7cfa.tar.xz deleted file mode 100644 index f094b8a..0000000 --- a/openQA-4.5.1513609244.80ec7cfa.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:95d4a3143c5c439fbdf5a11b24c27bd7d695c4bb8d9058f68503002372511a69 -size 1435704 diff --git a/openQA-4.5.1513750232.be133588.tar.xz b/openQA-4.5.1513750232.be133588.tar.xz new file mode 100644 index 0000000..b023391 --- /dev/null +++ b/openQA-4.5.1513750232.be133588.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34979617d5badc5b1c36a00b950bf5fc279e21166b1bc672e85d27db1c2080e3 +size 1436640 diff --git a/openQA.changes b/openQA.changes index 825f12a..ac42621 100644 --- a/openQA.changes +++ b/openQA.changes @@ -1,7 +1,16 @@ ------------------------------------------------------------------- -Mon Dec 18 15:01:14 UTC 2017 - coolo@suse.com +Thu Dec 21 19:36:32 UTC 2017 - coolo@suse.com -- Update to version 4.5.1513609244.80ec7cfa: +- Update to version 4.5.1513750232.be133588: + * Add basic setup of multi-machine worker (#1544) + * Allow deleting assets via web UI (#1551) + * Deal properly with environment variables that can change logging (#1537) + * Fix deletion of jobs referenced as last use of asset (#1549) + * Show assets by job group + * selenium test: Allow configuring mojo port + * Split asset tables in used and untracked assets + * Refactor data size rendering in JS and reduce precision + * Set App mode in WebSocket server (#1548) * Fix repos gone too early: assign REPO_10 to jobs as well (#1547) * Retidy - Perl::Tidy 20171214 has different formatting (#1546) * Update installation steps for postgresql (#1538) diff --git a/openQA.spec b/openQA.spec index 89a9abf..e0a165d 100644 --- a/openQA.spec +++ b/openQA.spec @@ -36,7 +36,7 @@ # runtime requirements that also the testsuite needs %define t_requires perl(DBD::Pg) perl(DBIx::Class) perl(Config::IniFiles) perl(SQL::Translator) perl(Date::Format) perl(File::Copy::Recursive) perl(DateTime::Format::Pg) perl(Net::OpenID::Consumer) perl(Mojolicious::Plugin::RenderFile) perl(Mojolicious::Plugin::AssetPack) perl(aliased) perl(Config::Tiny) perl(DBIx::Class::DynamicDefault) perl(DBIx::Class::Schema::Config) perl(DBIx::Class::Storage::Statistics) perl(IO::Socket::SSL) perl(Data::Dump) perl(DBIx::Class::OptimisticLocking) perl(Text::Markdown) perl(Net::DBus) perl(IPC::Run) perl(Archive::Extract) perl(CSS::Minifier::XS) perl(JavaScript::Minifier::XS) perl(Time::ParseDate) perl(Sort::Versions) perl(Mojo::RabbitMQ::Client) perl(BSD::Resource) perl(Cpanel::JSON::XS) Name: openQA -Version: 4.5.1513609244.80ec7cfa +Version: 4.5.1513750232.be133588 Release: 0 Summary: The openQA web-frontend, scheduler and tools License: GPL-2.0+ @@ -195,8 +195,6 @@ rm -f t/00-tidy.t %if %{with tests} #make test -# workaround https://progress.opensuse.org/issues/28857 -export MOJO_LOG_LEVEL=debug rm -rf %{buildroot}/DB #./t/test_postgresql %{buildroot}/DB #export TEST_PG="DBI:Pg:dbname=openqa_test;host=%{buildroot}/DB"