forked from pool/openQA
Offline generation of 4.5.1513750232.be133588
OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/openQA?expand=0&rev=56
This commit is contained in:
parent
ef7392225a
commit
b9df3813bd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:95d4a3143c5c439fbdf5a11b24c27bd7d695c4bb8d9058f68503002372511a69
|
||||
size 1435704
|
3
openQA-4.5.1513750232.be133588.tar.xz
Normal file
3
openQA-4.5.1513750232.be133588.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:34979617d5badc5b1c36a00b950bf5fc279e21166b1bc672e85d27db1c2080e3
|
||||
size 1436640
|
@ -1,7 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 18 15:01:14 UTC 2017 - coolo@suse.com
|
||||
Thu Dec 21 19:36:32 UTC 2017 - coolo@suse.com
|
||||
|
||||
- Update to version 4.5.1513609244.80ec7cfa:
|
||||
- Update to version 4.5.1513750232.be133588:
|
||||
* Add basic setup of multi-machine worker (#1544)
|
||||
* Allow deleting assets via web UI (#1551)
|
||||
* Deal properly with environment variables that can change logging (#1537)
|
||||
* Fix deletion of jobs referenced as last use of asset (#1549)
|
||||
* Show assets by job group
|
||||
* selenium test: Allow configuring mojo port
|
||||
* Split asset tables in used and untracked assets
|
||||
* Refactor data size rendering in JS and reduce precision
|
||||
* Set App mode in WebSocket server (#1548)
|
||||
* Fix repos gone too early: assign REPO_10 to jobs as well (#1547)
|
||||
* Retidy - Perl::Tidy 20171214 has different formatting (#1546)
|
||||
* Update installation steps for postgresql (#1538)
|
||||
|
@ -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)
|
||||
Name: openQA
|
||||
Version: 4.5.1513609244.80ec7cfa
|
||||
Version: 4.5.1513750232.be133588
|
||||
Release: 0
|
||||
Summary: The openQA web-frontend, scheduler and tools
|
||||
License: GPL-2.0+
|
||||
@ -195,8 +195,6 @@ rm -f t/00-tidy.t
|
||||
|
||||
%if %{with tests}
|
||||
#make test
|
||||
# workaround https://progress.opensuse.org/issues/28857
|
||||
export MOJO_LOG_LEVEL=debug
|
||||
rm -rf %{buildroot}/DB
|
||||
#./t/test_postgresql %{buildroot}/DB
|
||||
#export TEST_PG="DBI:Pg:dbname=openqa_test;host=%{buildroot}/DB"
|
||||
|
Loading…
Reference in New Issue
Block a user