-
Notifications
You must be signed in to change notification settings - Fork 10
/
dist.ini
50 lines (49 loc) · 1.04 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
name = Netspoc
author = Heinz Knutzen <heinz.knutzen@dataport.de>
license = GPL_2
copyright_holder = Heinz Knutzen
abstract = Generates rules for many firewalls from a central ruleset.
[Encoding]
encoding = bytes
match = ^cover_db/
match = ^go/
match = ^bin/
[Git::GatherDir]
[PruneCruft]
[PruneFiles]
; Devel::Cover database
match = ^(cover_db/.+)
; Emacs backup files
match = ~$
[AutoPrereqs]
skip = ^Test_
[ManifestSkip]
[MetaYAML]
; [License]
[Readme]
[Run::BeforeBuild]
; build and add version number
run = go/build.sh %v
[ExecDir]
[MakeMaker]
[Manifest]
[CheckChangesHasContent]
[Git::Check]
; allow changed executables from go/build.sh above
; go/cmd/NAME1/NAME1
allow_dirty_match = go/cmd/([-\w]+)/\1
[Git::CheckFor::CorrectBranch]
release_branch = master
[Git::NextVersion]
first_version = 3.003
[NextRelease]
[Git::Commit]
[Git::CommitBuild]
branch =
release_branch = releases
[Git::Tag]
branch = releases
[Git::Push]
[ArchiveRelease]
;directory name must differ from branch name
directory = released