SHA256
1
0
forked from pool/openQA

Offline generation of 4.6.1545054233.21210ce3

4.6.1545054233.21210ce3

OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/openQA?expand=0&rev=148
This commit is contained in:
Oliver Kurz 2018-12-17 21:40:38 +00:00 committed by Git OBS Bridge
parent 50f4700095
commit bdc2f2d847
7 changed files with 27 additions and 13 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1c34cf849d4e591bc570e702e622dda6cc961a4d54248baa582b23af41df41ed
size 10104845

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:57b1d4e28cf24be9a05fe214f267479ee168bd038f9ec1cff96b82a8d5d7a156
size 10107917

View File

@ -1,7 +1,13 @@
-------------------------------------------------------------------
Sat Dec 15 13:40:56 UTC 2018 - coolo@suse.com
Mon Dec 17 13:44:07 UTC 2018 - coolo@suse.com
- Update to version 4.6.1544788053.8446fc5d:
- Update to version 4.6.1545054233.21210ce3:
* Use a fixed version of perltidy
* Prevent 'Summary of HASH(...)' if multiple distris/versions specified
* .travis.yml: Delete not necessary stage overrides
* docs: Make commands to call more prominent with backticks
* Makefile: Delete unused target docker-test-travis
* Do not set the MOJO_LOG_LEVEL environment variable by default for more granular logging
* Reformat everything for the latest version of perltidy
* Support filtering by test in group overview again
* worker: Validate job sent by web UI "job_grab"
@ -13,6 +19,7 @@ Sat Dec 15 13:40:56 UTC 2018 - coolo@suse.com
* Move memory limit handling into a plugin
* Move all global events to OpenQA::Events
* Add OpenQA::Events module to replace random events being added to Mojo classes
* Improve documentation for schedule control
* Extend and improve asset documentation
* Don't treat UEFI_PFLASH_VARS as asset if path is absolute

View File

@ -18,7 +18,7 @@
%define short_name openQA
Name: %{short_name}-test
Version: 4.6.1544788053.8446fc5d
Version: 4.6.1545054233.21210ce3
Release: 0
Summary: Test package for openQA
License: GPL-2.0-or-later

View File

@ -1,7 +1,13 @@
-------------------------------------------------------------------
Sat Dec 15 13:40:56 UTC 2018 - coolo@suse.com
Mon Dec 17 13:44:07 UTC 2018 - coolo@suse.com
- Update to version 4.6.1544788053.8446fc5d:
- Update to version 4.6.1545054233.21210ce3:
* Use a fixed version of perltidy
* Prevent 'Summary of HASH(...)' if multiple distris/versions specified
* .travis.yml: Delete not necessary stage overrides
* docs: Make commands to call more prominent with backticks
* Makefile: Delete unused target docker-test-travis
* Do not set the MOJO_LOG_LEVEL environment variable by default for more granular logging
* Reformat everything for the latest version of perltidy
* Support filtering by test in group overview again
* worker: Validate job sent by web UI "job_grab"
@ -13,6 +19,7 @@ Sat Dec 15 13:40:56 UTC 2018 - coolo@suse.com
* Move memory limit handling into a plugin
* Move all global events to OpenQA::Events
* Add OpenQA::Events module to replace random events being added to Mojo classes
* Improve documentation for schedule control
* Extend and improve asset documentation
* Don't treat UEFI_PFLASH_VARS as asset if path is absolute

View File

@ -1,5 +1,5 @@
name: openQA
version: 4.6.1544788053.8446fc5d
mtime: 1544788053
commit: 8446fc5d17a13be55ddc6cef7c70ca389b1d5689
version: 4.6.1545054233.21210ce3
mtime: 1545054233
commit: 21210ce3668829feae888cb82d6cacbe599c4f05

View File

@ -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(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.1544788053.8446fc5d
Version: 4.6.1545054233.21210ce3
Release: 0
Summary: The openQA web-frontend, scheduler and tools
License: GPL-2.0-or-later
@ -221,7 +221,7 @@ rm -rf %{buildroot}/DB
export LC_ALL=en_US.UTF-8
./t/test_postgresql %{buildroot}/DB
export TEST_PG="DBI:Pg:dbname=openqa_test;host=%{buildroot}/DB"
MOJO_LOG_LEVEL=debug OBS_RUN=1 prove -rv || true
OBS_RUN=1 prove -rv || true
pg_ctl -D %{buildroot}/DB stop
rm -rf %{buildroot}/DB
%endif