forked from pool/openQA
Offline generation of 4.6.1552567428.80082fe5
4.6.1552567428.80082fe5 OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/openQA?expand=0&rev=192
This commit is contained in:
parent
4ebfa7ac41
commit
2f39da7bd1
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5e5a50187fb0bfdefaea59cf1e81884d68d51655dbfb273b773e2e786acfc6e6
|
|
||||||
size 9010189
|
|
3
openQA-4.6.1552567428.80082fe5.obscpio
Normal file
3
openQA-4.6.1552567428.80082fe5.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5bf706f4ecf36f57256a38aa6519d20696f1cddb157e5e51d4e24efff4d0a956
|
||||||
|
size 9135117
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 15 05:22:32 UTC 2019 - coolo@suse.com
|
||||||
|
|
||||||
|
- Update to version 4.6.1552567428.80082fe5:
|
||||||
|
* Test create and delete events for job templates
|
||||||
|
* Unify schema access with a singleton method
|
||||||
|
* Use route placeholder types whenever possible for cleaner routes
|
||||||
|
* Add link to relevant documentation in the job group settings
|
||||||
|
* Cache result of OpenQA::..::JobGroup::load_properties
|
||||||
|
* Allow disabling bug carry over on job group level
|
||||||
|
* Remove dead validation code and replace it with route placeholder types
|
||||||
|
* Pass affected_rows correctly in openqa_jobtemplate_create
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 12 21:22:25 UTC 2019 - coolo@suse.com
|
Tue Mar 12 21:22:25 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.1552406543.b3e49dcb
|
Version: 4.6.1552567428.80082fe5
|
||||||
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 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 15 05:22:32 UTC 2019 - coolo@suse.com
|
||||||
|
|
||||||
|
- Update to version 4.6.1552567428.80082fe5:
|
||||||
|
* Test create and delete events for job templates
|
||||||
|
* Unify schema access with a singleton method
|
||||||
|
* Use route placeholder types whenever possible for cleaner routes
|
||||||
|
* Add link to relevant documentation in the job group settings
|
||||||
|
* Cache result of OpenQA::..::JobGroup::load_properties
|
||||||
|
* Allow disabling bug carry over on job group level
|
||||||
|
* Remove dead validation code and replace it with route placeholder types
|
||||||
|
* Pass affected_rows correctly in openqa_jobtemplate_create
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 12 21:22:25 UTC 2019 - coolo@suse.com
|
Tue Mar 12 21:22:25 UTC 2019 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: openQA
|
name: openQA
|
||||||
version: 4.6.1552406543.b3e49dcb
|
version: 4.6.1552567428.80082fe5
|
||||||
mtime: 1552406543
|
mtime: 1552567428
|
||||||
commit: b3e49dcbbef83dcbf7d1ab5350fed4164f2138bb
|
commit: 80082fe59678f121a20e5900b120c785a7c2d27f
|
||||||
|
|
||||||
|
@ -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(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(Net::DBus) 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.1552406543.b3e49dcb
|
Version: 4.6.1552567428.80082fe5
|
||||||
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