[libtheschwartz-perl] 34/43: Merge tag 'upstream/1.12'

dom at earth.li dom at earth.li
Mon May 9 20:11:03 UTC 2016


This is an automated email from the git hooks/post-receive script.

dom pushed a commit to branch master
in repository libtheschwartz-perl.

commit 4b50a5bdacb42d895514b4ac7d916836dc33ff6e
Merge: 18d4990 ea5ac11
Author: Dominic Hargreaves <dom at earth.li>
Date:   Sun May 8 23:56:16 2016 +0100

    Merge tag 'upstream/1.12'
    
    Upstream version 1.12

 Build.PL                          |  46 +++
 CHANGES                           |  61 ++-
 MANIFEST                          |  21 +-
 MANIFEST.SKIP                     |  24 ++
 META.yml                          |  36 +-
 Makefile.PL                       |  21 -
 README.md                         |  43 ++
 bin/schwartzmon                   | 269 +++++++------
 debian/changelog                  |   2 +-
 doc/schema-postgres.sql           |   4 +-
 extras/TheSchwartz.spec           |  34 --
 extras/check_schwartz             |  28 +-
 extras/perl-TheSchwartz.spec      |  55 +++
 extras/thetop                     | 135 ++++---
 inc/Module/AutoInstall.pm         | 818 --------------------------------------
 inc/Module/Install.pm             | 441 --------------------
 inc/Module/Install/AutoInstall.pm |  61 ---
 inc/Module/Install/Base.pm        |  78 ----
 inc/Module/Install/Can.pm         |  81 ----
 inc/Module/Install/Fetch.pm       |  93 -----
 inc/Module/Install/Include.pm     |  34 --
 inc/Module/Install/Makefile.pm    | 405 -------------------
 inc/Module/Install/Metadata.pm    | 694 --------------------------------
 inc/Module/Install/Scripts.pm     |  29 --
 inc/Module/Install/Win32.pm       |  64 ---
 inc/Module/Install/WriteAll.pm    |  63 ---
 lib/TheSchwartz.pm                | 615 ++++++++++++++++++----------
 lib/TheSchwartz/Error.pm          |   9 +-
 lib/TheSchwartz/ExitStatus.pm     |  15 +-
 lib/TheSchwartz/FuncMap.pm        |  28 +-
 lib/TheSchwartz/Job.pm            | 257 +++++++-----
 lib/TheSchwartz/JobHandle.pm      |  32 +-
 lib/TheSchwartz/Worker.pm         |  38 +-
 perltidyrc                        |  16 +
 server/bin/schwartzd              |  45 ++-
 server/t/00-start-ping.t          |   5 +-
 server/t/01-insert-and-get.t      |  22 +-
 server/t/lib/testlib.pl           |  80 ++--
 t/05-job-ctor.t                   |  98 +++--
 t/api.t                           | 223 ++++++-----
 t/cleanup.t                       | 118 +++---
 t/client-time-unsync.t            |  69 ++--
 t/coalesce.t                      |  84 ++--
 t/dead-dbs.t                      |  56 +--
 t/declined.t                      | 126 ++++--
 t/empty-db.t                      |  50 ++-
 t/evenly-distribute.t             |  92 +++--
 t/fail-working-multiple.t         |  77 ++--
 t/funcid.t                        |  70 ++--
 t/grab-race.t                     |  62 +--
 t/grab_and_work_on.t              |  82 ++--
 t/high-funcid-starvation.t        |  71 ++--
 t/insert-and-do.t                 | 223 ++++++-----
 t/lib/db-common.pl                | 205 ++++++----
 t/parallel-workers.t              |  78 ++--
 t/priority.t                      | 168 ++++++--
 t/replace-abort.t                 | 168 ++++++++
 t/replace-with.t                  |  61 +--
 t/retry-delay.t                   |  67 ++--
 t/scoreboard.t                    | 105 ++---
 t/server-time.t                   |  18 +-
 t/unique.t                        |  71 ++--
 t/work-before-funcids-exist.t     |  46 +--
 xt/perlcritic.t                   |  20 +
 xt/pod-coverage.t                 |  12 +-
 xt/pod-spelling.t                 |  13 +
 66 files changed, 2751 insertions(+), 4584 deletions(-)

diff --cc debian/changelog
index 62aef42,0000000..8cdd73e
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,29 -1,0 +1,29 @@@
- libtheschwartz-perl (1.10-1) UNRELEASED; urgency=low
++libtheschwartz-perl (1.12-1) UNRELEASED; urgency=low
 +
 +  * Add Vcs-* URLs
 +  * New upstream release
 +    - use upstream schwartzmon manpage
 +  * Conform with copyright-format 1.0
 +  * Switch to minimal dh rules file
 +  * Update Standards-Version (no changes)
 +  * Switch to dpkg-source 3.0 (quilt) format
 +  * TODO: test failure t/unique.t
 +
 + -- Dominic Hargreaves <dom at earth.li>  Sat, 15 Feb 2014 11:57:55 +0000
 +
 +libtheschwartz-perl (1.07-1) unstable; urgency=low
 +
 +  * New upstream release
 +  * Update Standards-Version (no changes)
 +  * Includes patch from https://rt.cpan.org/Ticket/Display.html?id=38570
 +    to fix test failure.
 +
 + -- Dominic Hargreaves <dom at earth.li>  Wed, 04 Mar 2009 19:02:32 +0000
 +
 +libtheschwartz-perl (1.04-1) unstable; urgency=low
 +
 +  * Initial Release. (Closes: #456255)
 +  * Includes patch from https://rt.cpan.org/Ticket/Display.html?id=31505
 +    to fix test failure.
 +
 + -- Dominic Hargreaves <dom at earth.li>  Thu, 20 Dec 2007 23:23:18 +0000

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtheschwartz-perl.git



More information about the Pkg-perl-cvs-commits mailing list