bd29745eff
The resulting packages are pushed to Debian repositories hosted on bintray.com. This is the first step to move away from our custom buildbot setup (see https://i3wm.org/docs/buildbot.html for details on that) towards infrastructure which is more standard (travis) and in the open.
37 lines
799 B
JSON
37 lines
799 B
JSON
{
|
|
"package": {
|
|
"name": "i3-wm",
|
|
"repo": "i3-autobuild-ubuntu",
|
|
"subject": "i3"
|
|
},
|
|
|
|
"version": {
|
|
"name": "%version%",
|
|
"desc": "TODO",
|
|
"gpgSign": false
|
|
},
|
|
|
|
"files": [
|
|
{
|
|
"includePattern": "deb/ubuntu-amd64/(.*\\.deb)$",
|
|
"matrixParams": {
|
|
"deb_distribution": "wily",
|
|
"deb_component": "main",
|
|
"deb_architecture": "amd64"
|
|
},
|
|
"uploadPattern": "$1"
|
|
},
|
|
{
|
|
"includePattern": "deb/ubuntu-i386/(.*\\.deb)$",
|
|
"matrixParams": {
|
|
"deb_distribution": "wily",
|
|
"deb_component": "main",
|
|
"deb_architecture": "i386"
|
|
},
|
|
"uploadPattern": "$1"
|
|
}
|
|
],
|
|
|
|
"publish": true
|
|
}
|