Offline generation of 4.5.1530875209.f6cd7968
OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/os-autoinst?expand=0&rev=119
This commit is contained in:
parent
1c38ad9a84
commit
c4e2d240ae
7
_service
7
_service
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0"?>
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<param name="versionprefix">4.5</param>
|
||||
<param name="versionformat">%ct.%h</param>
|
||||
<param name="url">git://github.com/os-autoinst/os-autoinst.git</param>
|
||||
@ -9,9 +9,10 @@
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="changesauthor">okurz@suse.com</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<service name="set_version" mode="disabled"/>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="compression">xz</param>
|
||||
<param name="file">*.tar</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled"/>
|
||||
</services>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ab7409b55e2fb79754eaf2edc4ef0efc04e8046c3571b7df4f2e6b467b189f33
|
||||
size 18686524
|
3
os-autoinst-4.5.1530875209.f6cd7968.obscpio
Normal file
3
os-autoinst-4.5.1530875209.f6cd7968.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c1cdd6c5a0fc93893306feafd6e35c9c79b5478b88d4f5b641f3da5163118309
|
||||
size 22534669
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 10 10:33:39 UTC 2018 - okurz@suse.com
|
||||
|
||||
- Update to version 4.5.1530875209.f6cd7968:
|
||||
* Add backend/spvm.pm to Makefile.am
|
||||
* Introduce a slim pvm backend using ssh
|
||||
* Add a note for script_output method when is not using dedicated serial
|
||||
* Fix repository path from codecov reports
|
||||
* Move to codecov
|
||||
* Use the docker image we use in openQA for os-autoinst
|
||||
* Run tests inside docker to normalise testing environment
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 10 10:33:21 UTC 2018 - okurz@suse.com
|
||||
|
||||
- Replace deprecated tar_scm service by obs_scm
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 17:18:07 UTC 2018 - okurz@suse.com
|
||||
|
||||
|
5
os-autoinst.obsinfo
Normal file
5
os-autoinst.obsinfo
Normal file
@ -0,0 +1,5 @@
|
||||
name: os-autoinst
|
||||
version: 4.5.1530875209.f6cd7968
|
||||
mtime: 1530875209
|
||||
commit: f6cd7968f67a0d28b72f44bf558c35ee15c23838
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: os-autoinst
|
||||
Version: 4.5.1529342275.852c3ff6
|
||||
Version: 4.5.1530875209.f6cd7968
|
||||
Release: 0
|
||||
Summary: OS-level test automation
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user