[sqitch] 01/03: Merge tag 'upstream/0.9994'
zeha at debian.org
zeha at debian.org
Mon Jul 4 11:39:13 UTC 2016
This is an automated email from the git hooks/post-receive script.
zeha pushed a commit to branch master
in repository sqitch.
commit 088aa292dc3e5356514c1e8397329ad64e0940f4
Merge: 1c4de47 bf339b1
Author: Christian Hofstaedtler <zeha at debian.org>
Date: Mon Jul 4 13:22:51 2016 +0200
Merge tag 'upstream/0.9994'
Upstream version 0.9994
Build.PL | 2 +-
Changes | 33 +++++
LICENSE | 2 +-
META.json | 2 +-
META.yml | 2 +-
README | 4 +-
README.md | 6 +-
dist/sqitch.spec | 11 +-
inc/Module/Build/Sqitch.pm | 14 ++-
lib/App/Sqitch.pm | 2 +-
lib/App/Sqitch/Command.pm | 2 +-
lib/App/Sqitch/Command/add.pm | 2 +-
lib/App/Sqitch/Command/bundle.pm | 2 +-
lib/App/Sqitch/Command/checkout.pm | 2 +-
lib/App/Sqitch/Command/config.pm | 2 +-
lib/App/Sqitch/Command/deploy.pm | 2 +-
lib/App/Sqitch/Command/engine.pm | 4 +-
lib/App/Sqitch/Command/help.pm | 2 +-
lib/App/Sqitch/Command/init.pm | 2 +-
lib/App/Sqitch/Command/log.pm | 2 +-
lib/App/Sqitch/Command/plan.pm | 2 +-
lib/App/Sqitch/Command/rebase.pm | 2 +-
lib/App/Sqitch/Command/revert.pm | 2 +-
lib/App/Sqitch/Command/rework.pm | 2 +-
lib/App/Sqitch/Command/show.pm | 2 +-
lib/App/Sqitch/Command/status.pm | 2 +-
lib/App/Sqitch/Command/tag.pm | 2 +-
lib/App/Sqitch/Command/target.pm | 2 +-
lib/App/Sqitch/Command/upgrade.pm | 2 +-
lib/App/Sqitch/Command/verify.pm | 2 +-
lib/App/Sqitch/Config.pm | 2 +-
lib/App/Sqitch/DateTime.pm | 2 +-
lib/App/Sqitch/Engine.pm | 49 +++++++-
lib/App/Sqitch/Engine/firebird.pm | 47 ++++---
lib/App/Sqitch/Engine/mysql.pm | 4 +-
lib/App/Sqitch/Engine/oracle.pm | 69 ++++++++---
lib/App/Sqitch/Engine/pg.pm | 3 +-
lib/App/Sqitch/Engine/sqlite.pm | 4 +-
lib/App/Sqitch/Engine/vertica.pm | 33 ++++-
lib/App/Sqitch/ItemFormatter.pm | 2 +-
lib/App/Sqitch/Plan.pm | 2 +-
lib/App/Sqitch/Plan/Blank.pm | 2 +-
lib/App/Sqitch/Plan/Depend.pm | 2 +-
lib/App/Sqitch/Plan/Line.pm | 2 +-
lib/App/Sqitch/Plan/LineList.pm | 2 +-
lib/App/Sqitch/Plan/Pragma.pm | 2 +-
lib/App/Sqitch/Plan/Tag.pm | 2 +-
lib/App/Sqitch/Role/DBIEngine.pm | 44 ++++---
lib/App/Sqitch/Role/RevertDeployCommand.pm | 2 +-
lib/App/Sqitch/X.pm | 2 +-
lib/LocaleData/de/LC_MESSAGES/App-Sqitch.mo | Bin 463 -> 463 bytes
lib/LocaleData/fr/LC_MESSAGES/App-Sqitch.mo | Bin 13385 -> 13385 bytes
lib/sqitch-checkout.pod | 2 +-
lib/sqitch-deploy.pod | 2 +-
lib/sqitch-passwords.pod | 8 +-
lib/sqitch-rebase.pod | 2 +-
lib/sqitch-revert.pod | 2 +-
lib/sqitch-verify.pod | 2 +-
lib/sqitchtutorial-firebird.pod | 2 +-
lib/sqitchtutorial-mysql.pod | 24 ++--
lib/sqitchtutorial-oracle.pod | 2 +-
lib/sqitchtutorial-sqlite.pod | 2 +-
lib/sqitchtutorial-vertica.pod | 12 +-
lib/sqitchtutorial.pod | 18 +--
t/engine.t | 183 +++++++++++++++++++++++++++-
t/lib/DBIEngineTest.pm | 16 ++-
t/mysql.t | 4 +-
t/oracle.t | 43 ++++++-
68 files changed, 567 insertions(+), 154 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/sqitch.git
More information about the Pkg-perl-cvs-commits
mailing list