File: removeUpdatesCheck.diff

package info (click to toggle)
cyclograph 1.9.1-1.3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,140 kB
  • sloc: python: 5,695; javascript: 67; makefile: 3
file content (15 lines) | stat: -rw-r--r-- 470 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
From: Federico Brega <charon.66@gmail.com>
Subject: Disable automatic check for a new release

This feature is useless in Debian and can be suspect of tracking.
--- a/cyclograph/version.py
+++ b/cyclograph/version.py
@@ -28,7 +28,7 @@
 # the latest version.
 # It is intended for environments where the installable software is controlled
 # as are distribution.
-VERSION_CHECK_ENABLED = True
+VERSION_CHECK_ENABLED = False
 
 
 class LastVersionQuery(threading.Thread):