]> git.pld-linux.org Git - packages/percona-toolkit.git/commitdiff
disable version check by default in global config
authorElan Ruusamäe <glen@delfi.ee>
Mon, 7 Apr 2014 11:46:07 +0000 (14:46 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 7 Apr 2014 11:46:07 +0000 (14:46 +0300)
percona-toolkit.conf
percona-toolkit.spec

index 63f1ec806029e5be38e2b6e09a1601f74713a6e6..08b954260411d26a79fdc321d4cac123e161e6c7 100644 (file)
@@ -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
index abfbfa6f9823f7a3dda09623653562309c043c3d..42ef166051563fdbd4d6315656d2ed5f5519caec 100644 (file)
@@ -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
This page took 0.122607 seconds and 4 git commands to generate.