Skip to content

Commit

Permalink
SW-1434 release cloud config (#9)
Browse files Browse the repository at this point in the history
SW-1438 change config for stable tier
  • Loading branch information
Josef-MrBeam authored Aug 30, 2022
1 parent 3d22194 commit 1cb4203
Showing 1 changed file with 13 additions and 44 deletions.
57 changes: 13 additions & 44 deletions docs/sw-update-conf.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -25,8 +23,7 @@
"branch": "alpha",
"branch_default": "alpha",
"prerelease_channel": "alpha",
"prerelease": true,
"type": "github_release"
"prerelease": true
},
"restart": "environment",
"stable_branch": {
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 1cb4203

Please sign in to comment.