From cc7b00cfa3571efe8fb8d49c74d5e3bdc73147e1a23dd77cb99af20247410af3 Mon Sep 17 00:00:00 2001 From: Oliver Kurz Date: Fri, 12 Jul 2019 22:34:53 +0000 Subject: [PATCH] Offline generation of 4.6.1562933476.1e58f5cc 4.6.1562933476.1e58f5cc 4.6.1562933476.1e58f5cc OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/openQA?expand=0&rev=241 --- Dockerfile | 2 +- openQA-4.6.1562766814.1cc1cc85.obscpio | 3 --- openQA-4.6.1562933476.1e58f5cc.obscpio | 3 +++ openQA-test.changes | 14 ++++++++++++-- openQA-test.spec | 2 +- openQA-worker-test.changes | 14 ++++++++++++-- openQA-worker-test.spec | 2 +- openQA.changes | 14 ++++++++++++-- openQA.obsinfo | 6 +++--- openQA.spec | 4 ++-- 10 files changed, 47 insertions(+), 17 deletions(-) delete mode 100644 openQA-4.6.1562766814.1cc1cc85.obscpio create mode 100644 openQA-4.6.1562933476.1e58f5cc.obscpio diff --git a/Dockerfile b/Dockerfile index 397bec6..5bea904 100644 --- a/Dockerfile +++ b/Dockerfile @@ -110,7 +110,7 @@ RUN zypper in -y -C \ 'perl(Selenium::Remote::Driver)' \ 'perl(Socket::MsgHdr)' \ 'perl(Sort::Versions)' \ - 'perl(Test::Compile)' \ + 'perl(Test::Strict)' \ 'perl(Test::Fatal)' \ 'perl(Test::Pod)' \ 'perl(Test::Mock::Time)' \ diff --git a/openQA-4.6.1562766814.1cc1cc85.obscpio b/openQA-4.6.1562766814.1cc1cc85.obscpio deleted file mode 100644 index eb5e5a0..0000000 --- a/openQA-4.6.1562766814.1cc1cc85.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3703dfc360af6c84dd15935d55eabd0c86fce0249137c815c2974abdb88fc2de -size 9740301 diff --git a/openQA-4.6.1562933476.1e58f5cc.obscpio b/openQA-4.6.1562933476.1e58f5cc.obscpio new file mode 100644 index 0000000..f7f3b84 --- /dev/null +++ b/openQA-4.6.1562933476.1e58f5cc.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe0ac52583f469fcd72de788174c489d84e9044d8f1ec2f60269ff6860a96d2c +size 9743885 diff --git a/openQA-test.changes b/openQA-test.changes index 9100527..b8b4249 100644 --- a/openQA-test.changes +++ b/openQA-test.changes @@ -1,7 +1,17 @@ ------------------------------------------------------------------- -Wed Jul 10 14:35:13 UTC 2019 - coolo@suse.com +Fri Jul 12 12:21:08 UTC 2019 - coolo@suse.com -- Update to version 4.6.1562766814.1cc1cc85: +- Update to version 4.6.1562933476.1e58f5cc: + * Remove dead auth tests from a DBus refactoring 4 years ago + * Give the authentication routes plugins will use names and test them + * Improve and simplify compile check + * Add Test::Strict to Docker container + * Allow plugins to add links to the menu + * Allow any suffix for TAP source files + * .travis.yml: Make documentation generation an explicit job, only on master + * .travis.yml: Give readable names to test jobs + * .travis.yml: Put handling of cache dir together + * Extend filter for new/updated admin table rows * Make log messages of worker tests less verbose * generate-documentation: Fix wrong script path introduced by 81df2fd * docs: Fix quotes and apostrophes for asciidoctor/github style diff --git a/openQA-test.spec b/openQA-test.spec index 45e3644..d530ce6 100644 --- a/openQA-test.spec +++ b/openQA-test.spec @@ -18,7 +18,7 @@ %define short_name openQA Name: %{short_name}-test -Version: 4.6.1562766814.1cc1cc85 +Version: 4.6.1562933476.1e58f5cc Release: 0 Summary: Test package for openQA License: GPL-2.0-or-later diff --git a/openQA-worker-test.changes b/openQA-worker-test.changes index c12342d..413f788 100644 --- a/openQA-worker-test.changes +++ b/openQA-worker-test.changes @@ -1,7 +1,17 @@ ------------------------------------------------------------------- -Wed Jul 10 14:35:13 UTC 2019 - coolo@suse.com +Fri Jul 12 12:21:08 UTC 2019 - coolo@suse.com -- Update to version 4.6.1562766814.1cc1cc85: +- Update to version 4.6.1562933476.1e58f5cc: + * Remove dead auth tests from a DBus refactoring 4 years ago + * Give the authentication routes plugins will use names and test them + * Improve and simplify compile check + * Add Test::Strict to Docker container + * Allow plugins to add links to the menu + * Allow any suffix for TAP source files + * .travis.yml: Make documentation generation an explicit job, only on master + * .travis.yml: Give readable names to test jobs + * .travis.yml: Put handling of cache dir together + * Extend filter for new/updated admin table rows * Make log messages of worker tests less verbose * generate-documentation: Fix wrong script path introduced by 81df2fd * docs: Fix quotes and apostrophes for asciidoctor/github style diff --git a/openQA-worker-test.spec b/openQA-worker-test.spec index 8fb0058..c318cd6 100644 --- a/openQA-worker-test.spec +++ b/openQA-worker-test.spec @@ -18,7 +18,7 @@ %define short_name openQA-worker Name: %{short_name}-test -Version: 4.6.1562766814.1cc1cc85 +Version: 4.6.1562933476.1e58f5cc Release: 0 Summary: Test package for %{short_name} License: GPL-2.0-or-later diff --git a/openQA.changes b/openQA.changes index 4570e94..519f452 100644 --- a/openQA.changes +++ b/openQA.changes @@ -1,7 +1,17 @@ ------------------------------------------------------------------- -Wed Jul 10 14:35:13 UTC 2019 - coolo@suse.com +Fri Jul 12 12:21:08 UTC 2019 - coolo@suse.com -- Update to version 4.6.1562766814.1cc1cc85: +- Update to version 4.6.1562933476.1e58f5cc: + * Remove dead auth tests from a DBus refactoring 4 years ago + * Give the authentication routes plugins will use names and test them + * Improve and simplify compile check + * Add Test::Strict to Docker container + * Allow plugins to add links to the menu + * Allow any suffix for TAP source files + * .travis.yml: Make documentation generation an explicit job, only on master + * .travis.yml: Give readable names to test jobs + * .travis.yml: Put handling of cache dir together + * Extend filter for new/updated admin table rows * Make log messages of worker tests less verbose * generate-documentation: Fix wrong script path introduced by 81df2fd * docs: Fix quotes and apostrophes for asciidoctor/github style diff --git a/openQA.obsinfo b/openQA.obsinfo index c9767e6..b0069d4 100644 --- a/openQA.obsinfo +++ b/openQA.obsinfo @@ -1,5 +1,5 @@ name: openQA -version: 4.6.1562766814.1cc1cc85 -mtime: 1562766814 -commit: 1cc1cc858abc2f96d82e4e3200af926131528e36 +version: 4.6.1562933476.1e58f5cc +mtime: 1562933476 +commit: 1e58f5cc6edd32c530aa937d178fc96ec550cbcd diff --git a/openQA.spec b/openQA.spec index b53cd3d..cd6b9cd 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::DeploymentHandler) %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(Module::Pluggable) perl(Text::Diff) perl(Text::Markdown) perl(JSON::Validator) perl(YAML::XS) 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) perl(Pod::POM) perl(Mojo::IOLoop::ReadWriteProcess) perl(Minion) perl(Mojo::Pg) perl(Mojo::SQLite) perl(Minion::Backend::SQLite) Name: openQA -Version: 4.6.1562766814.1cc1cc85 +Version: 4.6.1562933476.1e58f5cc Release: 0 Summary: The openQA web-frontend, scheduler and tools License: GPL-2.0-or-later @@ -100,8 +100,8 @@ BuildRequires: perl(DBD::SQLite) BuildRequires: perl(Perl::Critic) BuildRequires: perl(Perl::Critic::Freenode) BuildRequires: perl(Selenium::Remote::Driver) >= 1.20 -BuildRequires: perl(Test::Compile) BuildRequires: perl(Test::MockObject) +BuildRequires: perl(Test::Strict) BuildRequires: perl(Test::Warnings) %endif %if 0%{?suse_version} >= 1330