2016-03-27 21:11:30 +02:00
|
|
|
{
|
|
|
|
"package": {
|
|
|
|
"name": "i3-wm",
|
|
|
|
"repo": "i3-autobuild-ubuntu",
|
|
|
|
"subject": "i3"
|
|
|
|
},
|
|
|
|
|
|
|
|
"version": {
|
|
|
|
"name": "%version%",
|
|
|
|
"desc": "TODO",
|
|
|
|
"gpgSign": false
|
|
|
|
},
|
|
|
|
|
|
|
|
"files": [
|
|
|
|
{
|
2016-10-28 23:41:13 +02:00
|
|
|
"includePattern": "build/deb/ubuntu-amd64/(.*\\.deb)$",
|
2016-03-27 21:11:30 +02:00
|
|
|
"matrixParams": {
|
2018-11-04 15:24:10 +01:00
|
|
|
"deb_distribution": "bionic",
|
2016-03-27 21:11:30 +02:00
|
|
|
"deb_component": "main",
|
|
|
|
"deb_architecture": "amd64"
|
|
|
|
},
|
|
|
|
"uploadPattern": "$1"
|
|
|
|
},
|
|
|
|
{
|
2016-10-28 23:41:13 +02:00
|
|
|
"includePattern": "build/deb/ubuntu-i386/(.*\\.deb)$",
|
2016-03-27 21:11:30 +02:00
|
|
|
"matrixParams": {
|
2018-11-04 15:24:10 +01:00
|
|
|
"deb_distribution": "bionic",
|
2016-03-27 21:11:30 +02:00
|
|
|
"deb_component": "main",
|
|
|
|
"deb_architecture": "i386"
|
|
|
|
},
|
|
|
|
"uploadPattern": "$1"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
|
|
|
|
"publish": true
|
|
|
|
}
|