forked from pool/openQA
Accepting request 710836 from devel:openQA:tested
Update to 4.6.1560873517.08f60a7b 4.6.1560873517.08f60a7b OBS-URL: https://build.opensuse.org/request/show/710836 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openQA?expand=0&rev=73
This commit is contained in:
commit
7eea6aedd3
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:78f6aec992bea582e00509d9754b89bd2bd3899905e52ccbd159e2741c005541
|
|
||||||
size 9494541
|
|
3
openQA-4.6.1560873517.08f60a7b.obscpio
Normal file
3
openQA-4.6.1560873517.08f60a7b.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f064d3ec94433a584125cbd414cb551b2f3715f7e2deab7e9540b00d8b40eda4
|
||||||
|
size 9622541
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 19 07:54:35 UTC 2019 - coolo@suse.com
|
||||||
|
|
||||||
|
- Update to version 4.6.1560873517.08f60a7b:
|
||||||
|
* Calculate elapsed time more correctly
|
||||||
|
* Add some documentation for OpenQA::Schema::Profiler
|
||||||
|
* Refactor DBIx::Class profiler to use current openQA best practices
|
||||||
|
* Remove dead code and move rng functions still in use to OpenQA::Utils
|
||||||
|
* docs: Fix shell code box rendering with line break
|
||||||
|
* Support storing YAML job templates in the database
|
||||||
|
* docs: Improve language of Networking document
|
||||||
|
* docs: Consistently use QEMU, the offical way of writing
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jun 16 23:54:22 UTC 2019 - coolo@suse.com
|
Sun Jun 16 23:54:22 UTC 2019 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define short_name openQA
|
%define short_name openQA
|
||||||
Name: %{short_name}-test
|
Name: %{short_name}-test
|
||||||
Version: 4.6.1560549641.c09044ae
|
Version: 4.6.1560873517.08f60a7b
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Test package for openQA
|
Summary: Test package for openQA
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 19 07:54:35 UTC 2019 - coolo@suse.com
|
||||||
|
|
||||||
|
- Update to version 4.6.1560873517.08f60a7b:
|
||||||
|
* Calculate elapsed time more correctly
|
||||||
|
* Add some documentation for OpenQA::Schema::Profiler
|
||||||
|
* Refactor DBIx::Class profiler to use current openQA best practices
|
||||||
|
* Remove dead code and move rng functions still in use to OpenQA::Utils
|
||||||
|
* docs: Fix shell code box rendering with line break
|
||||||
|
* Support storing YAML job templates in the database
|
||||||
|
* docs: Improve language of Networking document
|
||||||
|
* docs: Consistently use QEMU, the offical way of writing
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jun 16 23:54:22 UTC 2019 - coolo@suse.com
|
Sun Jun 16 23:54:22 UTC 2019 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: openQA
|
name: openQA
|
||||||
version: 4.6.1560549641.c09044ae
|
version: 4.6.1560873517.08f60a7b
|
||||||
mtime: 1560549641
|
mtime: 1560873517
|
||||||
commit: c09044aecf18202f4177539ef24428b5c6c8d36e
|
commit: 08f60a7b27f45cac2c8fb379c5d7985036283a08
|
||||||
|
|
||||||
|
@ -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(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)
|
%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(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
|
Name: openQA
|
||||||
Version: 4.6.1560549641.c09044ae
|
Version: 4.6.1560873517.08f60a7b
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user