-
Notifications
You must be signed in to change notification settings - Fork 22
/
.bintray.json
31 lines (29 loc) · 942 Bytes
/
.bintray.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
{
"package": {
"name": "libredfish",
"repo": "libredfish",
"subject": "pboyd04",
"desc": "A C client library for Redfish API",
"website_url": "https://github.com/DMTF/libredfish",
"issue_tracker_url": "https://github.com/DMTF/libredfish/issues",
"vcs_url": "https://github.com/DMTF/libredfish.git",
"github_use_tag_release_notes": true,
"github_release_notes_file": "CHANGELOG.md",
"licenses": ["BSD-3-Clause"],
"labels": ["redfish"],
"public_download_numbers": false,
"public_stats": false,
"attributes": []
},
"version": {
"name": "1.0.3",
"desc": "Current Version",
"released": "2018-06-22",
"vcs_tag": "1.0.3",
"attributes": [],
"gpgSign": false
},
"files":
[{"includePattern": "build/(.*\.rpm)", "uploadPattern": "rpm/$1"}],
"publish": true
}