68 lines
1.8 KiB
JSON
68 lines
1.8 KiB
JSON
{
|
|
"__version": "45D-R1",
|
|
"name": "cockpit-navigator",
|
|
"title": "Cockpit Navigator",
|
|
"prerelease": false,
|
|
"version": "0.5.8",
|
|
"buildVersion": "1",
|
|
"author": "Josh Boudreau <jboudreau@45drives.com>",
|
|
"url": "https://github.com/45Drives/cockpit-navigator",
|
|
"category": "utils",
|
|
"priority": "optional",
|
|
"licence": "GPL-3.0+",
|
|
"architecture": {
|
|
"deb": "all",
|
|
"el": "noarch"
|
|
},
|
|
"description": {
|
|
"long": "A File System Browser for Cockpit.",
|
|
"short": "A File System Browser for Cockpit."
|
|
},
|
|
"defaults": {
|
|
"urgency": "medium"
|
|
},
|
|
"dependencies": {
|
|
"deb": [
|
|
"cockpit",
|
|
"python3",
|
|
"python3-magic",
|
|
"zip"
|
|
],
|
|
"el": [
|
|
"cockpit",
|
|
"python3",
|
|
"python3-magic",
|
|
"zip"
|
|
]
|
|
},
|
|
"releases": [
|
|
{
|
|
"image": "ubuntu-focal-builder",
|
|
"codeName": "focal",
|
|
"type": "deb"
|
|
},
|
|
{
|
|
"image": "rocky-el8-builder",
|
|
"codeName": "el8",
|
|
"type": "el"
|
|
},
|
|
{
|
|
"image": "centos-el7-builder",
|
|
"codeName": "el7",
|
|
"type": "el"
|
|
}
|
|
],
|
|
"changelog": {
|
|
"urgency": "medium",
|
|
"version": "0.5.9",
|
|
"buildVersion": "1",
|
|
"ignore": [],
|
|
"date": "2021-12-16T14:46:53.434779",
|
|
"packager": "Joshua Boudreau <jboudreau@45drives.com>",
|
|
"changes": [
|
|
"Disallow downloading files of size 0 to avoid Cockpit bug where fsread never returns.",
|
|
"Overhaul copying/moving to use built in python functions instead of rsync, making moving large files within the same fs instant.",
|
|
"Add descriptive icons using mimetype with the option to disable."
|
|
]
|
|
}
|
|
} |