Offline generation of 4.6.1614171005.a4459c0c

4.6.1614171005.a4459c0c

OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/os-autoinst?expand=0&rev=471
This commit is contained in:
Oliver Kurz 2021-02-25 16:02:25 +00:00 committed by Git OBS Bridge
parent 8cb72ea027
commit 4c364830be
6 changed files with 18 additions and 8 deletions

View File

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

View File

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

View File

@ -19,7 +19,7 @@
%define name_ext -test %define name_ext -test
%define short_name os-autoinst %define short_name os-autoinst
Name: %{short_name}%{?name_ext} Name: %{short_name}%{?name_ext}
Version: 4.6.1613739162.3c1f4d7d Version: 4.6.1614171005.a4459c0c
Release: 0 Release: 0
Summary: test package for os-autoinst Summary: test package for os-autoinst
License: GPL-2.0-or-later License: GPL-2.0-or-later

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Feb 24 12:50:16 UTC 2021 - okurz@suse.com
- Update to version 4.6.1614171005.a4459c0c:
* spec: Account for sporadic slowness in build environments
* Slightly simplify needle.pm with condensed lines
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Feb 19 12:52:53 UTC 2021 - okurz@suse.com Fri Feb 19 12:52:53 UTC 2021 - okurz@suse.com

View File

@ -1,5 +1,5 @@
name: os-autoinst name: os-autoinst
version: 4.6.1613739162.3c1f4d7d version: 4.6.1614171005.a4459c0c
mtime: 1613739162 mtime: 1614171005
commit: 3c1f4d7d9901e6d20c87f8d80f8355c5d7899893 commit: a4459c0c23a499a43a53823fe27809efba980cf9

View File

@ -17,7 +17,7 @@
Name: os-autoinst Name: os-autoinst
Version: 4.6.1613739162.3c1f4d7d Version: 4.6.1614171005.a4459c0c
Release: 0 Release: 0
Summary: OS-level test automation Summary: OS-level test automation
License: GPL-2.0-or-later License: GPL-2.0-or-later
@ -167,6 +167,9 @@ export NO_BRP_STALE_LINK_ERROR=yes
%check %check
export CI=1 export CI=1
# account for sporadic slowness in build environments
# https://progress.opensuse.org/issues/89059
export OPENQA_TEST_TIMEOUT_SCALE_CI=4
cd %{__builddir} cd %{__builddir}
%cmake_build check-pkg-build %cmake_build check-pkg-build