forked from distribworks/dkron
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.goxc.json
39 lines (39 loc) · 974 Bytes
/
.goxc.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
{
"AppName": "dkron",
"ArtifactsDest": "downloads",
"Tasks": [
"interpolate-source",
"xc",
"archive-zip",
"archive-tar-gz",
"deb",
"publish-github"
],
"BuildConstraints": "linux,amd64 windows,amd64 darwin,amd64 linux,arm",
"ResourcesInclude": "INSTALL*,README*,LICENSE*,config/*",
"PackageVersion": "0.9.6",
"TaskSettings": {
"deb": {
"metadata": {
"description": "Distributed, fault tolerant job scheduling system",
"maintainer": "Victor Castell (https://github.com/victorcoder)",
"maintainer-email": "victor@victorcastell.com"
},
"metadata-deb": {
"Homepage": "https://dkron.io"
},
"other-mapped-files": {
"/": "debian/"
}
},
"publish-github": {
"apikey": "",
"body": "See: https://github.com/victorcoder/dkron/blob/master/CHANGELOG.md",
"include": "*.zip,*.tar.gz,*.deb",
"outputFormat": "by-file-extension",
"owner": "victorcoder",
"repository": "dkron"
}
},
"ConfigVersion": "0.9"
}