changed all plugin branches to stable-1.2.2
This commit is contained in:
parent
304c0919a7
commit
2f04ef43d5
1 changed files with 3 additions and 3 deletions
|
|
@ -140,21 +140,21 @@ class SoftwareUpdatePlugin(octoprint.plugin.BlueprintPlugin,
|
||||||
"type": "github_commit",
|
"type": "github_commit",
|
||||||
"repo": "mrbeam-inkscape-ext",
|
"repo": "mrbeam-inkscape-ext",
|
||||||
"user": "mrbeam",
|
"user": "mrbeam",
|
||||||
"branch": "mrbeam-stable",
|
"branch": "stable-1.2.2",
|
||||||
},
|
},
|
||||||
"lcd": {
|
"lcd": {
|
||||||
"update_folder": "/home/pi/lcd",
|
"update_folder": "/home/pi/lcd",
|
||||||
"type": "github_commit",
|
"type": "github_commit",
|
||||||
"repo": "lcd",
|
"repo": "lcd",
|
||||||
"user": "mrbeam",
|
"user": "mrbeam",
|
||||||
"branch": "mrbeam-stable",
|
"branch": "stable-1.2.2",
|
||||||
},
|
},
|
||||||
"netconnectd": {
|
"netconnectd": {
|
||||||
"update_folder": "/home/pi/netconnectd",
|
"update_folder": "/home/pi/netconnectd",
|
||||||
"type": "github_commit",
|
"type": "github_commit",
|
||||||
"repo": "netconnectd",
|
"repo": "netconnectd",
|
||||||
"user": "mrbeam",
|
"user": "mrbeam",
|
||||||
"branch": "mrbeam-stable",
|
"branch": "stable-1.2.2",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue