From 1c4b93e90615b69e73d9d27f79732318f3605e22 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Sep 10 2016 00:40:18 +0000 Subject: drop back a bit to a slightly earlier git snapshot I had several dying workers with the newer commit while it was running on staging; I've had this slightly earlier commit set up for a week or so now and it mostly seems fine. --- diff --git a/.gitignore b/.gitignore index e29f02f..a1e8343 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /os-autoinst-243c03670ffca3d5c7f54235b3c948fb83976210.tar.gz /os-autoinst-f5bb0fe960e394f135f49fc7e4cfc0dc2d90ba53.tar.gz /os-autoinst-0b5d885b30e84a229809d1e9e89b8b42533b8643.tar.gz +/os-autoinst-1962d68ec8b432b8cef665b5b35bce54694a4d98.tar.gz diff --git a/os-autoinst.spec b/os-autoinst.spec index b9da18d..eb6b085 100644 --- a/os-autoinst.spec +++ b/os-autoinst.spec @@ -24,14 +24,14 @@ %global github_owner os-autoinst %global github_name os-autoinst %global github_version 4.3 -%global github_commit 0b5d885b30e84a229809d1e9e89b8b42533b8643 +%global github_commit 1962d68ec8b432b8cef665b5b35bce54694a4d98 # if set, will be a post-release snapshot build, otherwise a 'normal' build %global github_date 20160902 %global shortcommit %(c=%{github_commit}; echo ${c:0:7}) Name: os-autoinst Version: %{github_version} -Release: 25%{?github_date:.%{github_date}git%{shortcommit}}%{?dist} +Release: 26%{?github_date:.%{github_date}git%{shortcommit}}%{?dist} Summary: OS-level test automation License: GPLv2+ Group: Development/System @@ -126,7 +126,7 @@ make INSTALLDIRS=vendor %{?_smp_mflags} # only internal stuff rm %{buildroot}%{_libexecdir}/os-autoinst/tools/tidy rm -r %{buildroot}%{_libexecdir}/os-autoinst/tools/lib/perlcritic -rm %{buildroot}%{_libexecdir}/os-autoinst/tools/check_coverage +#rm %{buildroot}%{_libexecdir}/os-autoinst/tools/check_coverage # we don't really need to ship this in the package, usually the web UI # is much better for needle editing rm %{buildroot}%{_libexecdir}/os-autoinst/crop.py* @@ -193,6 +193,9 @@ make check VERBOSE=1 %config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.opensuse.os_autoinst.switch.conf %changelog +* Sun Sep 04 2016 Adam Williamson - 4.3.26.20160902git1962d68 +- slightly older git snapshot, may fix issues seen in last build + * Sat Sep 03 2016 Adam Williamson - 4.3-25.20160902git0b5d885 - bump to latest git again, drop merged patches diff --git a/sources b/sources index 04e9082..bb9ada0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9bb7adf430889b271574674b7c5967de os-autoinst-0b5d885b30e84a229809d1e9e89b8b42533b8643.tar.gz +dfdf44ef5298c857e3154879c37443e4 os-autoinst-1962d68ec8b432b8cef665b5b35bce54694a4d98.tar.gz