changed from update_folder to checkoutfolder for github_commit type
This commit is contained in:
parent
650006b5db
commit
cecc9bb633
1 changed files with 4 additions and 4 deletions
|
|
@ -126,7 +126,7 @@ class SoftwareUpdatePlugin(octoprint.plugin.BlueprintPlugin,
|
||||||
return {
|
return {
|
||||||
"checks": {
|
"checks": {
|
||||||
"octoprint": {
|
"octoprint": {
|
||||||
"update_folder": "/home/pi/OctoPrint",
|
"checkout_folder": "/home/pi/OctoPrint",
|
||||||
"type": "github_commit",
|
"type": "github_commit",
|
||||||
"repo": "OctoPrint",
|
"repo": "OctoPrint",
|
||||||
"user": "mrbeam",
|
"user": "mrbeam",
|
||||||
|
|
@ -135,7 +135,7 @@ class SoftwareUpdatePlugin(octoprint.plugin.BlueprintPlugin,
|
||||||
"restart": "octoprint"
|
"restart": "octoprint"
|
||||||
},
|
},
|
||||||
"svgtogcode": {
|
"svgtogcode": {
|
||||||
"update_folder": "/home/pi/mrbeam-inkscape-ext",
|
"checkout_folder": "/home/pi/mrbeam-inkscape-ext",
|
||||||
"type": "github_commit",
|
"type": "github_commit",
|
||||||
"repo": "mrbeam-inkscape-ext",
|
"repo": "mrbeam-inkscape-ext",
|
||||||
"user": "mrbeam",
|
"user": "mrbeam",
|
||||||
|
|
@ -143,7 +143,7 @@ class SoftwareUpdatePlugin(octoprint.plugin.BlueprintPlugin,
|
||||||
"update_script": "{{python}} \"{update_script}\" \"{{folder}}\" {{target}}".format(update_script=os.path.join(self._basefolder, "scripts", "git-pull.py"))
|
"update_script": "{{python}} \"{update_script}\" \"{{folder}}\" {{target}}".format(update_script=os.path.join(self._basefolder, "scripts", "git-pull.py"))
|
||||||
},
|
},
|
||||||
"lcd": {
|
"lcd": {
|
||||||
"update_folder": "/home/pi/lcd",
|
"checkout_folder": "/home/pi/lcd",
|
||||||
"type": "github_commit",
|
"type": "github_commit",
|
||||||
"repo": "lcd",
|
"repo": "lcd",
|
||||||
"user": "mrbeam",
|
"user": "mrbeam",
|
||||||
|
|
@ -152,7 +152,7 @@ class SoftwareUpdatePlugin(octoprint.plugin.BlueprintPlugin,
|
||||||
"restart": "environment"
|
"restart": "environment"
|
||||||
},
|
},
|
||||||
"netconnectd": {
|
"netconnectd": {
|
||||||
"update_folder": "/home/pi/netconnectd",
|
"checkout_folder": "/home/pi/netconnectd",
|
||||||
"type": "github_commit",
|
"type": "github_commit",
|
||||||
"repo": "netconnectd",
|
"repo": "netconnectd",
|
||||||
"user": "mrbeam",
|
"user": "mrbeam",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue