[pinto] 01/02: Merge tag 'upstream/0.89'

Oleg Gashev oleg at gashev.net
Wed Aug 21 20:08:20 UTC 2013


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

gashev-guest pushed a commit to branch master
in repository pinto.

commit 0016b9abee535808dab36c736b7e68e9b7551476
Merge: 28047d3 43a7a0d
Author: Oleg Gashev <oleg at gashev.net>
Date:   Wed Aug 21 15:56:21 2013 -0400

    Merge tag 'upstream/0.89'
    
    Upstream version 0.89

 Build.PL                                           |    5 +-
 Changes                                            |  688 +++++++++++---------
 MANIFEST                                           |    7 +-
 MANIFEST.SKIP                                      |    5 +
 META.json                                          |  259 ++++----
 META.yml                                           |  255 ++++----
 README                                             |   10 +-
 bin/pinto                                          |   13 +-
 bin/pintod                                         |   13 +-
 dist.ini                                           |    2 +-
 etc/TODO.pod                                       |   36 +-
 etc/benchmark                                      |    4 +
 etc/demo                                           |  193 ++++++
 etc/findists                                       |    8 +-
 etc/import                                         |   56 --
 etc/init.d/pintod.debian                           |    3 +-
 etc/install.sh                                     |    4 +-
 etc/loadcpan                                       |    4 +
 etc/mkdbic                                         |    4 +
 etc/provides                                       |    4 +
 etc/puppet/manifests/pinto.pp                      |    1 +
 .../pinto/files/root/lib/sh/pinto_install.sh       |    3 +
 etc/smoke                                          |    6 +-
 lib/App/Pinto.pm                                   |   48 +-
 lib/App/Pinto/Command.pm                           |   44 +-
 lib/App/Pinto/Command/add.pm                       |   67 +-
 lib/App/Pinto/Command/clean.pm                     |   13 +-
 lib/App/Pinto/Command/copy.pm                      |   26 +-
 lib/App/Pinto/Command/default.pm                   |   23 +-
 lib/App/Pinto/Command/delete.pm                    |   19 +-
 lib/App/Pinto/Command/diff.pm                      |   57 +-
 lib/App/Pinto/Command/help.pm                      |   19 +-
 lib/App/Pinto/Command/init.pm                      |   39 +-
 lib/App/Pinto/Command/install.pm                   |   31 +-
 lib/App/Pinto/Command/kill.pm                      |   26 +-
 lib/App/Pinto/Command/list.pm                      |   19 +-
 lib/App/Pinto/Command/lock.pm                      |   23 +-
 lib/App/Pinto/Command/log.pm                       |   23 +-
 lib/App/Pinto/Command/manual.pm                    |   34 +-
 lib/App/Pinto/Command/migrate.pm                   |   31 +-
 lib/App/Pinto/Command/new.pm                       |   31 +-
 lib/App/Pinto/Command/nop.pm                       |   25 +-
 lib/App/Pinto/Command/pin.pm                       |   21 +-
 lib/App/Pinto/Command/props.pm                     |   24 +-
 lib/App/Pinto/Command/pull.pm                      |   41 +-
 lib/App/Pinto/Command/register.pm                  |   25 +-
 lib/App/Pinto/Command/rename.pm                    |   15 +-
 lib/App/Pinto/Command/stacks.pm                    |   23 +-
 lib/App/Pinto/Command/statistics.pm                |   36 +-
 lib/App/Pinto/Command/thanks.pm                    |   21 +-
 lib/App/Pinto/Command/unlock.pm                    |   23 +-
 lib/App/Pinto/Command/unpin.pm                     |   23 +-
 lib/App/Pinto/Command/unregister.pm                |   25 +-
 lib/App/Pinto/Command/verify.pm                    |   13 +-
 lib/Pinto.pm                                       |   83 ++-
 lib/Pinto/Action.pm                                |   30 +-
 lib/Pinto/Action/Add.pm                            |  115 ++--
 lib/Pinto/Action/Clean.pm                          |   17 +-
 lib/Pinto/Action/Copy.pm                           |   33 +-
 lib/Pinto/Action/Default.pm                        |   50 +-
 lib/Pinto/Action/Delete.pm                         |   37 +-
 lib/Pinto/Action/Diff.pm                           |   54 +-
 lib/Pinto/Action/Install.pm                        |   31 +-
 lib/Pinto/Action/Kill.pm                           |   26 +-
 lib/Pinto/Action/List.pm                           |   85 ++-
 lib/Pinto/Action/Lock.pm                           |   27 +-
 lib/Pinto/Action/Log.pm                            |   31 +-
 lib/Pinto/Action/New.pm                            |   41 +-
 lib/Pinto/Action/Nop.pm                            |   17 +-
 lib/Pinto/Action/Pin.pm                            |   27 +-
 lib/Pinto/Action/Props.pm                          |   42 +-
 lib/Pinto/Action/Pull.pm                           |   40 +-
 lib/Pinto/Action/Register.pm                       |   39 +-
 lib/Pinto/Action/Rename.pm                         |   20 +-
 lib/Pinto/Action/Stacks.pm                         |   43 +-
 lib/Pinto/Action/Statistics.pm                     |   29 +-
 lib/Pinto/Action/Unlock.pm                         |   27 +-
 lib/Pinto/Action/Unpin.pm                          |   27 +-
 lib/Pinto/Action/Unregister.pm                     |   37 +-
 lib/Pinto/Action/Verify.pm                         |   25 +-
 lib/Pinto/ArchiveUnpacker.pm                       |   41 +-
 lib/Pinto/Chrome.pm                                |   27 +-
 lib/Pinto/Chrome/Net.pm                            |   33 +-
 lib/Pinto/Chrome/Term.pm                           |   90 +--
 lib/Pinto/CommitMessage.pm                         |   26 +-
 lib/Pinto/Config.pm                                |  244 +++----
 lib/Pinto/Constants.pm                             |   40 +-
 lib/Pinto/Database.pm                              |   77 +--
 lib/Pinto/Difference.pm                            |  130 ++--
 lib/Pinto/DistributionSpec.pm                      |   59 +-
 lib/Pinto/Exception.pm                             |   15 +-
 lib/Pinto/Globals.pm                               |   23 +-
 lib/Pinto/IndexCache.pm                            |   44 +-
 lib/Pinto/IndexWriter.pm                           |   51 +-
 lib/Pinto/Initializer.pm                           |   58 +-
 lib/Pinto/Locker.pm                                |   44 +-
 lib/Pinto/Manual.pod                               |   11 +-
 lib/Pinto/Manual/Installing.pod                    |   13 +-
 lib/Pinto/Manual/Introduction.pod                  |   11 +-
 lib/Pinto/Manual/QuickStart.pod                    |   11 +-
 lib/Pinto/Manual/Thanks.pod                        |   13 +-
 lib/Pinto/Manual/Tutorial.pod                      |   13 +-
 lib/Pinto/Migrator.pm                              |   34 +-
 lib/Pinto/ModlistWriter.pm                         |   30 +-
 lib/Pinto/PackageExtractor.pm                      |   88 +--
 lib/Pinto/PackageSpec.pm                           |   36 +-
 lib/Pinto/PrerequisiteWalker.pm                    |   93 +--
 lib/Pinto/Remote.pm                                |   72 +-
 lib/Pinto/Remote/Action.pm                         |  111 ++--
 lib/Pinto/Remote/Action/Add.pm                     |   27 +-
 lib/Pinto/Remote/Action/Install.pm                 |   38 +-
 lib/Pinto/Remote/Result.pm                         |   19 +-
 lib/Pinto/Repository.pm                            |  302 ++++-----
 lib/Pinto/Result.pm                                |   55 +-
 lib/Pinto/RevisionWalker.pm                        |   36 +-
 lib/Pinto/Role/Committable.pm                      |   87 ++-
 lib/Pinto/Role/FileFetcher.pm                      |   44 +-
 lib/Pinto/Role/Installer.pm                        |   49 +-
 lib/Pinto/Role/PauseConfig.pm                      |   39 +-
 lib/Pinto/Role/Plated.pm                           |   23 +-
 lib/Pinto/Role/Puller.pm                           |  195 +++---
 lib/Pinto/Role/Schema/Result.pm                    |   29 +-
 lib/Pinto/Role/Transactional.pm                    |   20 +-
 lib/Pinto/Schema.pm                                |   21 +-
 lib/Pinto/Schema/Result/Ancestry.pm                |   41 +-
 lib/Pinto/Schema/Result/Distribution.pm            |  338 +++++-----
 lib/Pinto/Schema/Result/Package.pm                 |  158 ++---
 lib/Pinto/Schema/Result/Prerequisite.pm            |   79 +--
 lib/Pinto/Schema/Result/Registration.pm            |  137 ++--
 lib/Pinto/Schema/Result/RegistrationChange.pm      |   13 +-
 lib/Pinto/Schema/Result/Revision.pm                |  276 ++++----
 lib/Pinto/Schema/Result/Stack.pm                   |  338 +++++-----
 lib/Pinto/Schema/ResultSet/Distribution.pm         |   26 +-
 lib/Pinto/Schema/ResultSet/Package.pm              |   18 +-
 lib/Pinto/Schema/ResultSet/Registration.pm         |   33 +-
 lib/Pinto/Server.pm                                |   44 +-
 lib/Pinto/Server/Responder.pm                      |   14 +-
 lib/Pinto/Server/Responder/Action.pm               |   73 ++-
 lib/Pinto/Server/Responder/File.pm                 |   24 +-
 lib/Pinto/Server/Router.pm                         |   35 +-
 lib/Pinto/SpecFactory.pm                           |   36 +-
 lib/Pinto/Statistics.pm                            |   29 +-
 lib/Pinto/Store.pm                                 |   50 +-
 lib/Pinto/Types.pm                                 |  196 +++---
 lib/Pinto/Util.pm                                  |   97 +--
 t/00-report-prereqs.t                              |    1 +
 t/01-common/01-types.t                             |   88 +--
 t/01-common/02-package-spec.t                      |   44 +-
 t/01-common/03-distribution-spec.t                 |   38 +-
 t/01-common/04-util.t                              |  106 +--
 t/01-common/05-pauseconfig.t                       |   13 +-
 t/01-common/lib/TestClass.pm                       |   36 +-
 t/02-bowels/01-config.t                            |   32 +-
 t/02-bowels/02-chrome.t                            |   10 +-
 t/02-bowels/03-package.t                           |   28 +-
 t/02-bowels/04-distribution.t                      |   62 +-
 t/02-bowels/05-compare.t                           |   50 +-
 t/02-bowels/10-init.t                              |   70 +-
 t/02-bowels/11-tester.t                            |   54 +-
 t/02-bowels/20-add.t                               |  159 +++--
 t/02-bowels/21-add-no-index.t                      |   68 ++
 t/02-bowels/21-pull.t                              |   80 +--
 t/02-bowels/22-add-deep.t                          |   92 +--
 t/02-bowels/23-pull-multi.t                        |   51 +-
 t/02-bowels/31-pin.t                               |   48 +-
 t/02-bowels/32-pin-rjbs.t                          |   26 +-
 t/02-bowels/35-delete.t                            |   30 +-
 t/02-bowels/40-list.t                              |   42 +-
 t/02-bowels/41-log.t                               |   67 +-
 t/02-bowels/42-install.t                           |   71 +-
 t/02-bowels/43-install-and-pull.t                  |   25 +-
 t/02-bowels/50-diff.t                              |   53 ++
 t/02-bowels/50-diffs.t                             |   53 --
 t/02-bowels/51-diff-more.t                         |   84 +++
 t/02-bowels/60-dryrun.t                            |   12 +-
 t/02-bowels/61-nofail.t                            |   94 +--
 t/02-bowels/62-commit.t                            |   90 +--
 t/02-bowels/63-prereq-circular.t                   |   27 +-
 t/02-bowels/63-prereq.t                            |   42 +-
 t/02-bowels/64-metadata.t                          |    2 +-
 t/02-bowels/65-purity.t                            |   42 +-
 t/02-bowels/70-stack-copy.t                        |  218 ++++---
 t/02-bowels/71-stack-kill.t                        |   94 +--
 t/02-bowels/72-stack-rename.t                      |   74 ++-
 t/02-bowels/73-stack-lock.t                        |   83 +--
 t/02-bowels/74-stack-default.t                     |   30 +-
 t/02-bowels/75-stack-props.t                       |   81 +--
 t/02-bowels/80-repo-lock.t                         |  119 ++--
 t/03-remote/01-requests.t                          |   58 +-
 t/03-remote/02-responses.t                         |   33 +-
 t/03-remote/03-install.t                           |  102 +--
 t/03-remote/04-install-with-auth.t                 |   80 ++-
 t/04-server/01-functional.t                        |  332 +++++-----
 t/04-server/02-authentication.t                    |   81 +--
 t/lib/Pinto/Server/Tester.pm                       |  183 +++---
 t/lib/Pinto/Tester.pm                              |  251 ++++---
 t/lib/Pinto/Tester/Util.pm                         |   60 +-
 weaver.ini                                         |    2 +
 xt/help/50-manual_cmd.t                            |   66 ++
 xt/release/02-workarounds.t                        |   21 +-
 xt/release/99-memory-cycle.t                       |   25 +-
 201 files changed, 6461 insertions(+), 5503 deletions(-)

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



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