-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.bintray_descriptor.json
More file actions
28 lines (28 loc) · 990 Bytes
/
.bintray_descriptor.json
File metadata and controls
28 lines (28 loc) · 990 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
{
"package": {
"name": "PostMaster",
"repo": "PostMaster",
"subject": "stackfocus",
"desc": "PostMaster is a beautiful web application to manage domains, users, and aliases on a Linux mail server ",
"website_url": "https://github.com/StackFocus/PostMaster",
"issue_tracker_url": "https://github.com/StackFocus/PostMaster/issues",
"vcs_url": "https://github.com/StackFocus/PostMaster.git",
"licenses": ["AGPL"],
"labels": ["Postmaster", "Stackfocus", "Flask"],
"public_download_numbers": true,
"public_stats": true
},
"version": {
"name": "1.0.1",
"desc": "Yesterday and Today"
},
"files":
[ {"includePattern": "./(.*\.deb)", "uploadPattern": "$1",
"matrixParams": {
"deb_distribution": "xenial",
"deb_component": "main",
"deb_architecture": "amd64"}
}
],
"publish": true
}