forked from pool/build-compare
- touch watchdog every 15 instead of 57 minutes
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build-compare?expand=0&rev=269
This commit is contained in:
parent
fd3e3dbbfb
commit
b9318be55f
@ -2,6 +2,7 @@
|
||||
Tue May 5 05:05:05 UTC 2020 - olaf@aepfle.de
|
||||
|
||||
- handle oddly named ZIP archives
|
||||
- touch watchdog every 15 instead of 57 minutes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 31 09:09:09 UTC 2020 - olaf@aepfle.de
|
||||
|
@ -21,7 +21,7 @@ Summary: Build Result Compare Script
|
||||
License: GPL-2.0+
|
||||
Group: Development/Tools/Building
|
||||
Url: https://github.com/openSUSE/build-compare
|
||||
Version: 20200505T085902.593c795
|
||||
Version: 20200508T210136.9aadd6e
|
||||
Release: 0
|
||||
Source1: COPYING
|
||||
Source2: same-build-result.sh
|
||||
|
@ -6,7 +6,7 @@
|
||||
# Written by Michael Matz and Stephan Coolo
|
||||
# Enhanced by Andreas Jaeger
|
||||
declare -i watchdog_host_timeout_seconds='3600'
|
||||
declare -i watchdog_touch_percent_prior_timeout='96'
|
||||
declare -i watchdog_touch_percent_prior_timeout='25'
|
||||
declare -i watchdog_next_touch_seconds=0
|
||||
|
||||
function watchdog_reset
|
||||
|
Loading…
x
Reference in New Issue
Block a user