chore: Rename project to service-update-alerts
Update project metadata, docs, and systemd unit names to match the new service-update-alerts naming.
This commit is contained in:
parent
413766ed2b
commit
501a84e0a9
8 changed files with 19 additions and 19 deletions
|
|
@ -16,7 +16,7 @@ def test_live_service_versions():
|
|||
failures = []
|
||||
|
||||
for service in services.values():
|
||||
result = check_service(service, timeout=20, user_agent="check-for-updates-test")
|
||||
result = check_service(service, timeout=20, user_agent="service-update-alerts-test")
|
||||
if service.upstream_latest_version_url and not result["latest"]:
|
||||
failures.append(f"{service.name}: latest version missing ({result['latest_error']})")
|
||||
if service.current_version_url and not result["current"]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue