-
Notifications
You must be signed in to change notification settings - Fork 3
/
.bintray-deb.json
36 lines (36 loc) · 1.06 KB
/
.bintray-deb.json
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
{
"package": {
"name": "cobra-presentations",
"repo": "deb",
"subject": "flatmap",
"desc": "Proof and Code Presentation Framework",
"website_url": " http://www.flatmap.net/cobra/",
"issue_tracker_url": "https://github.com/flatmap/cobra/issues",
"vcs_url": "https://github.com/flatmap/cobra.git",
"github_use_tag_release_notes": true,
"github_release_notes_file": "RELEASE.md",
"licenses": ["LGPL"],
"labels": ["presentation","scala","haskell","isabelle"],
"public_download_numbers": false,
"public_stats": false
},
"version": {
"name": "version-1.0.6",
"desc": "Version 1.0.6",
"vcs_tag": "version-1.0.6",
"gpgSign": true
},
"files":
[
{
"includePattern": "modules/cobra-server/target/(.*\\.deb)",
"uploadPattern": "$1",
"matrixParams": {
"deb_distribution": "wheezy",
"deb_component": "main",
"deb_architecture": "all"
}
}
],
"publish": true
}