-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.bintray.json
43 lines (38 loc) · 1.5 KB
/
.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
32
33
34
35
36
37
38
39
40
41
42
{
"package": {
"name": "test-build",
"repo": "rpm",
"subject": "functor",
"desc": "Testing bintray publising.",
"website_url": "https://www.github.com/functor/test-build",
"issue_tracker_url": "https://github.com/functor/test-build/issues",
"vcs_url": "https://github.com/functor-test-build.git",
"github_use_tag_release_notes": true,
"github_release_notes_file": "RELEASE.txt",
"licenses": ["MIT"],
"labels": ["cool", "awesome", "gorilla"],
"public_download_numbers": false,
"public_stats": false,
"attributes": [{"name": "test_att1", "values" : ["val1"], "type": "string"},
{"name": "test_att2", "values" : [1, 2.2, 4], "type": "number"},
{"name": "test_att5", "values" : ["2016-12-28T19:43:37+0100"], "type": "date"}]
},
"version": {
"name": "0.1.0",
"desc": "This is just a test version.",
"released": "2017-03-29",
"vcs_tag": "master",
"attributes": [{"name": "TestVerAtt1", "values" : ["VerVal1"], "type": "string"},
{"name": "TestVerAtt2", "values" : [1, 3.3, 5], "type": "number"},
{"name": "TestVerAtt3", "values" : ["2017-01-01T19:43:37+0100"], "type": "date"}],
"gpgSign": false
},
"files":
[
{
"includePattern": "./build/RPMS/(.rpm)",
"uploadPattern": "/"
}
],
"publish": true
}