Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
neon-minerva[padatious]~=0.3
neon-minerva[padatious]~=0.3,>=0.3.1a2
49 changes: 25 additions & 24 deletions skill.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"title": "Neon Updates",
"url": "https://github.com/NeonGeckoCom/skill-update",
"title": "neon-skill-update",
"icon": "logo.svg",
"summary": "Skill to update Python packages, configuration, and to create new boot media.",
"short_description": "Skill to update Python packages, configuration, and to create new boot media.",
"description": "The update skill provides intents for the user to manage device updates, including core packages, skills, configuration, and creation of new boot media. ### Software Updates This skill can be used to check for software updates and to start the update process on supported devices. For most devices, updates will take 10-30 minutes, and you will not be able to use your device while it is updating. ### Configuration Updates For supported distributions, this skill allows getting updated default configuration. This can be useful for resetting skills configuration to the latest default, or for troubleshooting after making manual configuration changes. ### Create New Media For supported distributions, this skill is able to create a new boot drive from a clean image, similar to what would be distributed with a new device. This involves downloading a new image and then writing it to an available storage device. This is a multi-step process. 1. An operating system image is downloaded. Depending on internet connection speeds, this generally takes about 15-20 minutes. 2. After user confirmation, this image is written to a non-boot drive connected to the device. **All existing on the new boot drive is lost**. This generally takes about 30-45 minutes. 3. After this is complete, the device is shut down so the user may unplug the old drive and boot the new one.",
"examples": [
"Check for updates.",
Expand All @@ -12,9 +11,24 @@
"Switch to beta releases.",
"Change to stable updates."
],
"desktopFile": false,
"warning": "",
"systemDeps": false,
"credits": [
"Neongecko"
],
"categories": [
"Information"
],
"tags": [],
"category": "Information",
"package_name": "neon-skill-update",
"pip_spec": "neon-skill-update",
"license": "BSD-3-Clause",
"author": "Neongecko",
"version": "3.1.2",
"url": "https://github.com/NeonGeckoCom/skill-update",
"skill_id": "skill-update.neongeckocom=skill_update:UpdateSkill",
"skillname": "skill-update",
"authorname": "NeonGeckoCom",
"name": "neon-skill-update",
"requirements": {
"python": [
"neon-utils~=1.12",
Expand All @@ -24,6 +38,9 @@
"system": {},
"skill": []
},
"desktopFile": false,
"warning": "",
"systemDeps": false,
"incompatible_skills": [],
"platforms": [
"i386",
Expand All @@ -33,22 +50,6 @@
"arm"
],
"branch": "master",
"license": "BSD-3-Clause",
"icon": "logo.svg",
"category": "Information",
"categories": [
"Information"
],
"tags": [
"NeonGecko Original",
"NeonAI",
"Update"
],
"credits": [
"NeonDaniel",
"NeonGeckoCom"
],
"skillname": "skill-update",
"authorname": "NeonGeckoCom",
"foldername": null
"foldername": null,
"short_description": "Skill to update Python packages, configuration, and to create new boot media."
}