Files
gentoo/sys-process/glances/files/glances-4.3.1-disable-update-check.patch
John Helmert III cab77b6b8b sys-process/glances: add 4.3.1
Simplify the update check disablement patch and move documentation
directory move in src_install, removing the need for that patch.

Signed-off-by: John Helmert III <ajak@gentoo.org>
2025-04-13 19:50:43 -07:00

21 lines
601 B
Diff

From 345789c365404f41d2743df43b4c1debd424f460 Mon Sep 17 00:00:00 2001
From: John Helmert III <ajak@gentoo.org>
Date: Sun, 13 Apr 2025 12:37:06 -0700
Subject: [PATCH] disable update check
Signed-off-by: John Helmert III <ajak@gentoo.org>
--- a/glances/main.py
+++ b/glances/main.py
@@ -606,7 +606,7 @@ Examples of use:
parser.add_argument(
'--disable-check-update',
action='store_true',
- default=False,
+ default=True,
dest='disable_check_update',
help='disable online Glances version ckeck',
)
--
2.49.0