cockpit-navigator/manifest.json

64 lines
1.5 KiB
JSON
Raw Normal View History

2021-06-18 16:16:19 +02:00
{
"__version": "45D-R1",
"name": "cockpit-navigator",
"title": "Cockpit Navigator",
2021-06-30 16:43:51 +02:00
"prerelease": false,
2021-06-29 17:46:38 +02:00
"version": "0.4.6",
2021-07-07 20:20:28 +02:00
"buildVersion": "3",
2021-06-18 16:16:19 +02:00
"author": "Josh Boudreau <jboudreau@45drives.com>",
"url": "https://github.com/45Drives/cockpit-navigator",
"category": "utils",
"priority": "optional",
"licence": "GPL-3.0+",
"architecture": {
"deb": "all",
2021-06-29 17:36:50 +02:00
"el": "noarch"
2021-06-18 16:16:19 +02:00
},
"description": {
"long": "A File System Browser for Cockpit.",
"short": "A File System Browser for Cockpit."
},
"defaults": {
"urgency": "medium"
},
"dependencies": {
"deb": [
"cockpit",
"python3",
"rsync",
"zip"
],
2021-06-29 17:36:50 +02:00
"el": [
2021-06-18 16:16:19 +02:00
"cockpit",
"python3",
"rsync",
"zip"
]
},
"releases": [
{
"image": "ubuntu-focal-builder",
"codeName": "focal",
"type": "deb"
},
{
"image": "rocky-el8-builder",
"codeName": "el8",
"type": "el"
2021-07-07 20:20:28 +02:00
},
{
"image": "centos-el7-builder",
"codeName": "el7",
"type": "el"
2021-06-18 16:16:19 +02:00
}
],
"changelog": {
"urgency": "medium",
2021-06-29 17:46:38 +02:00
"version": "0.4.6",
2021-07-07 20:20:28 +02:00
"buildVersion": "3",
2021-06-18 16:16:19 +02:00
"ignore": [],
2021-06-30 16:22:36 +02:00
"date": null,
2021-06-29 17:36:50 +02:00
"packager": "Josh Boudreau <jboudreau@45drives.com>",
"changes": []
2021-06-18 16:16:19 +02:00
}
}