i3/travis/bintray-autobuild-ubuntu.json
Michael Stapelberg 07e5747c8c travis: move (failing) ubuntu build from xenial to bionic
Ubuntu’s apt started refusing to load package files from unauthenticated
repositories, but the package for which we did that (xcb-xrm) is available in
newer versions of Ubuntu, so I just removed that part altogether.

Apparently this has been broken since April, and nobody noticed :-/
2018-11-04 15:24:10 +01:00

37 lines
815 B
JSON

{
"package": {
"name": "i3-wm",
"repo": "i3-autobuild-ubuntu",
"subject": "i3"
},
"version": {
"name": "%version%",
"desc": "TODO",
"gpgSign": false
},
"files": [
{
"includePattern": "build/deb/ubuntu-amd64/(.*\\.deb)$",
"matrixParams": {
"deb_distribution": "bionic",
"deb_component": "main",
"deb_architecture": "amd64"
},
"uploadPattern": "$1"
},
{
"includePattern": "build/deb/ubuntu-i386/(.*\\.deb)$",
"matrixParams": {
"deb_distribution": "bionic",
"deb_component": "main",
"deb_architecture": "i386"
},
"uploadPattern": "$1"
}
],
"publish": true
}