Accepting request 713259 from devel:openQA:tested
Update to 4.6.1562157181.8465317e 4.6.1562157181.8465317e OBS-URL: https://build.opensuse.org/request/show/713259 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openQA?expand=0&rev=76
This commit is contained in:
commit
0c503b7bb1
@ -124,7 +124,7 @@ RUN zypper in -y -C \
|
||||
perl-Test-Simple \
|
||||
'perl(aliased)' \
|
||||
systemd-sysvinit \
|
||||
systemd libudev1 tack
|
||||
systemd libudev1 tack
|
||||
|
||||
VOLUME ["/sys/fs/cgroup", "/run"]
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6b077482719b65feb26bc579f19bc5737bfa859b3463e65b2f15741c8350ba84
|
||||
size 9623053
|
3
openQA-4.6.1562157181.8465317e.obscpio
Normal file
3
openQA-4.6.1562157181.8465317e.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:db214639f411d02c406c722f80e1223f7fc44f22bad408aea54da026484f6764
|
||||
size 9624589
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 03 14:34:58 UTC 2019 - coolo@suse.com
|
||||
|
||||
- Update to version 4.6.1562157181.8465317e:
|
||||
* Fix tests that were assuming Test::Mojo methods had special return values
|
||||
* script: Fix shellcheck issues with old shellcheck version
|
||||
* Fix shellcheck warnings on docker/openqa/entrypoint.sh
|
||||
* travis_test: Use consistent spaces instead of tabs
|
||||
* Make all shell scripts pass default level (style) of shellcheck
|
||||
* Make all shell scripts pass 'warning' level of shellcheck
|
||||
* fetchneedles: Use consistent spaces style
|
||||
* Makefile: Add test for shell scripts using "shellcheck"
|
||||
* openqa-clone-custom-git-refspec: Include further suggestions by shellcheck
|
||||
* openqa-clone-custom-git-refspec: Fix use of "-n" on GITHUB_TOKEN
|
||||
* Trim whitespace characters from both ends of string
|
||||
* Add script for simple setup of a single instance
|
||||
* Revert to usual wording "distri" in YAML schedules
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 01 06:01:32 UTC 2019 - coolo@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define short_name openQA
|
||||
Name: %{short_name}-test
|
||||
Version: 4.6.1561959871.3b6d67be
|
||||
Version: 4.6.1562157181.8465317e
|
||||
Release: 0
|
||||
Summary: Test package for openQA
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 03 14:34:58 UTC 2019 - coolo@suse.com
|
||||
|
||||
- Update to version 4.6.1562157181.8465317e:
|
||||
* Fix tests that were assuming Test::Mojo methods had special return values
|
||||
* script: Fix shellcheck issues with old shellcheck version
|
||||
* Fix shellcheck warnings on docker/openqa/entrypoint.sh
|
||||
* travis_test: Use consistent spaces instead of tabs
|
||||
* Make all shell scripts pass default level (style) of shellcheck
|
||||
* Make all shell scripts pass 'warning' level of shellcheck
|
||||
* fetchneedles: Use consistent spaces style
|
||||
* Makefile: Add test for shell scripts using "shellcheck"
|
||||
* openqa-clone-custom-git-refspec: Include further suggestions by shellcheck
|
||||
* openqa-clone-custom-git-refspec: Fix use of "-n" on GITHUB_TOKEN
|
||||
* Trim whitespace characters from both ends of string
|
||||
* Add script for simple setup of a single instance
|
||||
* Revert to usual wording "distri" in YAML schedules
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 01 06:01:32 UTC 2019 - coolo@suse.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: openQA
|
||||
version: 4.6.1561959871.3b6d67be
|
||||
mtime: 1561959871
|
||||
commit: 3b6d67be8a028cc80e05af69af206599e4c5668a
|
||||
version: 4.6.1562157181.8465317e
|
||||
mtime: 1562157181
|
||||
commit: 8465317eb1b58e0b1921f1ae1b2513dab851bab1
|
||||
|
||||
|
@ -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::DeploymentHandler) 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
|
||||
Version: 4.6.1561959871.3b6d67be
|
||||
Version: 4.6.1562157181.8465317e
|
||||
Release: 0
|
||||
Summary: The openQA web-frontend, scheduler and tools
|
||||
License: GPL-2.0-or-later
|
||||
@ -471,6 +471,7 @@ fi
|
||||
%{_datadir}/openqa/script/load_templates
|
||||
%{_datadir}/openqa/script/openqa-clone-job
|
||||
%{_datadir}/openqa/script/openqa-clone-custom-git-refspec
|
||||
%{_datadir}/openqa/script/configure-web-proxy
|
||||
%dir %{_datadir}/openqa/lib
|
||||
%{_datadir}/openqa/lib/OpenQA/Client.pm
|
||||
%{_datadir}/openqa/lib/OpenQA/Client
|
||||
|
Loading…
x
Reference in New Issue
Block a user