forked from hermit-os/libhermit
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.bintray_descriptor.json
More file actions
33 lines (31 loc) · 886 Bytes
/
.bintray_descriptor.json
File metadata and controls
33 lines (31 loc) · 886 Bytes
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
{
"package": {
"name": "libhermit",
"repo": "REPLACE_REPO",
"subject": "hermitcore",
"website_url": "http://www.hermitcore.org",
"issue_tracker_url": "https://github.com/RWTH-OS/HermitCore/issues",
"vcs_url": "https://github.com/hermitcore/libhermit.git",
"github_release_notes_file": "RELEASE",
"licenses": ["Revised BSD"],
"public_download_numbers": false,
"public_stats": false
},
"version": {
"name": "0.2.10",
"desc": "HermitCore's kernel as libOS",
"gpgSign": false
},
"files":
[
{
"includePattern": "../(libhermit[^/]*.deb$)", "uploadPattern": "$1",
"matrixParams": {
"deb_distribution": "REPLACE_OS",
"deb_component": "main",
"deb_architecture": "amd64",
"override": 1}
}
],
"publish": true
}