mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
33 lines
886 B
JSON
33 lines
886 B
JSON
{
|
|
"package": {
|
|
"name": "libhermit",
|
|
"repo": "REPLACE_REPO",
|
|
"subject": "hermitcore",
|
|
"website_url": "http://www.hermitcore.org",
|
|
"issue_tracker_url": "https://github.com/RWTH-OS/HermitCore/issues",
|
|
"vcs_url": "https://github.com/hermitcore/libhermit.git",
|
|
"github_release_notes_file": "RELEASE",
|
|
"licenses": ["Revised BSD"],
|
|
"public_download_numbers": false,
|
|
"public_stats": false
|
|
},
|
|
|
|
"version": {
|
|
"name": "0.2.10",
|
|
"desc": "HermitCore's kernel as libOS",
|
|
"gpgSign": false
|
|
},
|
|
|
|
"files":
|
|
[
|
|
{
|
|
"includePattern": "../(libhermit[^/]*.deb$)", "uploadPattern": "$1",
|
|
"matrixParams": {
|
|
"deb_distribution": "REPLACE_OS",
|
|
"deb_component": "main",
|
|
"deb_architecture": "amd64",
|
|
"override": 1}
|
|
}
|
|
],
|
|
"publish": true
|
|
}
|