View | Details | Raw Unified | Return to bug 265620 | Differences between
and this patch

Collapse All | Expand All

(-)b/databases/p5-App-Sqitch/Makefile (-12 / +18 lines)
Lines 1-31 Link Here
1
PORTNAME=	App-Sqitch
1
PORTNAME=	App-Sqitch
2
PORTVERSION=	0.9994
2
PORTVERSION=	1.2.1
3
PORTREVISION=	1
3
DISTVERSIONPREFIX=	v
4
CATEGORIES=	databases perl5
4
CATEGORIES=	databases perl5
5
MASTER_SITES=	CPAN
5
MASTER_SITES=	CPAN
6
MASTER_SITE_SUBDIR=	CPAN:MIYAGAWA
6
MASTER_SITE_SUBDIR=	CPAN:DWHEELER
7
PKGNAMEPREFIX=	p5-
7
PKGNAMEPREFIX=	p5-
8
8
9
MAINTAINER=	henrik@hodne.io
9
MAINTAINER=	henrik@hodne.io
10
COMMENT=	Sane database change management
10
COMMENT=	Sensible database change management
11
11
12
LICENSE=	MIT
12
LICENSE=	MIT
13
13
14
TEST_DEPENDS=	p5-Capture-Tiny>=0:devel/p5-Capture-Tiny \
14
TEST_DEPENDS=	p5-Capture-Tiny>=0:devel/p5-Capture-Tiny \
15
		p5-IO-Pager>=0.34:devel/p5-IO-Pager \
15
		p5-Test-Dir>=0:misc/p5-Test-Dir \
16
		p5-Test-Dir>=0:misc/p5-Test-Dir \
17
		p5-Test-File>=0:devel/p5-Test-File \
16
		p5-Test-File-Contents>=0:devel/p5-Test-File-Contents \
18
		p5-Test-File-Contents>=0:devel/p5-Test-File-Contents \
17
		p5-Test-MockModule>=0:devel/p5-Test-MockModule
19
		p5-Module-Runtime>=0:devel/p5-Module-Runtime \
20
		p5-Test-MockModule>=0.17:devel/p5-Test-MockModule \
21
		p5-Test-Warn>=0:devel/p5-Test-Warn
18
BUILD_DEPENDS=	${RUN_DEPENDS}
22
BUILD_DEPENDS=	${RUN_DEPENDS}
19
RUN_DEPENDS=	p5-Clone>=0:devel/p5-Clone \
23
RUN_DEPENDS=	p5-Algorithm-Backoff>=0.006:devel/p5-Algorithm-Backoff \
20
		p5-Config-GitLike>=1.11:devel/p5-Config-GitLike \
24
		p5-Clone>=0:devel/p5-Clone \
25
		p5-Config-GitLike>=1.15:devel/p5-Config-GitLike \
21
		p5-DBI>=0:databases/p5-DBI \
26
		p5-DBI>=0:databases/p5-DBI \
22
		p5-DateTime>=0:devel/p5-DateTime \
27
		p5-DateTime>=1.04:devel/p5-DateTime \
23
		p5-DateTime-TimeZone>=0:devel/p5-DateTime-TimeZone \
28
		p5-DateTime-TimeZone>=0:devel/p5-DateTime-TimeZone \
24
		p5-Devel-StackTrace>=1.30:devel/p5-Devel-StackTrace \
29
		p5-Devel-StackTrace>=1.30:devel/p5-Devel-StackTrace \
25
		p5-Encode-Locale>=0:converters/p5-Encode-Locale \
30
		p5-Encode-Locale>=0:converters/p5-Encode-Locale \
26
		p5-File-HomeDir>=0:devel/p5-File-HomeDir \
27
		p5-Hash-Merge>=0:textproc/p5-Hash-Merge \
31
		p5-Hash-Merge>=0:textproc/p5-Hash-Merge \
28
		p5-IO-Pager>=0:devel/p5-IO-Pager \
32
		p5-IO-Pager>=0.34:devel/p5-IO-Pager \
29
		p5-IPC-Run3>=0:devel/p5-IPC-Run3 \
33
		p5-IPC-Run3>=0:devel/p5-IPC-Run3 \
30
		p5-IPC-System-Simple>=1.17:devel/p5-IPC-System-Simple \
34
		p5-IPC-System-Simple>=1.17:devel/p5-IPC-System-Simple \
31
		p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \
35
		p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \
Lines 33-38 RUN_DEPENDS= p5-Clone>=0:devel/p5-Clone \ Link Here
33
		p5-Moo>=1.002000:devel/p5-Moo \
37
		p5-Moo>=1.002000:devel/p5-Moo \
34
		p5-Path-Class>=0.33:devel/p5-Path-Class \
38
		p5-Path-Class>=0.33:devel/p5-Path-Class \
35
		p5-PerlIO-utf8_strict>=0:devel/p5-PerlIO-utf8_strict \
39
		p5-PerlIO-utf8_strict>=0:devel/p5-PerlIO-utf8_strict \
40
		p5-Pod-Escapes>=1.04:textproc/p5-Pod-Escapes \
41
		p5-Pod-Parser>=0:textproc/p5-Pod-Parser \
36
		p5-Template-Tiny>=0.11:textproc/p5-Template-Tiny \
42
		p5-Template-Tiny>=0.11:textproc/p5-Template-Tiny \
37
		p5-String-Formatter>=0:devel/p5-String-Formatter \
43
		p5-String-Formatter>=0:devel/p5-String-Formatter \
38
		p5-String-ShellQuote>=0:textproc/p5-String-ShellQuote \
44
		p5-String-ShellQuote>=0:textproc/p5-String-ShellQuote \
Lines 42-51 RUN_DEPENDS= p5-Clone>=0:devel/p5-Clone \ Link Here
42
		p5-Try-Tiny>=0:lang/p5-Try-Tiny \
48
		p5-Try-Tiny>=0:lang/p5-Try-Tiny \
43
		p5-Type-Tiny>=0.040:devel/p5-Type-Tiny \
49
		p5-Type-Tiny>=0.040:devel/p5-Type-Tiny \
44
		p5-URI>=0:net/p5-URI \
50
		p5-URI>=0:net/p5-URI \
45
		p5-URI-db>=0.15:net/p5-URI-db \
51
		p5-URI-db>=0.19:net/p5-URI-db \
46
		p5-namespace-autoclean>=0.16:devel/p5-namespace-autoclean
52
		p5-namespace-autoclean>=0.16:devel/p5-namespace-autoclean
47
53
48
USES=		gettext perl5
54
USES=		perl5
49
USE_PERL5=	modbuild
55
USE_PERL5=	modbuild
50
NO_ARCH=	YES
56
NO_ARCH=	YES
51
57
(-)b/databases/p5-App-Sqitch/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (App-Sqitch-0.9994.tar.gz) = 24de7770884419f199d24fa2ce81f5e7a27583028f685e6973a06840be00c646
1
TIMESTAMP = 1659585581
2
SIZE (App-Sqitch-0.9994.tar.gz) = 490681
2
SHA256 (App-Sqitch-v1.2.1.tar.gz) = 020835a13429effd8fda12d5627604ecf99293775918f4f8ba9ccc5ed796e5e7
3
SIZE (App-Sqitch-v1.2.1.tar.gz) = 613784
(-)b/databases/p5-App-Sqitch/pkg-descr (-32 / +7 lines)
Lines 1-38 Link Here
1
Sqitch is a database change management application. What makes it
1
Sqitch is a database change management application. What makes it
2
different from your typical migration-style approaches? A few things:
2
different from your typical migration-style approaches? A few things:
3
3
4
## No opinions
4
* No opinions
5
* Native scripting
6
* Dependency resolution
7
* Deployment integrity
8
* Iterative development
5
9
6
Sqitch is not integrated with any framework, ORM, or platform.
10
See below for more information.
7
Rather, it is a standalone change management system with no opinions
8
about your database engine, application framework, or development
9
environment.
10
11
## Native scripting
12
13
Changes are implemented as scripts native to your selected database
14
engine. Writing a PostgreSQL application? Write SQL scripts for
15
psql. Writing a MySQL-backed app? Write SQL scripts for mysql.
16
17
## Dependency resolution
18
19
Database changes may declare dependencies on other changes -- even
20
on changes from other Sqitch projects. This ensures proper order
21
of execution, even when you've committed changes to your VCS
22
out-of-order.
23
24
## No numbering
25
26
Change deployment is managed by maintaining a plan file. As such,
27
there is no need to number your changes, although you can if you
28
want. Sqitch doesn't much care how you name your changes.
29
30
## Iterative development
31
32
Up until you tag and release your application, you can modify your
33
change deployment scripts as often as you like. They're not locked
34
in just because they've been committed to your VCS. This allows you
35
to take an iterative approach to developing your database schema.
36
Or, better, you can do test-driven database development.
37
11
12
WWW: https://sqitch.org/about/
38
WWW: https://metacpan.org/release/App-Sqitch
13
WWW: https://metacpan.org/release/App-Sqitch
(-)b/databases/p5-App-Sqitch/pkg-plist (-2 / +35 lines)
Lines 1-20 Link Here
1
bin/sqitch
1
bin/sqitch
2
etc/sqitch/templates/deploy/exasol.tmpl
2
etc/sqitch/templates/deploy/firebird.tmpl
3
etc/sqitch/templates/deploy/firebird.tmpl
3
etc/sqitch/templates/deploy/mysql.tmpl
4
etc/sqitch/templates/deploy/mysql.tmpl
4
etc/sqitch/templates/deploy/oracle.tmpl
5
etc/sqitch/templates/deploy/oracle.tmpl
5
etc/sqitch/templates/deploy/pg.tmpl
6
etc/sqitch/templates/deploy/pg.tmpl
7
etc/sqitch/templates/deploy/snowflake.tmpl
6
etc/sqitch/templates/deploy/sqlite.tmpl
8
etc/sqitch/templates/deploy/sqlite.tmpl
7
etc/sqitch/templates/deploy/vertica.tmpl
9
etc/sqitch/templates/deploy/vertica.tmpl
10
etc/sqitch/templates/revert/exasol.tmpl
8
etc/sqitch/templates/revert/firebird.tmpl
11
etc/sqitch/templates/revert/firebird.tmpl
9
etc/sqitch/templates/revert/mysql.tmpl
12
etc/sqitch/templates/revert/mysql.tmpl
10
etc/sqitch/templates/revert/oracle.tmpl
13
etc/sqitch/templates/revert/oracle.tmpl
11
etc/sqitch/templates/revert/pg.tmpl
14
etc/sqitch/templates/revert/pg.tmpl
15
etc/sqitch/templates/revert/snowflake.tmpl
12
etc/sqitch/templates/revert/sqlite.tmpl
16
etc/sqitch/templates/revert/sqlite.tmpl
13
etc/sqitch/templates/revert/vertica.tmpl
17
etc/sqitch/templates/revert/vertica.tmpl
18
etc/sqitch/templates/verify/exasol.tmpl
14
etc/sqitch/templates/verify/firebird.tmpl
19
etc/sqitch/templates/verify/firebird.tmpl
15
etc/sqitch/templates/verify/mysql.tmpl
20
etc/sqitch/templates/verify/mysql.tmpl
16
etc/sqitch/templates/verify/oracle.tmpl
21
etc/sqitch/templates/verify/oracle.tmpl
17
etc/sqitch/templates/verify/pg.tmpl
22
etc/sqitch/templates/verify/pg.tmpl
23
etc/sqitch/templates/verify/snowflake.tmpl
18
etc/sqitch/templates/verify/sqlite.tmpl
24
etc/sqitch/templates/verify/sqlite.tmpl
19
etc/sqitch/templates/verify/vertica.tmpl
25
etc/sqitch/templates/verify/vertica.tmpl
20
etc/sqitch/tools/upgrade-registry-to-mysql-5.5.0.sql
26
etc/sqitch/tools/upgrade-registry-to-mysql-5.5.0.sql
Lines 23-28 etc/sqitch/tools/upgrade-registry-to-mysql-5.6.4.sql Link Here
23
%%SITE_PERL%%/App/Sqitch/Command.pm
29
%%SITE_PERL%%/App/Sqitch/Command.pm
24
%%SITE_PERL%%/App/Sqitch/Command/add.pm
30
%%SITE_PERL%%/App/Sqitch/Command/add.pm
25
%%SITE_PERL%%/App/Sqitch/Command/bundle.pm
31
%%SITE_PERL%%/App/Sqitch/Command/bundle.pm
32
%%SITE_PERL%%/App/Sqitch/Command/check.pm
26
%%SITE_PERL%%/App/Sqitch/Command/checkout.pm
33
%%SITE_PERL%%/App/Sqitch/Command/checkout.pm
27
%%SITE_PERL%%/App/Sqitch/Command/config.pm
34
%%SITE_PERL%%/App/Sqitch/Command/config.pm
28
%%SITE_PERL%%/App/Sqitch/Command/deploy.pm
35
%%SITE_PERL%%/App/Sqitch/Command/deploy.pm
Lines 43-48 etc/sqitch/tools/upgrade-registry-to-mysql-5.6.4.sql Link Here
43
%%SITE_PERL%%/App/Sqitch/Config.pm
50
%%SITE_PERL%%/App/Sqitch/Config.pm
44
%%SITE_PERL%%/App/Sqitch/DateTime.pm
51
%%SITE_PERL%%/App/Sqitch/DateTime.pm
45
%%SITE_PERL%%/App/Sqitch/Engine.pm
52
%%SITE_PERL%%/App/Sqitch/Engine.pm
53
%%SITE_PERL%%/App/Sqitch/Engine/Upgrade/exasol-1.0.sql
54
%%SITE_PERL%%/App/Sqitch/Engine/Upgrade/exasol-1.1.sql
46
%%SITE_PERL%%/App/Sqitch/Engine/Upgrade/firebird-1.0.sql
55
%%SITE_PERL%%/App/Sqitch/Engine/Upgrade/firebird-1.0.sql
47
%%SITE_PERL%%/App/Sqitch/Engine/Upgrade/firebird-1.1.sql
56
%%SITE_PERL%%/App/Sqitch/Engine/Upgrade/firebird-1.1.sql
48
%%SITE_PERL%%/App/Sqitch/Engine/Upgrade/mysql-1.0.sql
57
%%SITE_PERL%%/App/Sqitch/Engine/Upgrade/mysql-1.0.sql
Lines 51-60 etc/sqitch/tools/upgrade-registry-to-mysql-5.6.4.sql Link Here
51
%%SITE_PERL%%/App/Sqitch/Engine/Upgrade/oracle-1.1.sql
60
%%SITE_PERL%%/App/Sqitch/Engine/Upgrade/oracle-1.1.sql
52
%%SITE_PERL%%/App/Sqitch/Engine/Upgrade/pg-1.0.sql
61
%%SITE_PERL%%/App/Sqitch/Engine/Upgrade/pg-1.0.sql
53
%%SITE_PERL%%/App/Sqitch/Engine/Upgrade/pg-1.1.sql
62
%%SITE_PERL%%/App/Sqitch/Engine/Upgrade/pg-1.1.sql
63
%%SITE_PERL%%/App/Sqitch/Engine/Upgrade/snowflake-1.0.sql
64
%%SITE_PERL%%/App/Sqitch/Engine/Upgrade/snowflake-1.1.sql
54
%%SITE_PERL%%/App/Sqitch/Engine/Upgrade/sqlite-1.0.sql
65
%%SITE_PERL%%/App/Sqitch/Engine/Upgrade/sqlite-1.0.sql
55
%%SITE_PERL%%/App/Sqitch/Engine/Upgrade/sqlite-1.1.sql
66
%%SITE_PERL%%/App/Sqitch/Engine/Upgrade/sqlite-1.1.sql
56
%%SITE_PERL%%/App/Sqitch/Engine/Upgrade/vertica-1.0.sql
67
%%SITE_PERL%%/App/Sqitch/Engine/Upgrade/vertica-1.0.sql
57
%%SITE_PERL%%/App/Sqitch/Engine/Upgrade/vertica-1.1.sql
68
%%SITE_PERL%%/App/Sqitch/Engine/Upgrade/vertica-1.1.sql
69
%%SITE_PERL%%/App/Sqitch/Engine/exasol.pm
70
%%SITE_PERL%%/App/Sqitch/Engine/exasol.sql
58
%%SITE_PERL%%/App/Sqitch/Engine/firebird.pm
71
%%SITE_PERL%%/App/Sqitch/Engine/firebird.pm
59
%%SITE_PERL%%/App/Sqitch/Engine/firebird.sql
72
%%SITE_PERL%%/App/Sqitch/Engine/firebird.sql
60
%%SITE_PERL%%/App/Sqitch/Engine/mysql.pm
73
%%SITE_PERL%%/App/Sqitch/Engine/mysql.pm
Lines 63-68 etc/sqitch/tools/upgrade-registry-to-mysql-5.6.4.sql Link Here
63
%%SITE_PERL%%/App/Sqitch/Engine/oracle.sql
76
%%SITE_PERL%%/App/Sqitch/Engine/oracle.sql
64
%%SITE_PERL%%/App/Sqitch/Engine/pg.pm
77
%%SITE_PERL%%/App/Sqitch/Engine/pg.pm
65
%%SITE_PERL%%/App/Sqitch/Engine/pg.sql
78
%%SITE_PERL%%/App/Sqitch/Engine/pg.sql
79
%%SITE_PERL%%/App/Sqitch/Engine/snowflake.pm
80
%%SITE_PERL%%/App/Sqitch/Engine/snowflake.sql
66
%%SITE_PERL%%/App/Sqitch/Engine/sqlite.pm
81
%%SITE_PERL%%/App/Sqitch/Engine/sqlite.pm
67
%%SITE_PERL%%/App/Sqitch/Engine/sqlite.sql
82
%%SITE_PERL%%/App/Sqitch/Engine/sqlite.sql
68
%%SITE_PERL%%/App/Sqitch/Engine/vertica.pm
83
%%SITE_PERL%%/App/Sqitch/Engine/vertica.pm
Lines 77-94 etc/sqitch/tools/upgrade-registry-to-mysql-5.6.4.sql Link Here
77
%%SITE_PERL%%/App/Sqitch/Plan/LineList.pm
92
%%SITE_PERL%%/App/Sqitch/Plan/LineList.pm
78
%%SITE_PERL%%/App/Sqitch/Plan/Pragma.pm
93
%%SITE_PERL%%/App/Sqitch/Plan/Pragma.pm
79
%%SITE_PERL%%/App/Sqitch/Plan/Tag.pm
94
%%SITE_PERL%%/App/Sqitch/Plan/Tag.pm
95
%%SITE_PERL%%/App/Sqitch/Role/ConnectingCommand.pm
96
%%SITE_PERL%%/App/Sqitch/Role/ContextCommand.pm
80
%%SITE_PERL%%/App/Sqitch/Role/DBIEngine.pm
97
%%SITE_PERL%%/App/Sqitch/Role/DBIEngine.pm
81
%%SITE_PERL%%/App/Sqitch/Role/RevertDeployCommand.pm
98
%%SITE_PERL%%/App/Sqitch/Role/RevertDeployCommand.pm
82
%%SITE_PERL%%/App/Sqitch/Role/TargetConfigCommand.pm
99
%%SITE_PERL%%/App/Sqitch/Role/TargetConfigCommand.pm
83
%%SITE_PERL%%/App/Sqitch/Target.pm
100
%%SITE_PERL%%/App/Sqitch/Target.pm
84
%%SITE_PERL%%/App/Sqitch/Types.pm
101
%%SITE_PERL%%/App/Sqitch/Types.pm
85
%%SITE_PERL%%/App/Sqitch/X.pm
102
%%SITE_PERL%%/App/Sqitch/X.pm
86
%%SITE_PERL%%/LocaleData/de/LC_MESSAGES/App-Sqitch.mo
103
%%SITE_PERL%%/LocaleData/de_DE/LC_MESSAGES/App-Sqitch.mo
87
%%SITE_PERL%%/LocaleData/fr/LC_MESSAGES/App-Sqitch.mo
104
%%SITE_PERL%%/LocaleData/fr_FR/LC_MESSAGES/App-Sqitch.mo
105
%%SITE_PERL%%/LocaleData/it_IT/LC_MESSAGES/App-Sqitch.mo
88
%%PERL5_MAN3%%/App::Sqitch.3.gz
106
%%PERL5_MAN3%%/App::Sqitch.3.gz
89
%%PERL5_MAN3%%/App::Sqitch::Command.3.gz
107
%%PERL5_MAN3%%/App::Sqitch::Command.3.gz
90
%%PERL5_MAN3%%/App::Sqitch::Command::add.3.gz
108
%%PERL5_MAN3%%/App::Sqitch::Command::add.3.gz
91
%%PERL5_MAN3%%/App::Sqitch::Command::bundle.3.gz
109
%%PERL5_MAN3%%/App::Sqitch::Command::bundle.3.gz
110
%%PERL5_MAN3%%/App::Sqitch::Command::check.3.gz
92
%%PERL5_MAN3%%/App::Sqitch::Command::checkout.3.gz
111
%%PERL5_MAN3%%/App::Sqitch::Command::checkout.3.gz
93
%%PERL5_MAN3%%/App::Sqitch::Command::config.3.gz
112
%%PERL5_MAN3%%/App::Sqitch::Command::config.3.gz
94
%%PERL5_MAN3%%/App::Sqitch::Command::deploy.3.gz
113
%%PERL5_MAN3%%/App::Sqitch::Command::deploy.3.gz
Lines 109-118 etc/sqitch/tools/upgrade-registry-to-mysql-5.6.4.sql Link Here
109
%%PERL5_MAN3%%/App::Sqitch::Config.3.gz
128
%%PERL5_MAN3%%/App::Sqitch::Config.3.gz
110
%%PERL5_MAN3%%/App::Sqitch::DateTime.3.gz
129
%%PERL5_MAN3%%/App::Sqitch::DateTime.3.gz
111
%%PERL5_MAN3%%/App::Sqitch::Engine.3.gz
130
%%PERL5_MAN3%%/App::Sqitch::Engine.3.gz
131
%%PERL5_MAN3%%/App::Sqitch::Engine::exasol.3.gz
112
%%PERL5_MAN3%%/App::Sqitch::Engine::firebird.3.gz
132
%%PERL5_MAN3%%/App::Sqitch::Engine::firebird.3.gz
113
%%PERL5_MAN3%%/App::Sqitch::Engine::mysql.3.gz
133
%%PERL5_MAN3%%/App::Sqitch::Engine::mysql.3.gz
114
%%PERL5_MAN3%%/App::Sqitch::Engine::oracle.3.gz
134
%%PERL5_MAN3%%/App::Sqitch::Engine::oracle.3.gz
115
%%PERL5_MAN3%%/App::Sqitch::Engine::pg.3.gz
135
%%PERL5_MAN3%%/App::Sqitch::Engine::pg.3.gz
136
%%PERL5_MAN3%%/App::Sqitch::Engine::snowflake.3.gz
116
%%PERL5_MAN3%%/App::Sqitch::Engine::sqlite.3.gz
137
%%PERL5_MAN3%%/App::Sqitch::Engine::sqlite.3.gz
117
%%PERL5_MAN3%%/App::Sqitch::Engine::vertica.3.gz
138
%%PERL5_MAN3%%/App::Sqitch::Engine::vertica.3.gz
118
%%PERL5_MAN3%%/App::Sqitch::ItemFormatter.3.gz
139
%%PERL5_MAN3%%/App::Sqitch::ItemFormatter.3.gz
Lines 125-130 etc/sqitch/tools/upgrade-registry-to-mysql-5.6.4.sql Link Here
125
%%PERL5_MAN3%%/App::Sqitch::Plan::LineList.3.gz
146
%%PERL5_MAN3%%/App::Sqitch::Plan::LineList.3.gz
126
%%PERL5_MAN3%%/App::Sqitch::Plan::Pragma.3.gz
147
%%PERL5_MAN3%%/App::Sqitch::Plan::Pragma.3.gz
127
%%PERL5_MAN3%%/App::Sqitch::Plan::Tag.3.gz
148
%%PERL5_MAN3%%/App::Sqitch::Plan::Tag.3.gz
149
%%PERL5_MAN3%%/App::Sqitch::Role::ConnectingCommand.3.gz
150
%%PERL5_MAN3%%/App::Sqitch::Role::ContextCommand.3.gz
128
%%PERL5_MAN3%%/App::Sqitch::Role::DBIEngine.3.gz
151
%%PERL5_MAN3%%/App::Sqitch::Role::DBIEngine.3.gz
129
%%PERL5_MAN3%%/App::Sqitch::Role::RevertDeployCommand.3.gz
152
%%PERL5_MAN3%%/App::Sqitch::Role::RevertDeployCommand.3.gz
130
%%PERL5_MAN3%%/App::Sqitch::Role::TargetConfigCommand.3.gz
153
%%PERL5_MAN3%%/App::Sqitch::Role::TargetConfigCommand.3.gz
Lines 133-140 etc/sqitch/tools/upgrade-registry-to-mysql-5.6.4.sql Link Here
133
%%PERL5_MAN3%%/App::Sqitch::X.3.gz
156
%%PERL5_MAN3%%/App::Sqitch::X.3.gz
134
%%PERL5_MAN3%%/sqitch-add-usage.3.gz
157
%%PERL5_MAN3%%/sqitch-add-usage.3.gz
135
%%PERL5_MAN3%%/sqitch-add.3.gz
158
%%PERL5_MAN3%%/sqitch-add.3.gz
159
%%PERL5_MAN3%%/sqitch-authentication.3.gz
136
%%PERL5_MAN3%%/sqitch-bundle-usage.3.gz
160
%%PERL5_MAN3%%/sqitch-bundle-usage.3.gz
137
%%PERL5_MAN3%%/sqitch-bundle.3.gz
161
%%PERL5_MAN3%%/sqitch-bundle.3.gz
162
%%PERL5_MAN3%%/sqitch-check-usage.3.gz
163
%%PERL5_MAN3%%/sqitch-check.3.gz
138
%%PERL5_MAN3%%/sqitch-checkout-usage.3.gz
164
%%PERL5_MAN3%%/sqitch-checkout-usage.3.gz
139
%%PERL5_MAN3%%/sqitch-checkout.3.gz
165
%%PERL5_MAN3%%/sqitch-checkout.3.gz
140
%%PERL5_MAN3%%/sqitch-config-usage.3.gz
166
%%PERL5_MAN3%%/sqitch-config-usage.3.gz
Lines 176-192 etc/sqitch/tools/upgrade-registry-to-mysql-5.6.4.sql Link Here
176
%%PERL5_MAN3%%/sqitchchanges.3.gz
202
%%PERL5_MAN3%%/sqitchchanges.3.gz
177
%%PERL5_MAN3%%/sqitchcommands.3.gz
203
%%PERL5_MAN3%%/sqitchcommands.3.gz
178
%%PERL5_MAN3%%/sqitchguides.3.gz
204
%%PERL5_MAN3%%/sqitchguides.3.gz
205
%%PERL5_MAN3%%/sqitchtutorial-exasol.3.gz
179
%%PERL5_MAN3%%/sqitchtutorial-firebird.3.gz
206
%%PERL5_MAN3%%/sqitchtutorial-firebird.3.gz
180
%%PERL5_MAN3%%/sqitchtutorial-mysql.3.gz
207
%%PERL5_MAN3%%/sqitchtutorial-mysql.3.gz
181
%%PERL5_MAN3%%/sqitchtutorial-oracle.3.gz
208
%%PERL5_MAN3%%/sqitchtutorial-oracle.3.gz
209
%%PERL5_MAN3%%/sqitchtutorial-snowflake.3.gz
182
%%PERL5_MAN3%%/sqitchtutorial-sqlite.3.gz
210
%%PERL5_MAN3%%/sqitchtutorial-sqlite.3.gz
183
%%PERL5_MAN3%%/sqitchtutorial-vertica.3.gz
211
%%PERL5_MAN3%%/sqitchtutorial-vertica.3.gz
184
%%PERL5_MAN3%%/sqitchtutorial.3.gz
212
%%PERL5_MAN3%%/sqitchtutorial.3.gz
185
%%PERL5_MAN3%%/sqitchusage.3.gz
213
%%PERL5_MAN3%%/sqitchusage.3.gz
186
%%SITE_PERL%%/sqitch-add-usage.pod
214
%%SITE_PERL%%/sqitch-add-usage.pod
187
%%SITE_PERL%%/sqitch-add.pod
215
%%SITE_PERL%%/sqitch-add.pod
216
%%SITE_PERL%%/sqitch-authentication.pod
188
%%SITE_PERL%%/sqitch-bundle-usage.pod
217
%%SITE_PERL%%/sqitch-bundle-usage.pod
189
%%SITE_PERL%%/sqitch-bundle.pod
218
%%SITE_PERL%%/sqitch-bundle.pod
219
%%SITE_PERL%%/sqitch-check-usage.pod
220
%%SITE_PERL%%/sqitch-check.pod
190
%%SITE_PERL%%/sqitch-checkout-usage.pod
221
%%SITE_PERL%%/sqitch-checkout-usage.pod
191
%%SITE_PERL%%/sqitch-checkout.pod
222
%%SITE_PERL%%/sqitch-checkout.pod
192
%%SITE_PERL%%/sqitch-config-usage.pod
223
%%SITE_PERL%%/sqitch-config-usage.pod
Lines 228-236 etc/sqitch/tools/upgrade-registry-to-mysql-5.6.4.sql Link Here
228
%%SITE_PERL%%/sqitchchanges.pod
259
%%SITE_PERL%%/sqitchchanges.pod
229
%%SITE_PERL%%/sqitchcommands.pod
260
%%SITE_PERL%%/sqitchcommands.pod
230
%%SITE_PERL%%/sqitchguides.pod
261
%%SITE_PERL%%/sqitchguides.pod
262
%%SITE_PERL%%/sqitchtutorial-exasol.pod
231
%%SITE_PERL%%/sqitchtutorial-firebird.pod
263
%%SITE_PERL%%/sqitchtutorial-firebird.pod
232
%%SITE_PERL%%/sqitchtutorial-mysql.pod
264
%%SITE_PERL%%/sqitchtutorial-mysql.pod
233
%%SITE_PERL%%/sqitchtutorial-oracle.pod
265
%%SITE_PERL%%/sqitchtutorial-oracle.pod
266
%%SITE_PERL%%/sqitchtutorial-snowflake.pod
234
%%SITE_PERL%%/sqitchtutorial-sqlite.pod
267
%%SITE_PERL%%/sqitchtutorial-sqlite.pod
235
%%SITE_PERL%%/sqitchtutorial-vertica.pod
268
%%SITE_PERL%%/sqitchtutorial-vertica.pod
236
%%SITE_PERL%%/sqitchtutorial.pod
269
%%SITE_PERL%%/sqitchtutorial.pod

Return to bug 265620