dist.ini
author Vincent Tondellier <tonton+hg@team1664.org>
Sun, 21 Feb 2016 22:32:27 +0100
changeset 111 f827f3c50dcf
parent 109 3b95550f4189
child 113 fa0ec89bf0af
permissions -rw-r--r--
Add examples (config, systemd and uploader)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
45
efe1a6b5239a Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
     1
name    = CrashTest
78
0ebef32c34af Refactor everything
Vincent Tondellier <tonton+hg@team1664.org>
parents: 74
diff changeset
     2
version = 0.2.0
45
efe1a6b5239a Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
     3
author  = Vincent Tondellier <tonton@team1664.org>
efe1a6b5239a Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
     4
license = GPL_3
efe1a6b5239a Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
     5
copyright_holder = Vincent Tondellier
efe1a6b5239a Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
     6
109
3b95550f4189 Add metaresource, fix script path, and remove dbs other than postgresql (won't work)
Vincent Tondellier <tonton+hg@team1664.org>
parents: 108
diff changeset
     7
main_module = bin/CrashTest
45
efe1a6b5239a Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
     8
efe1a6b5239a Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
     9
[@Basic]
efe1a6b5239a Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    10
[Mercurial::Check]
efe1a6b5239a Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    11
109
3b95550f4189 Add metaresource, fix script path, and remove dbs other than postgresql (won't work)
Vincent Tondellier <tonton+hg@team1664.org>
parents: 108
diff changeset
    12
[MetaResources]
3b95550f4189 Add metaresource, fix script path, and remove dbs other than postgresql (won't work)
Vincent Tondellier <tonton+hg@team1664.org>
parents: 108
diff changeset
    13
bugtracker.mailto = tonton+bugs.crashtest@team1664.org
3b95550f4189 Add metaresource, fix script path, and remove dbs other than postgresql (won't work)
Vincent Tondellier <tonton+hg@team1664.org>
parents: 108
diff changeset
    14
repository.url    = https://hg.team1664.org/CrashTest
3b95550f4189 Add metaresource, fix script path, and remove dbs other than postgresql (won't work)
Vincent Tondellier <tonton+hg@team1664.org>
parents: 108
diff changeset
    15
repository.web    = https://hg.team1664.org/CrashTest
3b95550f4189 Add metaresource, fix script path, and remove dbs other than postgresql (won't work)
Vincent Tondellier <tonton+hg@team1664.org>
parents: 108
diff changeset
    16
repository.type   = hg
3b95550f4189 Add metaresource, fix script path, and remove dbs other than postgresql (won't work)
Vincent Tondellier <tonton+hg@team1664.org>
parents: 108
diff changeset
    17
45
efe1a6b5239a Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    18
[PodSyntaxTests]
efe1a6b5239a Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    19
[PodCoverageTests]
efe1a6b5239a Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    20
efe1a6b5239a Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    21
[Test::Perl::Critic]
efe1a6b5239a Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    22
critic_config = perlcritic.rc
efe1a6b5239a Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    23
efe1a6b5239a Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    24
[CheckChangeLog]
efe1a6b5239a Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    25
efe1a6b5239a Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    26
[NextRelease]
50
2916ea7c21aa List dependencies.
Vincent Tondellier <tonton+hg@team1664.org>
parents: 45
diff changeset
    27
format = %-9v %{yyyy-MM-dd}d
45
efe1a6b5239a Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    28
efe1a6b5239a Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    29
[Prereqs]
93
31013a09b483 Factorize search between reports and groups
Vincent Tondellier <tonton+hg@team1664.org>
parents: 78
diff changeset
    30
Mojolicious = 6.00
57
cebbfcd7deff Add search box, using perl Search::Query syntax
Vincent Tondellier <tonton+hg@team1664.org>
parents: 56
diff changeset
    31
Mojolicious::Plugin::BootstrapPagination = 0.12
108
e4e5cfaf5814 Move files around to package the app properly
Vincent Tondellier <tonton+hg@team1664.org>
parents: 93
diff changeset
    32
Mojolicious::Plugin::InstallablePaths = 0.04
50
2916ea7c21aa List dependencies.
Vincent Tondellier <tonton+hg@team1664.org>
parents: 45
diff changeset
    33
UUID = 0.0.3
65
d1288f69bfed Fix function shortening with complex templates (boost::asio) by using Text::Balanced instead of broken regex
Vincent Tondellier <tonton+hg@team1664.org>
parents: 57
diff changeset
    34
Text::Balanced = 0
78
0ebef32c34af Refactor everything
Vincent Tondellier <tonton+hg@team1664.org>
parents: 74
diff changeset
    35
Data::Page = 0
93
31013a09b483 Factorize search between reports and groups
Vincent Tondellier <tonton+hg@team1664.org>
parents: 78
diff changeset
    36
Minion = 4.00
31013a09b483 Factorize search between reports and groups
Vincent Tondellier <tonton+hg@team1664.org>
parents: 78
diff changeset
    37
Mojo::JSON::MaybeXS = 0
78
0ebef32c34af Refactor everything
Vincent Tondellier <tonton+hg@team1664.org>
parents: 74
diff changeset
    38
50
2916ea7c21aa List dependencies.
Vincent Tondellier <tonton+hg@team1664.org>
parents: 45
diff changeset
    39
[Prereqs / RuntimeRecommends]
57
cebbfcd7deff Add search box, using perl Search::Query syntax
Vincent Tondellier <tonton+hg@team1664.org>
parents: 56
diff changeset
    40
; For search field (only for SQL)
78
0ebef32c34af Refactor everything
Vincent Tondellier <tonton+hg@team1664.org>
parents: 74
diff changeset
    41
Search::QueryParser = 0.90
0ebef32c34af Refactor everything
Vincent Tondellier <tonton+hg@team1664.org>
parents: 74
diff changeset
    42
Search::QueryParser::Sql = 0.10
109
3b95550f4189 Add metaresource, fix script path, and remove dbs other than postgresql (won't work)
Vincent Tondellier <tonton+hg@team1664.org>
parents: 108
diff changeset
    43
; PostgreSQL
50
2916ea7c21aa List dependencies.
Vincent Tondellier <tonton+hg@team1664.org>
parents: 45
diff changeset
    44
DateTime::Format::Pg = 0
2916ea7c21aa List dependencies.
Vincent Tondellier <tonton+hg@team1664.org>
parents: 45
diff changeset
    45
DBD::Pg = 0
109
3b95550f4189 Add metaresource, fix script path, and remove dbs other than postgresql (won't work)
Vincent Tondellier <tonton+hg@team1664.org>
parents: 108
diff changeset
    46
Mojo::Pg = 2.18