Build percona-toolkit-3.0.1

This commit is contained in:
Evgeniy Patlan
2017-02-16 18:11:03 +02:00
committed by David Bennett
parent 9970657a2a
commit a0c230dd02
41 changed files with 3730 additions and 53 deletions

View File

@@ -1,5 +1,7 @@
Changelog for Percona Toolkit
v3.0.1 released 2017-02-16
v3.0 released 2017-02-03
* Fixed bug 1402776: Improved fix (protocol parser fix): error when parsing tcpdump capture with pt-query-digest

View File

@@ -1,11 +1,12 @@
Changelog
CONTRIBUTE.md
COPYING
glide.lock
glide.yaml
INSTALL
Makefile.PL
MANIFEST
README
bin/govendor
bin/pt-align
bin/pt-archiver
bin/pt-config-diff
@@ -21,8 +22,6 @@ bin/pt-index-usage
bin/pt-ioprofile
bin/pt-kill
bin/pt-mext
bin/pt-mongodb-query-digest
bin/pt-mongodb-summary
bin/pt-mysql-summary
bin/pt-online-schema-change
bin/pt-pmp

View File

@@ -2,7 +2,7 @@ use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'percona-toolkit',
VERSION => '3.0',
VERSION => '3.0.1',
EXE_FILES => [ <bin/*> ],
MAN1PODS => {
'docs/percona-toolkit.pod' => 'blib/man1/percona-toolkit.1p',

View File

@@ -1351,6 +1351,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-align 3.0
pt-align 3.0.1
=cut

View File

@@ -8418,6 +8418,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-archiver 3.0
pt-archiver 3.0.1
=cut

View File

@@ -5817,6 +5817,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-config-diff 3.0
pt-config-diff 3.0.1
=cut

View File

@@ -5608,6 +5608,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-deadlock-logger 3.0
pt-deadlock-logger 3.0.1
=cut

View File

@@ -5619,6 +5619,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-diskstats 3.0
pt-diskstats 3.0.1
=cut

View File

@@ -5670,6 +5670,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-duplicate-key-checker 3.0
pt-duplicate-key-checker 3.0.1
=cut

View File

@@ -1640,6 +1640,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-fifo-split 3.0
pt-fifo-split 3.0.1
=cut

View File

@@ -5029,6 +5029,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-find 3.0
pt-find 3.0.1
=cut

View File

@@ -2231,6 +2231,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-fingerprint 3.0
pt-fingerprint 3.0.1
=cut

View File

@@ -4594,6 +4594,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-fk-error-logger 3.0
pt-fk-error-logger 3.0.1
=cut

View File

@@ -7183,6 +7183,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-heartbeat 3.0
pt-heartbeat 3.0.1
=cut

View File

@@ -7600,6 +7600,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-index-usage 3.0
pt-index-usage 3.0.1
=cut

View File

@@ -1125,7 +1125,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-ioprofile 3.0
pt-ioprofile 3.0.1
=cut

View File

@@ -8334,6 +8334,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-kill 3.0
pt-kill 3.0.1
=cut

View File

@@ -801,7 +801,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-mext 3.0
pt-mext 3.0.1
=cut

View File

@@ -3139,7 +3139,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-mysql-summary 3.0
pt-mysql-summary 3.0.1
=cut

View File

@@ -12402,6 +12402,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-online-schema-change 3.0
pt-online-schema-change 3.0.1
=cut

View File

@@ -895,7 +895,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-pmp 3.0
pt-pmp 3.0.1
=cut

View File

@@ -16730,6 +16730,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-query-digest 3.0
pt-query-digest 3.0.1
=cut

View File

@@ -2516,6 +2516,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-show-grants 3.0
pt-show-grants 3.0.1
=cut

View File

@@ -1243,7 +1243,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-sift 3.0
pt-sift 3.0.1
=cut

View File

@@ -4911,6 +4911,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-slave-delay 3.0
pt-slave-delay 3.0.1
=cut

View File

@@ -4423,6 +4423,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-slave-find 3.0
pt-slave-find 3.0.1
=cut

View File

@@ -6012,6 +6012,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-slave-restart 3.0
pt-slave-restart 3.0.1
=cut

View File

@@ -2249,7 +2249,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-stalk 3.0
pt-stalk 3.0.1
=cut

View File

@@ -2720,7 +2720,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-summary 3.0
pt-summary 3.0.1
=cut

View File

@@ -13054,6 +13054,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-table-checksum 3.0
pt-table-checksum 3.0.1
=cut

View File

@@ -12877,6 +12877,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-table-sync 3.0
pt-table-sync 3.0.1
=cut

View File

@@ -8461,6 +8461,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-table-usage 3.0
pt-table-usage 3.0.1
=cut

View File

@@ -11343,6 +11343,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-upgrade 3.0
pt-upgrade 3.0.1
=cut

View File

@@ -6180,6 +6180,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-variable-advisor 3.0
pt-variable-advisor 3.0.1
=cut

View File

@@ -3273,6 +3273,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-visual-explain 3.0
pt-visual-explain 3.0.1
=cut

View File

@@ -1,3 +1,8 @@
percona-toolkit (3.0.1-1) unstable; urgency=low
-- Percona Toolkit Developers <toolkit-dev@percona.com> Thu, 16 Feb 2017 16:08:43 +0000
percona-toolkit (3.0-1) unstable; urgency=low
* Fixed bug 1402776: Improved fix (protocol parser fix): error when parsing tcpdump capture with pt-query-digest

28
config/deb/control.bak Normal file
View File

@@ -0,0 +1,28 @@
Source: percona-toolkit
Section: utils
Priority: optional
Maintainer: Percona Toolkit Developers <toolkit-dev@percona.com>
Build-Depends: debhelper (>= 4.2)
Build-Depends-Indep: perl (>= 5.6.0-16)
Standards-Version: 3.7.2
Homepage: http://www.percona.com/software/percona-toolkit/
Vcs-Browser: https://github.com/percona/percona-toolkit
Vcs-Git: git://github.com/percona/percona-toolkit.git
Package: percona-toolkit
Architecture: amd64
Depends: ${perl:Depends}, libdbi-perl (>= 1.13), libdbd-mysql-perl | libdbd-mysql-5.1-perl, libterm-readkey-perl (>=2.10),
libio-socket-ssl-perl
Description: Advanced MySQL and system command-line tools
Percona Toolkit is a collection of advanced command-line tools used by
Percona (http://www.percona.com/) support staff to perform a variety of
MySQL and system tasks that are too difficult or complex to perform manually.
.
These tools are ideal alternatives to private or "one-off" scripts because
they are professionally developed, formally tested, and fully documented.
They are also fully self-contained, so installation is quick and easy and
no libraries are installed.
.
Percona Toolkit is developed and supported by Percona. For more
information and other free, open-source software developed by Percona,
visit http://www.percona.com/software/.

View File

@@ -0,0 +1,56 @@
Name: percona-toolkit
Summary: Advanced MySQL and system command-line tools
Version: %{version}
Release: %{release}
Group: Applications/Databases
License: GPLv2
Vendor: Percona
URL: http://www.percona.com/software/percona-toolkit/
Source: percona-toolkit-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch: x86_64
Requires: perl(DBI) >= 1.13, perl(DBD::mysql) >= 1.0, perl(Time::HiRes), perl(IO::Socket::SSL), perl(Digest::MD5), perl(Term::ReadKey)
AutoReq: no
%description
Percona Toolkit is a collection of advanced command-line tools used by
Percona (http://www.percona.com/) support staff to perform a variety of
MySQL and system tasks that are too difficult or complex to perform manually.
These tools are ideal alternatives to private or "one-off" scripts because
they are professionally developed, formally tested, and fully documented.
They are also fully self-contained, so installation is quick and easy and
no libraries are installed.
Percona Toolkit is developed and supported by Percona. For more
information and other free, open-source software developed by Percona,
visit http://www.percona.com/software/.
%prep
%setup -q
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor < /dev/null
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
find $RPM_BUILD_ROOT -type f -name 'percona-toolkit.pod' -exec rm -f {} ';'
chmod -R u+w $RPM_BUILD_ROOT/*
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc COPYING INSTALL README Changelog
%{_bindir}/*
%{_mandir}/man1/*.1*
%changelog
* Mon Jul 18 2011 Daniel Nichter
- Initial implementation

View File

@@ -48,9 +48,9 @@ copyright = u'2016, Percona LLC and/or its affiliates'
# built documents.
#
# The short X.Y version.
version = '3'
version = '3.0'
# The full version, including alpha/beta/rc tags.
release = '3.0'
release = '3.0.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@@ -26,10 +26,6 @@ This release of Percona Toolkit includes the following tools:
=over
=item govendor
=item pt-align
Align output from other tools to columns.
@@ -90,14 +86,6 @@ Kill MySQL queries that match certain criteria.
Look at many samples of MySQL C<SHOW GLOBAL STATUS> side-by-side.
=item pt-mongodb-query-digest
=item pt-mongodb-summary
=item pt-mysql-summary
Summarize MySQL information nicely.
@@ -572,6 +560,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
Percona Toolkit v3.0 released 2017-02-03
Percona Toolkit v3.0.1 released 2017-02-16
=cut

File diff suppressed because it is too large Load Diff