forked from pool/openQA
Offline generation of 4.6.1554311267.df999bfc
4.6.1554311267.df999bfc OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/openQA?expand=0&rev=197
This commit is contained in:
parent
014ddddce8
commit
9aaa090d3f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:52db834c19c18a95fc007653ef151edc9cb808dea12f5a7980338c7271cdaa2c
|
|
||||||
size 9165837
|
|
3
openQA-4.6.1554311267.df999bfc.obscpio
Normal file
3
openQA-4.6.1554311267.df999bfc.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5d31dd325739e19ee093af79638ae438fe1b26d5d46e8ca39de7110a7d19fc65
|
||||||
|
size 9321997
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 05 17:51:48 UTC 2019 - coolo@suse.com
|
||||||
|
|
||||||
|
- Update to version 4.6.1554311267.df999bfc:
|
||||||
|
* Fix mock session logins to use only public Mojolicious APIs and create users with a proper resultset
|
||||||
|
* Prevent multiple limit_* tasks from running in parallel
|
||||||
|
* Don't duplicate settings in iso_create/cancel events
|
||||||
|
* Adapt product log test
|
||||||
|
* Add test for re-scheduling product
|
||||||
|
* Migrate 'iso_create' events to scheduled products
|
||||||
|
* Show scheduled products from new table in UI
|
||||||
|
* Test async flag for iso post route
|
||||||
|
* Move constants for job dependencies to their own file
|
||||||
|
* Add API route to query scheduled product
|
||||||
|
* Add async flag to ISO post route and table to keep track
|
||||||
|
* Cleanup scheduling functions
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 31 17:49:35 UTC 2019 - coolo@suse.com
|
Sun Mar 31 17:49:35 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.1553599469.57d6b3ca
|
Version: 4.6.1554311267.df999bfc
|
||||||
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,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 05 17:51:48 UTC 2019 - coolo@suse.com
|
||||||
|
|
||||||
|
- Update to version 4.6.1554311267.df999bfc:
|
||||||
|
* Fix mock session logins to use only public Mojolicious APIs and create users with a proper resultset
|
||||||
|
* Prevent multiple limit_* tasks from running in parallel
|
||||||
|
* Don't duplicate settings in iso_create/cancel events
|
||||||
|
* Adapt product log test
|
||||||
|
* Add test for re-scheduling product
|
||||||
|
* Migrate 'iso_create' events to scheduled products
|
||||||
|
* Show scheduled products from new table in UI
|
||||||
|
* Test async flag for iso post route
|
||||||
|
* Move constants for job dependencies to their own file
|
||||||
|
* Add API route to query scheduled product
|
||||||
|
* Add async flag to ISO post route and table to keep track
|
||||||
|
* Cleanup scheduling functions
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 31 17:49:35 UTC 2019 - coolo@suse.com
|
Sun Mar 31 17:49:35 UTC 2019 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: openQA
|
name: openQA
|
||||||
version: 4.6.1553599469.57d6b3ca
|
version: 4.6.1554311267.df999bfc
|
||||||
mtime: 1553599469
|
mtime: 1554311267
|
||||||
commit: 57d6b3caccb845d981aa55fc8aa9703e4a26a749
|
commit: df999bfc7498fb728c2286c3c988531783c6be6a
|
||||||
|
|
||||||
|
@ -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.1553599469.57d6b3ca
|
Version: 4.6.1554311267.df999bfc
|
||||||
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