Skip to content

Commit

Permalink
change beta tier to use github_release as update type
Browse files Browse the repository at this point in the history
add addition info for octoprint update info
  • Loading branch information
Josef-MrBeam committed May 11, 2022
1 parent 30aa254 commit 2a72375
Showing 1 changed file with 22 additions and 7 deletions.
29 changes: 22 additions & 7 deletions docs/sw-update-conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@
"type": "github_commit"
},
"beta": {
"branch": "mrbeam2-beta",
"branch_default": "mrbeam2-beta",
"type": "github_commit",
"branch": "beta",
"branch_default": "beta",
"prerelease_channel": "beta",
"prerelease": true
"prerelease": true,
"type": "github_release"
},
"develop": {
"type": "github_commit",
"branch": "alpha",
"branch_default": "alpha"
},
"alpha": {
"branch": "mrbeam2-alpha",
"branch_default": "mrbeam2-alpha",
"branch": "alpha",
"branch_default": "alpha",
"prerelease_channel": "alpha",
"prerelease": true,
"type": "github_release"
Expand Down Expand Up @@ -68,7 +68,10 @@
"branch": "alpha",
"branch_default": "alpha",
"type": "github_commit"
}
},
"pip": "https://github.com/mrbeam/OctoPrint/archive/{target_version}.zip",
"user": "mrbeam",
"prerelease": false
},
"mrbeam": {
"name": " MrBeam Plugin",
Expand All @@ -87,6 +90,12 @@
"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"
},
"dependencies": {
"mrbeam-ledstrips": {
"repo": "MrBeamLedStrips",
Expand Down Expand Up @@ -147,6 +156,12 @@
"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"
},
"dependencies": {
"netconnectd": {
"repo": "netconnectd_mrbeam",
Expand Down

0 comments on commit 2a72375

Please sign in to comment.