2017-01-08 19:33:58 +01:00
|
|
|
{
|
|
|
|
"package": {
|
|
|
|
"name": "libhermit",
|
|
|
|
"repo": "hermitcore",
|
|
|
|
"subject": "rwth-os",
|
|
|
|
"website_url": "http://www.hermitcore.org",
|
|
|
|
"issue_tracker_url": "https://github.com/RWTH-OS/HermitCore/issues",
|
2017-05-25 11:20:24 +02:00
|
|
|
"vcs_url": "https://github.com/RWTH-OS/HermitCore.git",
|
2017-01-08 19:33:58 +01:00
|
|
|
"github_release_notes_file": "RELEASE",
|
|
|
|
"licenses": ["Revised BSD"],
|
|
|
|
"public_download_numbers": false,
|
|
|
|
"public_stats": false
|
|
|
|
},
|
|
|
|
|
|
|
|
"version": {
|
2017-11-21 22:05:17 +01:00
|
|
|
"name": "0.2.6",
|
2017-01-08 19:33:58 +01:00
|
|
|
"desc": "HermitCore's kernel as libOS",
|
|
|
|
"gpgSign": false
|
|
|
|
},
|
|
|
|
|
|
|
|
"files":
|
2017-04-03 18:08:12 +02:00
|
|
|
[
|
|
|
|
{
|
|
|
|
"includePattern": "build/(libhermit[^/]*deb$)", "uploadPattern": "$1",
|
2017-01-08 19:33:58 +01:00
|
|
|
"matrixParams": {
|
|
|
|
"deb_distribution": "vivid",
|
|
|
|
"deb_component": "main",
|
|
|
|
"deb_architecture": "amd64",
|
2017-04-03 18:08:12 +02:00
|
|
|
"override": 1}
|
|
|
|
},
|
2017-05-25 11:20:24 +02:00
|
|
|
{"includePattern": "build/(libhermit[^/]*rpm$)", "uploadPattern": "$1", "override": 1},
|
2017-04-03 18:08:12 +02:00
|
|
|
{"includePattern": "build/(libhermit[^/]*tar.bz2$)", "uploadPattern": "$1", "override": 1}
|
|
|
|
],
|
2017-01-08 19:33:58 +01:00
|
|
|
"publish": true
|
|
|
|
}
|