forked from pool/openQA
Offline generation of 4.6.1551454083.e27d66d8
4.6.1551454083.e27d66d8 OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/openQA?expand=0&rev=182
This commit is contained in:
parent
1b4b2d335f
commit
43eb15f195
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d2836db3b72b8088005a50b1d92d97c8518dfdd45b232bb23e5ee7c554c0593f
|
||||
size 8888845
|
3
openQA-4.6.1551454083.e27d66d8.obscpio
Normal file
3
openQA-4.6.1551454083.e27d66d8.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cea41c1d104df408e1fe249b543fdad02efbfdcb102e0e8487ba83b06047360a
|
||||
size 8877581
|
@ -1,7 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 01 05:22:31 UTC 2019 - coolo@suse.com
|
||||
Sat Mar 02 17:37:11 UTC 2019 - coolo@suse.com
|
||||
|
||||
- Update to version 4.6.1551367982.a3362096:
|
||||
- Update to version 4.6.1551454083.e27d66d8:
|
||||
* Extend apparmor profile for all Git commands we use
|
||||
* Correct limit_assets task arguments
|
||||
* Allow test vars for openqa-clone-custom-git-refs…
|
||||
* Fix updating needle Git repository
|
||||
* Fix uniform box widths of dependency graph in current Firefox
|
||||
@ -18,6 +20,13 @@ Fri Mar 01 05:22:31 UTC 2019 - coolo@suse.com
|
||||
* Do not reset the job queue every time the cache service is restarted
|
||||
* Test cache service migrations
|
||||
* Use Mojo::SQLite migrations to handle schema upgrades in the cache service gracefully
|
||||
* Remove unused imports and IPC objects
|
||||
* Remove the resource allocator
|
||||
* Move barrier handling out of the resource allocator
|
||||
* Move mutex handling out of the resource allocator
|
||||
* Remove first dbus method and use OpenQA::Schema directly
|
||||
* Declare the DBIx::Class dependency properly
|
||||
* Move OpenQA::Resource::Jobs handling from the resource allocator to the webapi
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 26 21:22:42 UTC 2019 - coolo@suse.com
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define short_name openQA
|
||||
Name: %{short_name}-test
|
||||
Version: 4.6.1551367982.a3362096
|
||||
Version: 4.6.1551454083.e27d66d8
|
||||
Release: 0
|
||||
Summary: Test package for openQA
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -1,7 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 01 05:22:31 UTC 2019 - coolo@suse.com
|
||||
Sat Mar 02 17:37:11 UTC 2019 - coolo@suse.com
|
||||
|
||||
- Update to version 4.6.1551367982.a3362096:
|
||||
- Update to version 4.6.1551454083.e27d66d8:
|
||||
* Extend apparmor profile for all Git commands we use
|
||||
* Correct limit_assets task arguments
|
||||
* Allow test vars for openqa-clone-custom-git-refs…
|
||||
* Fix updating needle Git repository
|
||||
* Fix uniform box widths of dependency graph in current Firefox
|
||||
@ -18,6 +20,13 @@ Fri Mar 01 05:22:31 UTC 2019 - coolo@suse.com
|
||||
* Do not reset the job queue every time the cache service is restarted
|
||||
* Test cache service migrations
|
||||
* Use Mojo::SQLite migrations to handle schema upgrades in the cache service gracefully
|
||||
* Remove unused imports and IPC objects
|
||||
* Remove the resource allocator
|
||||
* Move barrier handling out of the resource allocator
|
||||
* Move mutex handling out of the resource allocator
|
||||
* Remove first dbus method and use OpenQA::Schema directly
|
||||
* Declare the DBIx::Class dependency properly
|
||||
* Move OpenQA::Resource::Jobs handling from the resource allocator to the webapi
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 26 21:22:42 UTC 2019 - coolo@suse.com
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: openQA
|
||||
version: 4.6.1551367982.a3362096
|
||||
mtime: 1551367982
|
||||
commit: a3362096df4ccb1949d4a74b500612f8242329e1
|
||||
version: 4.6.1551454083.e27d66d8
|
||||
mtime: 1551454083
|
||||
commit: e27d66d8146d654bcd2d50bad10692b33d82d53e
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
# can't use linebreaks here!
|
||||
%define openqa_services openqa-webui.service openqa-gru.service openqa-websockets.service openqa-scheduler.service openqa-resource-allocator.service
|
||||
%define openqa_services openqa-webui.service openqa-gru.service openqa-websockets.service openqa-scheduler.service
|
||||
%define openqa_worker_services openqa-worker.target openqa-slirpvde.service openqa-vde_switch.service openqa-worker-cacheservice.service openqa-worker-cacheservice-minion.service
|
||||
%if %{undefined tmpfiles_create}
|
||||
%define tmpfiles_create() \
|
||||
@ -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.1551367982.a3362096
|
||||
Version: 4.6.1551454083.e27d66d8
|
||||
Release: 0
|
||||
Summary: The openQA web-frontend, scheduler and tools
|
||||
License: GPL-2.0-or-later
|
||||
@ -255,7 +255,7 @@ grep -rl %{_bindir}/env . | while read file; do
|
||||
sed -e 's,%{_bindir}/env perl,%{_bindir}/perl,' -i $file
|
||||
done
|
||||
mkdir -p %{buildroot}%{_sbindir}
|
||||
for i in webui gru worker resource-allocator scheduler websockets slirpvde vde_switch livehandler; do
|
||||
for i in webui gru worker scheduler websockets slirpvde vde_switch livehandler; do
|
||||
ln -s ../sbin/service %{buildroot}%{_sbindir}/rcopenqa-$i
|
||||
done
|
||||
#
|
||||
@ -356,7 +356,6 @@ fi
|
||||
%doc README.asciidoc
|
||||
%{_sbindir}/rcopenqa-gru
|
||||
%{_sbindir}/rcopenqa-scheduler
|
||||
%{_sbindir}/rcopenqa-resource-allocator
|
||||
%{_sbindir}/rcopenqa-websockets
|
||||
%{_sbindir}/rcopenqa-webui
|
||||
%{_sbindir}/rcopenqa-livehandler
|
||||
@ -385,7 +384,6 @@ fi
|
||||
%{_unitdir}/openqa-livehandler.service
|
||||
%{_unitdir}/openqa-gru.service
|
||||
%{_unitdir}/openqa-scheduler.service
|
||||
%{_unitdir}/openqa-resource-allocator.service
|
||||
%{_unitdir}/openqa-websockets.service
|
||||
# web libs
|
||||
%dir %{_datadir}/openqa
|
||||
@ -400,7 +398,6 @@ fi
|
||||
%{_datadir}/openqa/script/initdb
|
||||
%{_datadir}/openqa/script/openqa
|
||||
%{_datadir}/openqa/script/openqa-scheduler
|
||||
%{_datadir}/openqa/script/openqa-resource-allocator
|
||||
%{_datadir}/openqa/script/openqa-websockets
|
||||
%{_datadir}/openqa/script/openqa-livehandler
|
||||
%{_datadir}/openqa/script/upgradedb
|
||||
|
Loading…
Reference in New Issue
Block a user