SHA256
1
0
forked from pool/openQA

Accepting request 652386 from devel:openQA:tested

Update to 4.6.1543400978.50e006bc
4.6.1543400978.50e006bc

OBS-URL: https://build.opensuse.org/request/show/652386
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openQA?expand=0&rev=36
This commit is contained in:
Dominique Leuenberger 2018-11-29 22:00:17 +00:00 committed by Git OBS Bridge
commit f461ae3825
7 changed files with 33 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:56cb470a72c1edbb438e6e07ad17a5d32845d7a6021b535d5e50a3f94e82bf62
size 9948173

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:07921722e9d13ddf76fa0cedda7364e30f5a188c3dcbc30705497f111bd23ed0
size 9950221

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Nov 28 11:53:44 UTC 2018 - coolo@suse.com
- Update to version 4.6.1543400978.50e006bc:
* Fix worker-cacheservice failing on startup due to no network
* docs: Extend development tricks with dynamic test override
* Fix typo in installation documentation
* Replace Mojolicious::Commands with Mojo::Server::Daemon in test modules, make sure all test modules use strict, and fix a few issues caused by not using strict before
* Restart openqa-worker-cacheservice on failure
* Allow caching of externally downloaded assets
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Nov 26 21:40:33 UTC 2018 - coolo@suse.com Mon Nov 26 21:40:33 UTC 2018 - coolo@suse.com

View File

@ -12,16 +12,16 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
%define short_name openQA %define short_name openQA
Name: %{short_name}-test Name: %{short_name}-test
Version: 4.6.1543249675.02bb8eff Version: 4.6.1543400978.50e006bc
Release: 0 Release: 0
Summary: Test package for openQA Summary: Test package for openQA
License: GPL-2.0+ License: GPL-2.0-or-later
BuildRequires: %{short_name} == %{version} BuildRequires: %{short_name} == %{version}
BuildRequires: openQA-local-db BuildRequires: openQA-local-db
ExcludeArch: i586 ExcludeArch: i586

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Nov 28 11:53:44 UTC 2018 - coolo@suse.com
- Update to version 4.6.1543400978.50e006bc:
* Fix worker-cacheservice failing on startup due to no network
* docs: Extend development tricks with dynamic test override
* Fix typo in installation documentation
* Replace Mojolicious::Commands with Mojo::Server::Daemon in test modules, make sure all test modules use strict, and fix a few issues caused by not using strict before
* Restart openqa-worker-cacheservice on failure
* Allow caching of externally downloaded assets
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Nov 26 21:40:33 UTC 2018 - coolo@suse.com Mon Nov 26 21:40:33 UTC 2018 - coolo@suse.com

View File

@ -1,5 +1,5 @@
name: openQA name: openQA
version: 4.6.1543249675.02bb8eff version: 4.6.1543400978.50e006bc
mtime: 1543249675 mtime: 1543400978
commit: 02bb8eff8cce2c7b3b4bb3a19b49807ded476282 commit: 50e006bc300aca6aeaaad7bd8f2418abf0265b68

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
@ -36,7 +36,7 @@
# runtime requirements that also the testsuite needs # 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) perl(Pod::POM) perl(Mojo::IOLoop::ReadWriteProcess) perl(Minion) perl(Mojo::Pg) perl(Mojo::SQLite) perl(Minion::Backend::SQLite) %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) perl(Pod::POM) perl(Mojo::IOLoop::ReadWriteProcess) perl(Minion) perl(Mojo::Pg) perl(Mojo::SQLite) perl(Minion::Backend::SQLite)
Name: openQA Name: openQA
Version: 4.6.1543249675.02bb8eff Version: 4.6.1543400978.50e006bc
Release: 0 Release: 0
Summary: The openQA web-frontend, scheduler and tools Summary: The openQA web-frontend, scheduler and tools
License: GPL-2.0-or-later License: GPL-2.0-or-later