public inbox for location@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] location: Provide a return code if the database does not need to be updated.
@ 2020-07-29 16:51 Stefan Schantl
  2020-08-04  9:42 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Schantl @ 2020-07-29 16:51 UTC (permalink / raw)
  To: location

[-- Attachment #1: Type: text/plain, Size: 560 bytes --]

Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
 src/python/location.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/python/location.in b/src/python/location.in
index 5211b28..8cdd140 100644
--- a/src/python/location.in
+++ b/src/python/location.in
@@ -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()
-- 
2.20.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] location: Provide a return code if the database does not need to be updated.
  2020-07-29 16:51 [PATCH] location: Provide a return code if the database does not need to be updated Stefan Schantl
@ 2020-08-04  9:42 ` Michael Tremer
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2020-08-04  9:42 UTC (permalink / raw)
  To: location

[-- Attachment #1: Type: text/plain, Size: 724 bytes --]

Thank you. Merged.

> On 29 Jul 2020, at 17:51, Stefan Schantl <stefan.schantl(a)ipfire.org> wrote:
> 
> Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
> ---
> src/python/location.in | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/python/location.in b/src/python/location.in
> index 5211b28..8cdd140 100644
> --- a/src/python/location.in
> +++ b/src/python/location.in
> @@ -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()
> -- 
> 2.20.1
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-08-04  9:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-29 16:51 [PATCH] location: Provide a return code if the database does not need to be updated Stefan Schantl
2020-08-04  9:42 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox