forked from pool/openQA
Accepting request 766801 from devel:openQA:tested
Update to 4.6.1579790259.c018d5dc2 4.6.1579790259.c018d5dc2 4.6.1579790259.c018d5dc2 4.6.1579790259.c018d5dc2 OBS-URL: https://build.opensuse.org/request/show/766801 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openQA?expand=0&rev=111
This commit is contained in:
commit
05da6c60fb
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8645340220969dd7095462ec854e789974d71f850107c40ec7fc4b01420f27e4
|
|
||||||
size 11317261
|
|
3
openQA-4.6.1579790259.c018d5dc2.obscpio
Normal file
3
openQA-4.6.1579790259.c018d5dc2.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f0629a9cf3b320d6ca9c40616243275fd5b73a3051dbc3ed053f6858da067f42
|
||||||
|
size 11347469
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define short_name openQA-devel
|
%define short_name openQA-devel
|
||||||
Name: %{short_name}-test
|
Name: %{short_name}-test
|
||||||
Version: 4.6.1579529599.e032e3659
|
Version: 4.6.1579790259.c018d5dc2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Test package for %{short_name}
|
Summary: Test package for %{short_name}
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define short_name openQA
|
%define short_name openQA
|
||||||
Name: %{short_name}-test
|
Name: %{short_name}-test
|
||||||
Version: 4.6.1579529599.e032e3659
|
Version: 4.6.1579790259.c018d5dc2
|
||||||
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
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define short_name openQA-worker
|
%define short_name openQA-worker
|
||||||
Name: %{short_name}-test
|
Name: %{short_name}-test
|
||||||
Version: 4.6.1579529599.e032e3659
|
Version: 4.6.1579790259.c018d5dc2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Test package for %{short_name}
|
Summary: Test package for %{short_name}
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
@ -1,3 +1,36 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 24 10:38:06 UTC 2020 - coolo@suse.com
|
||||||
|
|
||||||
|
- Update to version 4.6.1579790259.c018d5dc2:
|
||||||
|
* Workaround api request in ObsRsync Plugin
|
||||||
|
* Remove dead code
|
||||||
|
* Use uppercase variables in OpenQA::Utils to make their scope immediately obvious
|
||||||
|
* Replace compose_job_overview_search_args and param_hash methods with helpers
|
||||||
|
* Move mark_job_linked function into the correct resultset
|
||||||
|
* Move job_group_and_parents function into the correct resultset
|
||||||
|
* Use :DEFAULT instead of importing twice
|
||||||
|
* Replace global variables in OpenQA::Utils with functions
|
||||||
|
* Remove unused export
|
||||||
|
* Do not export variables from OpenQA::Utils anymore
|
||||||
|
* Add OpenQA::App as a singleton container, replacing $OpenQA::Utils::app
|
||||||
|
* Move worker specific code from OpenQA::Setup into OpenQA::Worker::App
|
||||||
|
* Just use Mojolicious as a base class instead of trying to reinvent it
|
||||||
|
* Parse Snapshot number in ObsRsync plugin
|
||||||
|
* Add silent reload of dashboard contents for fullscreen mode
|
||||||
|
* Dependency cron 200123
|
||||||
|
* Add dependency to client so asset download via SSL works
|
||||||
|
* load_templates: fail early if host is unreachable
|
||||||
|
* Log asset download error to autoinst log file
|
||||||
|
* Fix asset status test so it works when the cache file does not exist
|
||||||
|
* Dependency cron 200122
|
||||||
|
* Support batches in ObsRsync Plugin (#2653)
|
||||||
|
* Use new format to store job module details
|
||||||
|
* Set text mime in ObsRsync download
|
||||||
|
* Use is_admin_js helper in asset table template
|
||||||
|
* Show cached assets also when cleanup is ongoing
|
||||||
|
* Add CLI tool to validate a job template YAML file
|
||||||
|
* Fix ObsRsync mutex leak on errors
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 21 06:50:09 UTC 2020 - coolo@suse.com
|
Tue Jan 21 06:50:09 UTC 2020 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: openQA
|
name: openQA
|
||||||
version: 4.6.1579529599.e032e3659
|
version: 4.6.1579790259.c018d5dc2
|
||||||
mtime: 1579529599
|
mtime: 1579790259
|
||||||
commit: e032e3659da3fca95739b708360b3bc988714ee1
|
commit: c018d5dc293913cc5f9806316c419f7d27f47803
|
||||||
|
|
||||||
|
@ -48,8 +48,8 @@
|
|||||||
%define assetpack_requires perl(Mojolicious::Plugin::AssetPack) >= 1.36, perl(CSS::Minifier::XS) perl(JavaScript::Minifier::XS)
|
%define assetpack_requires perl(Mojolicious::Plugin::AssetPack) >= 1.36, perl(CSS::Minifier::XS) perl(JavaScript::Minifier::XS)
|
||||||
%define common_requires perl(Config::IniFiles) perl(Cpanel::JSON::XS) perl(Cwd) perl(Data::Dump) perl(Data::Dumper) perl(Digest::MD5) perl(Getopt::Long) perl(Minion) >= 9.09, perl(Mojolicious) >= 8.24, perl(Try::Tiny) perl(Regexp::Common), perl(Storable)
|
%define common_requires perl(Config::IniFiles) perl(Cpanel::JSON::XS) perl(Cwd) perl(Data::Dump) perl(Data::Dumper) perl(Digest::MD5) perl(Getopt::Long) perl(Minion) >= 9.09, perl(Mojolicious) >= 8.24, perl(Try::Tiny) perl(Regexp::Common), perl(Storable)
|
||||||
# runtime requirements for the main package that are not required by other sub-packages
|
# runtime requirements for the main package that are not required by other sub-packages
|
||||||
%define main_requires %assetpack_requires git-core perl(Carp::Always) perl(Date::Format) perl(DateTime::Format::Pg) perl(DBD::Pg) >= 3.7.4, perl(DBI) >= 1.632, perl(DBIx::Class) >= 0.082801, perl(DBIx::Class::DeploymentHandler) perl(DBIx::Class::DynamicDefault) perl(DBIx::Class::Schema::Config) perl(DBIx::Class::Storage::Statistics) perl(DBIx::Class::OptimisticLocking) perl(File::Copy::Recursive) perl(Net::OpenID::Consumer) perl(Module::Pluggable) perl(aliased) perl(Config::Tiny) perl(Text::Diff) perl(CommonMark) perl(JSON::Validator) perl(IPC::Run) perl(Archive::Extract) perl(Time::ParseDate) perl(Sort::Versions) perl(BSD::Resource) perl(Pod::POM) perl(Mojo::Pg) perl(Mojo::RabbitMQ::Client) >= 0.2, perl(SQL::Translator) perl(YAML::XS) perl(LWP::UserAgent)
|
%define main_requires %assetpack_requires git-core perl(Carp::Always) perl(Date::Format) perl(DateTime::Format::Pg) perl(DBD::Pg) >= 3.7.4, perl(DBI) >= 1.632, perl(DBIx::Class) >= 0.082801, perl(DBIx::Class::DeploymentHandler) perl(DBIx::Class::DynamicDefault) perl(DBIx::Class::Schema::Config) perl(DBIx::Class::Storage::Statistics) perl(DBIx::Class::OptimisticLocking) perl(File::Copy::Recursive) perl(Net::OpenID::Consumer) perl(Module::Pluggable) perl(aliased) perl(Config::Tiny) perl(Text::Diff) perl(CommonMark) perl(JSON::Validator) perl(IPC::Run) perl(Archive::Extract) perl(Time::ParseDate) perl(Sort::Versions) perl(BSD::Resource) perl(Pod::POM) perl(Mojo::Pg) perl(Mojo::RabbitMQ::Client) >= 0.2, perl(SQL::Translator) perl(YAML::XS) perl(LWP::UserAgent) perl(Getopt::Long::Descriptive)
|
||||||
%define client_requires curl jq git-core perl(IO::Socket::SSL) >= 2.009, perl(LWP::UserAgent) perl(IPC::Run)
|
%define client_requires curl jq git-core perl(IO::Socket::SSL) >= 2.009, perl(LWP::UserAgent) perl(LWP::Protocol::https) perl(IPC::Run)
|
||||||
%define worker_requires os-autoinst < 5, perl(Mojo::IOLoop::ReadWriteProcess) > 0.19, perl(Minion::Backend::SQLite) perl(Mojo::SQLite) openQA-client optipng
|
%define worker_requires os-autoinst < 5, perl(Mojo::IOLoop::ReadWriteProcess) > 0.19, perl(Minion::Backend::SQLite) perl(Mojo::SQLite) openQA-client optipng
|
||||||
%define build_requires rubygem(sass) %assetpack_requires
|
%define build_requires rubygem(sass) %assetpack_requires
|
||||||
|
|
||||||
@ -65,7 +65,7 @@
|
|||||||
%define devel_requires %build_requires %test_requires rsync chromedriver curl postgresql-devel %qemu tar xorg-x11-fonts sudo perl(Devel::Cover) perl(Devel::Cover::Report::Codecov) perl(Perl::Tidy)
|
%define devel_requires %build_requires %test_requires rsync chromedriver curl postgresql-devel %qemu tar xorg-x11-fonts sudo perl(Devel::Cover) perl(Devel::Cover::Report::Codecov) perl(Perl::Tidy)
|
||||||
|
|
||||||
Name: openQA
|
Name: openQA
|
||||||
Version: 4.6.1579529599.e032e3659
|
Version: 4.6.1579790259.c018d5dc2
|
||||||
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
|
||||||
@ -256,6 +256,7 @@ ln -s %{_datadir}/openqa/script/openqa-clone-job %{buildroot}%{_bindir}/openqa-c
|
|||||||
ln -s %{_datadir}/openqa/script/dump_templates %{buildroot}%{_bindir}/openqa-dump-templates
|
ln -s %{_datadir}/openqa/script/dump_templates %{buildroot}%{_bindir}/openqa-dump-templates
|
||||||
ln -s %{_datadir}/openqa/script/load_templates %{buildroot}%{_bindir}/openqa-load-templates
|
ln -s %{_datadir}/openqa/script/load_templates %{buildroot}%{_bindir}/openqa-load-templates
|
||||||
ln -s %{_datadir}/openqa/script/openqa-clone-custom-git-refspec %{buildroot}%{_bindir}/openqa-clone-custom-git-refspec
|
ln -s %{_datadir}/openqa/script/openqa-clone-custom-git-refspec %{buildroot}%{_bindir}/openqa-clone-custom-git-refspec
|
||||||
|
ln -s %{_datadir}/openqa/script/openqa-validate-yaml %{buildroot}%{_bindir}/openqa-validate-yaml
|
||||||
%if %{with python_scripts}
|
%if %{with python_scripts}
|
||||||
ln -s %{_datadir}/openqa/script/openqa-label-all %{buildroot}%{_bindir}/openqa-label-all
|
ln -s %{_datadir}/openqa/script/openqa-label-all %{buildroot}%{_bindir}/openqa-label-all
|
||||||
%endif
|
%endif
|
||||||
@ -492,6 +493,7 @@ fi
|
|||||||
%{_datadir}/openqa/script/load_templates
|
%{_datadir}/openqa/script/load_templates
|
||||||
%{_datadir}/openqa/script/openqa-clone-job
|
%{_datadir}/openqa/script/openqa-clone-job
|
||||||
%{_datadir}/openqa/script/openqa-clone-custom-git-refspec
|
%{_datadir}/openqa/script/openqa-clone-custom-git-refspec
|
||||||
|
%{_datadir}/openqa/script/openqa-validate-yaml
|
||||||
%{_datadir}/openqa/script/configure-web-proxy
|
%{_datadir}/openqa/script/configure-web-proxy
|
||||||
%dir %{_datadir}/openqa/lib
|
%dir %{_datadir}/openqa/lib
|
||||||
%{_datadir}/openqa/lib/OpenQA/Client.pm
|
%{_datadir}/openqa/lib/OpenQA/Client.pm
|
||||||
@ -502,6 +504,7 @@ fi
|
|||||||
%{_bindir}/openqa-dump-templates
|
%{_bindir}/openqa-dump-templates
|
||||||
%{_bindir}/openqa-load-templates
|
%{_bindir}/openqa-load-templates
|
||||||
%{_bindir}/openqa-clone-custom-git-refspec
|
%{_bindir}/openqa-clone-custom-git-refspec
|
||||||
|
%{_bindir}/openqa-validate-yaml
|
||||||
|
|
||||||
%if %{with python_scripts}
|
%if %{with python_scripts}
|
||||||
%files python-scripts
|
%files python-scripts
|
||||||
|
Loading…
Reference in New Issue
Block a user