-
Notifications
You must be signed in to change notification settings - Fork 9
/
dist.ini
105 lines (82 loc) · 2.29 KB
/
dist.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
name = App-Gitc
abstract = Git Changesets, tools for managing your git changes
author = Grant Street Group <developers@grantstreet.com>
copyright_holder = Grant Street Group
license = AGPL_3
main_module = lib/App/Gitc.pod
;;; Early phase Git plugins ;;;
[Git::NextVersion]
first_version = 0.60
[Git::GatherDir] ; needs to be prior to @Filter
[@Filter]
-bundle = @Basic
; keep our own copy of the LICENSE in the repo
-remove = License
; use Git::GatherDir
-remove = GatherDir
[ReportPhase]
[ReadmeAnyFromPod / ReadmePodInRoot] ; Pod README for Root (for GitHub, etc.)
[ReadmeAnyFromPod / ReadmeTextInBuild] ; Text README for Build
[ReadmeAnyFromPod / ReadmeHTMLInBuild] ; HTML README for Build (never POD, so it doesn't get installed)
;;; File weaving ;;;
[PodWeaver]
[OurPkgVersion]
;;; Prereqs ;;;
[AutoPrereqs]
[RemovePrereqs]
; Don't make these required
remove = JIRA::Client
remove = JIRA::Client::REST
remove = Pithub::Issues
; This is actually defined in gitc-list
remove = App::Gitc::ListFormat::Base
; FIXME - Both of these need to be reworked or ported over (See Issue #33)
remove = GSG::Eventum
remove = App::Gitc::Config
[Prereqs / RuntimeRecommends]
JIRA::Client = 0
JIRA::Client::REST = 0
Pithub::Issues = 0
[CheckPrereqsIndexed]
;;; Tests ;;;
[RunExtraTests]
[PodSyntaxTests]
[Test::CheckDeps]
[Test::ReportPrereqs]
; FIXME - Failing test platform needs some work...
;[PodCoverageTests]
;[Test::Perl::Critic]
;[Test::Compile]
;;; META maintenance ;;;
[MetaJSON]
[MetaNoIndex]
directory = t
directory = xt
directory = examples
directory = sql
[MetaProvides::Package]
meta_noindex = 1
[MetaResources]
bugtracker.web = https://github.com/GrantStreetGroup/gitc/issues
repository.url = git://github.com/GrantStreetGroup/gitc.git
repository.web = https://github.com/GrantStreetGroup/gitc
repository.type = git
;;; Post-build Git plugins ;;;
[TravisYML]
; Deps with failed tests
pre_install = cpanm --notest IO::All Date::PeriodParser XML::Simple
[Git::CheckFor::CorrectBranch]
[@Git]
allow_dirty = dist.ini
allow_dirty = .travis.yml
allow_dirty = README.pod
changelog = ChangeLog
commit_msg = Release v%v
push_to = origin master:master
;;; Releasing ;;;
; Already in @Basic
;[TestRelease]
;[ConfirmRelease]
;[UploadToCPAN]
[InstallRelease]
[Clean]