changed all plugin branches to stable-1.2.2

This commit is contained in:
make-ing 2015-09-11 11:00:25 +02:00
parent 304c0919a7
commit 2f04ef43d5

View file

@ -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",
}, },
}, },