lab.nexedi.com will be down from Thursday, 20 March 2025, 07:30:00 UTC for a duration of approximately 2 hours

Commit a243587a authored by Stefan Schantl's avatar Stefan Schantl Committed by Michael Tremer

location: Provide a return code if the database does not need to be updated.

Signed-off-by: default avatarStefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: default avatarMichael Tremer <michael.tremer@ipfire.org>
parent dc0be5c5
......@@ -416,7 +416,7 @@ class CLI(object):
_("The datase has recently be updated recently (%s)") % \
format_timedelta(now - t),
)
return
return 3
# Fetch the timestamp we need from DNS
t = location.discover_latest_version()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment