From 1cb4203fc84c88c47888186d214246549ed0ffa2 Mon Sep 17 00:00:00 2001 From: Josef-MrBeam <81746291+Josef-MrBeam@users.noreply.github.com> Date: Tue, 30 Aug 2022 14:54:05 +0200 Subject: [PATCH] SW-1434 release cloud config (#9) SW-1438 change config for stable tier --- docs/sw-update-conf.json | 57 +++++++++------------------------------- 1 file changed, 13 insertions(+), 44 deletions(-) diff --git a/docs/sw-update-conf.json b/docs/sw-update-conf.json index 389aba1..a1de6de 100644 --- a/docs/sw-update-conf.json +++ b/docs/sw-update-conf.json @@ -1,20 +1,18 @@ { "default": { - "type": "github_commit", + "type": "github_release", "user": "mrbeam", "release_compare": "python_unequal", "force_base": false, "stable": { - "branch": "mrbeam2-stable", - "branch_default": "mrbeam2-stable", - "type": "github_commit" + "branch": "stable", + "branch_default": "stable" }, "beta": { "branch": "beta", "branch_default": "beta", "prerelease_channel": "beta", - "prerelease": true, - "type": "github_release" + "prerelease": true }, "develop": { "type": "github_commit", @@ -25,8 +23,7 @@ "branch": "alpha", "branch_default": "alpha", "prerelease_channel": "alpha", - "prerelease": true, - "type": "github_release" + "prerelease": true }, "restart": "environment", "stable_branch": { @@ -78,24 +75,10 @@ "repo": "MrBeamPlugin", "restart": "environment", "pip": "https://github.com/mrbeam/MrBeamPlugin/archive/{target_version}.zip", - "develop": { - "update_folder": "/tmp/octoprint/mrbeamplugin", - "update_script_relative_path": "scripts/update_script.py", - "update_script": "{{python}} '{update_script}' --branch={{branch}} --force={{force}} '{{folder}}' {{target}}", - "methode": "update_script" - }, - "alpha": { - "update_folder": "/tmp/octoprint/mrbeamplugin", - "update_script_relative_path": "scripts/update_script.py", - "update_script": "{{python}} '{update_script}' --branch={{branch}} --force={{force}} '{{folder}}' {{target}}", - "methode": "update_script" - }, - "beta": { - "update_folder": "/tmp/octoprint/mrbeamplugin", - "update_script_relative_path": "scripts/update_script.py", - "update_script": "{{python}} '{update_script}' --branch={{branch}} --force={{force}} '{{folder}}' {{target}}", - "methode": "update_script" - }, + "update_folder": "/tmp/octoprint/mrbeamplugin", + "update_script_relative_path": "scripts/update_script.py", + "update_script": "{{python}} '{update_script}' --branch={{branch}} --force={{force}} '{{folder}}' {{target}}", + "methode": "update_script", "dependencies": { "mrbeam-ledstrips": { "repo": "MrBeamLedStrips", @@ -144,24 +127,10 @@ "repo": "OctoPrint-Netconnectd", "pip": "https://github.com/mrbeam/OctoPrint-Netconnectd/archive/{target_version}.zip", "restart": "environment", - "develop": { - "update_folder": "/tmp/octoprint/netconnectd", - "update_script_relative_path": "../octoprint_netconnectd/scripts/update_script.py", - "update_script": "{{python}} '{update_script}' --branch={{branch}} --force={{force}} '{{folder}}' {{target}}", - "methode": "update_script" - }, - "alpha": { - "update_folder": "/tmp/octoprint/netconnectd", - "update_script_relative_path": "../octoprint_netconnectd/scripts/update_script.py", - "update_script": "{{python}} '{update_script}' --branch={{branch}} --force={{force}} '{{folder}}' {{target}}", - "methode": "update_script" - }, - "beta": { - "update_folder": "/tmp/octoprint/netconnectd", - "update_script_relative_path": "../octoprint_netconnectd/scripts/update_script.py", - "update_script": "{{python}} '{update_script}' --branch={{branch}} --force={{force}} '{{folder}}' {{target}}", - "methode": "update_script" - }, + "update_folder": "/tmp/octoprint/netconnectd", + "update_script_relative_path": "../octoprint_netconnectd/scripts/update_script.py", + "update_script": "{{python}} '{update_script}' --branch={{branch}} --force={{force}} '{{folder}}' {{target}}", + "methode": "update_script", "dependencies": { "netconnectd": { "repo": "netconnectd_mrbeam",