forked from distribworks/dkron
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.goxc.json
37 lines (37 loc) · 1000 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
{
"ArtifactsDest": "downloads",
"Tasks": [
"interpolate-source",
"xc",
"archive-zip",
"archive-tar-gz",
"deb",
"publish-github"
],
"BuildConstraints": "linux,amd64 windows,amd64 darwin,amd64",
"ResourcesInclude": "INSTALL*,README*,LICENSE*,config/*,static/*,templates/*",
"PackageVersion": "0.6.0",
"TaskSettings": {
"deb": {
"metadata": {
"description": "Distributed, fault tolerant job scheduling system",
"maintainer": "Victor Castell (https://github.com/victorcoder) \[email protected]\u003e"
},
"other-mapped-files": {
"/": "debian/",
"/usr/share/dkron/static": "static/",
"/usr/share/dkron/templates": "templates/"
}
},
"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",
"prerelease": true,
"repository": "dkron"
}
},
"ConfigVersion": "0.9"
}