forked from pool/openQA
Offline generation of 4.6.1553599469.57d6b3ca
4.6.1553599469.57d6b3ca OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/openQA?expand=0&rev=194
This commit is contained in:
parent
2f39da7bd1
commit
b54ea95e1a
@ -74,6 +74,7 @@ RUN zypper in -y -C \
|
||||
'perl(Exception::Class)' \
|
||||
'perl(File::Copy::Recursive)' \
|
||||
'perl(File::Touch)' \
|
||||
'perl(IO::Scalar)' \
|
||||
'perl(IO::Socket::SSL)' \
|
||||
'perl(IPC::Run)' \
|
||||
'perl(IPC::System::Simple)' \
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5bf706f4ecf36f57256a38aa6519d20696f1cddb157e5e51d4e24efff4d0a956
|
||||
size 9135117
|
3
openQA-4.6.1553599469.57d6b3ca.obscpio
Normal file
3
openQA-4.6.1553599469.57d6b3ca.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fac97e9b7bcc21080b3f714460425e6c3e9fccc18c4a5999b9e3eb505017c24e
|
||||
size 9165837
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 29 22:32:56 UTC 2019 - coolo@suse.com
|
||||
|
||||
- Update to version 4.6.1553599469.57d6b3ca:
|
||||
* Properly escape bug titles
|
||||
* YAML output for job templates and schema validation (#1999)
|
||||
* Make the websocket server testable as a normal Mojolicious application
|
||||
* Add a model class to store worker state
|
||||
* Move more functions into helpers
|
||||
* Move dbus functions into helpers
|
||||
* Add controllers to the websocket server application
|
||||
* Install test distri deps on bootstrap
|
||||
* Turn websocket server into a real Mojolicious app
|
||||
* Use Mojo::Promise in enqueue_and_keep_track
|
||||
* docker: Add IO::Scalar dependency
|
||||
* doc: Reflect renaming virtio_screen.pm to serial_screen.pm
|
||||
* worker: Upload serial_terminal.txt for svirt backend
|
||||
* Unify schema access in OpenQA::WebAPI and fix the issue where the db helper was called on the application
|
||||
* Use result_p to track Minion job instead of timers
|
||||
* Improve logging non-scalar error info of GRU/Minion tasks
|
||||
* Extract common code for saving and deleting needles
|
||||
* Fix test for dependency graph
|
||||
* Don't let needle-related tasks fail if the cause is uncritical
|
||||
* Make needle deletion a Minion job
|
||||
* Setting to not cancel parallel parents with still-pending children
|
||||
* Add hints to fix dependencies when using devel
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 15 05:22:32 UTC 2019 - coolo@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define short_name openQA
|
||||
Name: %{short_name}-test
|
||||
Version: 4.6.1552567428.80082fe5
|
||||
Version: 4.6.1553599469.57d6b3ca
|
||||
Release: 0
|
||||
Summary: Test package for openQA
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 29 22:32:56 UTC 2019 - coolo@suse.com
|
||||
|
||||
- Update to version 4.6.1553599469.57d6b3ca:
|
||||
* Properly escape bug titles
|
||||
* YAML output for job templates and schema validation (#1999)
|
||||
* Make the websocket server testable as a normal Mojolicious application
|
||||
* Add a model class to store worker state
|
||||
* Move more functions into helpers
|
||||
* Move dbus functions into helpers
|
||||
* Add controllers to the websocket server application
|
||||
* Install test distri deps on bootstrap
|
||||
* Turn websocket server into a real Mojolicious app
|
||||
* Use Mojo::Promise in enqueue_and_keep_track
|
||||
* docker: Add IO::Scalar dependency
|
||||
* doc: Reflect renaming virtio_screen.pm to serial_screen.pm
|
||||
* worker: Upload serial_terminal.txt for svirt backend
|
||||
* Unify schema access in OpenQA::WebAPI and fix the issue where the db helper was called on the application
|
||||
* Use result_p to track Minion job instead of timers
|
||||
* Improve logging non-scalar error info of GRU/Minion tasks
|
||||
* Extract common code for saving and deleting needles
|
||||
* Fix test for dependency graph
|
||||
* Don't let needle-related tasks fail if the cause is uncritical
|
||||
* Make needle deletion a Minion job
|
||||
* Setting to not cancel parallel parents with still-pending children
|
||||
* Add hints to fix dependencies when using devel
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 15 05:22:32 UTC 2019 - coolo@suse.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: openQA
|
||||
version: 4.6.1552567428.80082fe5
|
||||
mtime: 1552567428
|
||||
commit: 80082fe59678f121a20e5900b120c785a7c2d27f
|
||||
version: 4.6.1553599469.57d6b3ca
|
||||
mtime: 1553599469
|
||||
commit: 57d6b3caccb845d981aa55fc8aa9703e4a26a749
|
||||
|
||||
|
@ -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::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
|
||||
Version: 4.6.1552567428.80082fe5
|
||||
Version: 4.6.1553599469.57d6b3ca
|
||||
Release: 0
|
||||
Summary: The openQA web-frontend, scheduler and tools
|
||||
License: GPL-2.0-or-later
|
||||
@ -54,13 +54,13 @@ BuildRequires: os-autoinst
|
||||
BuildRequires: systemd
|
||||
# critical bug fix
|
||||
BuildRequires: perl(DBIx::Class) >= 0.082801
|
||||
BuildRequires: perl(Minion) >= 9.02
|
||||
BuildRequires: perl(Minion) >= 9.09
|
||||
BuildRequires: perl(Mojo::RabbitMQ::Client) >= 0.2
|
||||
BuildRequires: perl(Mojolicious) >= 7.92
|
||||
BuildRequires: perl(Mojolicious::Plugin::AssetPack) >= 1.36
|
||||
BuildRequires: rubygem(sass)
|
||||
Requires: dbus-1
|
||||
Requires: perl(Minion) >= 9.02
|
||||
Requires: perl(Minion) >= 9.09
|
||||
Requires: perl(Mojo::RabbitMQ::Client) >= 0.2
|
||||
# needed for test suite
|
||||
Requires: git-core
|
||||
|
Loading…
Reference in New Issue
Block a user