changed default settings for testing

This commit is contained in:
make-ing 2015-09-10 10:50:34 +02:00
parent 48cbe8eded
commit 17f7e1171d

View file

@ -136,25 +136,16 @@ class SoftwareUpdatePlugin(octoprint.plugin.BlueprintPlugin,
"restart": "octoprint"
},
"svgtogcode": {
"update_folder": "/home/pi/mrbeam-inkscape-ext",
"type": "github_commit",
"repo": "mrbeam-inkscape-ext",
"user": "mrbeam",
"branch": "mrbeam-stable"
"checkout_folder": "/home/pi/mrbeam-inkscape-ext",
"type": "git_commit"
},
"lcd": {
"update_folder": "/home/pi/lcd",
"type": "github_commit",
"repo": "lcd",
"user": "mrbeam",
"branch": "mrbeam-stable"
"checkout_folder": "/home/pi/lcd",
"type": "git_commit"
},
"netconnectd": {
"update_folder": "/home/pi/netconnectd",
"type": "github_commit",
"repo": "lcd",
"user": "mrbeam",
"branch": "mrbeam-stable"
"checkout_folder": "/home/pi/netconnectd",
"type": "git_commit"
},
},