[packages/percona-toolkit] disable version check by default in global config

glen glen at pld-linux.org
Mon Apr 7 13:46:28 CEST 2014


commit 038a283c0be2933e660530c3f84a8bfdd003b529
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon Apr 7 14:46:07 2014 +0300

    disable version check by default in global config

 percona-toolkit.conf | 17 +++++++++++++++++
 percona-toolkit.spec |  2 +-
 2 files changed, 18 insertions(+), 1 deletion(-)
---
diff --git a/percona-toolkit.spec b/percona-toolkit.spec
index abfbfa6..42ef166 100644
--- a/percona-toolkit.spec
+++ b/percona-toolkit.spec
@@ -2,7 +2,7 @@
 Summary:	Essential command-line utilities for MySQL
 Name:		percona-toolkit
 Version:	2.2.7
-Release:	1
+Release:	2
 License:	GPL v2
 Group:		Applications/Databases
 Source0:	https://www.percona.com/downloads/percona-toolkit/%{version}/%{name}-%{version}.tar.gz
diff --git a/percona-toolkit.conf b/percona-toolkit.conf
index 63f1ec8..08b9542 100644
--- a/percona-toolkit.conf
+++ b/percona-toolkit.conf
@@ -1,2 +1,19 @@
 # global configuration of all percona-toolkit apps.
 # see percona-toolkit(1) for more details.
+
+# Check for the latest version of Percona Toolkit, MySQL, and other programs.
+#
+# This is a standard "check for updates automatically" feature, with two
+# additional features.  First, the tool checks the version of other programs on
+# the local system in addition to its own version.  For example, it checks the
+# version of every MySQL server it connects to, Perl, and the Perl module
+# DBD::mysql. Second, it checks for and warns about versions with known
+# problems. For example, MySQL 5.5.25 had a critical bug and was re-released
+# as 5.5.25a.
+#
+# Any updates or known problems are printed to STDOUT before the tool's normal
+# output. This feature should never interfere with the normal operation of the
+# tool.
+#
+# For more information, visit <https://www.percona.com/version-check>.
+no-version-check
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/percona-toolkit.git/commitdiff/038a283c0be2933e660530c3f84a8bfdd003b529



More information about the pld-cvs-commit mailing list