[libtheschwartz-perl] 23/43: Merge tag 'upstream/1.10'

dom at earth.li dom at earth.li
Mon May 9 20:11:01 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 f28b87485f76d860bdd675cad5130a039819f5ce
Merge: 5b84fb8 22c3c9c
Author: Dominic Hargreaves <dom at earth.li>
Date:   Sat Feb 15 12:04:41 2014 +0000

    Merge tag 'upstream/1.10'
    
    Upstream version 1.10
    
    Conflicts:
    	CHANGES
    	MANIFEST
    	META.yml
    	doc/schema-postgres.sql
    	lib/TheSchwartz.pm
    	lib/TheSchwartz/FuncMap.pm
    	lib/TheSchwartz/Worker.pm
    	t/api.t
    	t/priority.t
    	t/scoreboard.t
    	t/server-time.t

 CHANGES                           |   7 +
 MANIFEST                          |  11 +-
 MANIFEST.SKIP                     |   1 +
 META.yml                          |  19 +-
 Makefile.PL                       |   3 +
 bin/schwartzmon                   |  26 ++
 doc/schema-postgres.sql           |   5 +-
 inc/Module/AutoInstall.pm         | 116 +++--
 inc/Module/Install.pm             | 564 ++++++++++++++++---------
 inc/Module/Install/AutoInstall.pm |   8 +-
 inc/Module/Install/Base.pm        |  60 +--
 inc/Module/Install/Can.pm         |  21 +-
 inc/Module/Install/Fetch.pm       |  12 +-
 inc/Module/Install/Include.pm     |   8 +-
 inc/Module/Install/Makefile.pm    | 503 +++++++++++++++-------
 inc/Module/Install/Metadata.pm    | 865 +++++++++++++++++++++++++++-----------
 inc/Module/Install/Scripts.pm     |  55 +--
 inc/Module/Install/Win32.pm       |  15 +-
 inc/Module/Install/WriteAll.pm    |  80 ++--
 lib/TheSchwartz.pm                | 128 +++++-
 lib/TheSchwartz/Error.pm          |   2 +-
 lib/TheSchwartz/ExitStatus.pm     |   2 +-
 lib/TheSchwartz/FuncMap.pm        |   2 +-
 lib/TheSchwartz/Job.pm            |  43 +-
 lib/TheSchwartz/JobHandle.pm      |   2 +-
 lib/TheSchwartz/Worker.pm         |   9 +-
 t/api.t                           |   2 +-
 t/cleanup.t                       |   4 +-
 t/coalesce.t                      |   2 +-
 t/dead-dbs.t                      |   2 +-
 t/{retry-delay.t => declined.t}   |  29 +-
 t/empty-db.t                      |   6 +-
 t/evenly-distribute.t             |   7 +-
 t/fail-working-multiple.t         |   2 +-
 t/funcid.t                        |   2 +-
 t/grab_and_work_on.t              |  65 +++
 t/high-funcid-starvation.t        |   4 +-
 t/insert-and-do.t                 |   2 +-
 t/lib/db-common.pl                |  70 ++-
 t/priority.t                      |   3 +-
 t/replace-with.t                  |   2 +-
 t/retry-delay.t                   |   2 +-
 t/scoreboard.t                    |  16 +-
 t/server-time.t                   |   2 +-
 t/unique.t                        |   2 +-
 t/work-before-funcids-exist.t     |   6 +-
 {t => xt}/pod-coverage.t          |   0
 {t => xt}/pod.t                   |   0
 48 files changed, 1944 insertions(+), 853 deletions(-)

diff --cc MANIFEST
index b1d3798,6a4d415..7f23795
--- a/MANIFEST
+++ b/MANIFEST
@@@ -8,8 -4,8 +8,7 @@@ doc/http-mappings.tx
  doc/notes.txt
  doc/schema-postgres.sql
  doc/schema.sql
 -extras/check_schwartz
  extras/TheSchwartz.spec
- extras/check_schwartz
  extras/thetop
  inc/Module/AutoInstall.pm
  inc/Module/Install.pm

-- 
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