forked from hermit-os/libhermit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.bintray_descriptor.json
35 lines (33 loc) · 1.03 KB
/
.bintray_descriptor.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
{
"package": {
"name": "libhermit",
"repo": "hermitcore",
"subject": "rwth-os",
"website_url": "http://www.hermitcore.org",
"issue_tracker_url": "https://github.com/RWTH-OS/HermitCore/issues",
"vcs_url": "https://github.com/RWTH-OS/HermitCore.git",
"github_release_notes_file": "RELEASE",
"licenses": ["Revised BSD"],
"public_download_numbers": false,
"public_stats": false
},
"version": {
"name": "0.2.5",
"desc": "HermitCore's kernel as libOS",
"gpgSign": false
},
"files":
[
{
"includePattern": "build/(libhermit[^/]*deb$)", "uploadPattern": "$1",
"matrixParams": {
"deb_distribution": "vivid",
"deb_component": "main",
"deb_architecture": "amd64",
"override": 1}
},
{"includePattern": "build/(libhermit[^/]*rpm$)", "uploadPattern": "$1", "override": 1},
{"includePattern": "build/(libhermit[^/]*tar.bz2$)", "uploadPattern": "$1", "override": 1}
],
"publish": true
}