-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.travis.bintray.json.in
41 lines (37 loc) · 1.27 KB
/
.travis.bintray.json.in
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
{
"package": {
"name": "__NAME__",
"repo": "__REPO_NAME__",
"subject": "__SUBJECT__",
"desc": "I was pushed completely automatically",
"website_url": "https://github.com/yadickson",
"issue_tracker_url": "https://github.com/yadickson/__NAME__-debs/issues",
"vcs_url": "https://github.com/yadickson/__NAME__-debs.git",
"github_repo": "yadickson/__NAME__-debs",
"github_release_notes_file": "CHANGELOG.md",
"licenses": ["__LICENSE__", "GPL-3.0"],
"labels": ["__NAME__", "__REPO_NAME__"],
"public_download_numbers": true,
"public_stats": false
},
"version": {
"name": "__VERSION__",
"desc": "__NAME__ __VERSION__ by __SUBJECT__",
"released": "__RELEASE__",
"vcs_tag": "__VERSION__",
"github_use_tag_release_notes": true,
"github_release_notes_file": "CHANGELOG.md"
},
"files": [
{
"includePattern": "../(.[^/]*(\\.deb)$)",
"uploadPattern": "/pool/main/__NAME__/$1",
"matrixParams": {
"deb_distribution": "__DISTRIBUTION__",
"deb_component": "main",
"deb_architecture": "amd64"
}
}
],
"publish": true
}