-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SW-640 submodules moved, merged octoprint changes for prereleases (#1)
* use update script for netconnectd and mrbeam plugin on alpha and develop, beta and stable stay the old way * develop tier commit based from alpha branch alpha tier release based beta tier commit based from mrbeam2-beta stable tier commit based from mrbeam2-stable
- Loading branch information
1 parent
f45a4e9
commit bce8948
Showing
1 changed file
with
136 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,123 +1,156 @@ | ||
{ | ||
"version": "1", | ||
"default": { | ||
"type": "github_commit", | ||
"user": "mrbeam", | ||
"release_compare": "unequal", | ||
"stable": { | ||
"branch": "mrbeam2-stable" | ||
"branch": "mrbeam2-stable", | ||
"branch_default": "mrbeam2-stable", | ||
"type": "github_commit" | ||
}, | ||
"beta": { | ||
"branch": "mrbeam2-beta" | ||
"branch": "mrbeam2-beta", | ||
"branch_default": "mrbeam2-beta", | ||
"type": "github_commit", | ||
"prerelease_channel": "beta", | ||
"prerelease": true | ||
}, | ||
"develop": { | ||
"branch": "develop" | ||
"type": "github_commit", | ||
"branch": "alpha", | ||
"branch_default": "alpha" | ||
}, | ||
"restart": "environment" | ||
}, | ||
"octoprint": { | ||
"pip": "https://github.com/mrbeam/OctoPrint/archive/{target_version}.zip", | ||
"prerelease": false, | ||
"develop":{ | ||
"prerelease": true | ||
"alpha": { | ||
"branch": "mrbeam2-alpha", | ||
"branch_default": "mrbeam2-alpha", | ||
"prerelease_channel": "alpha", | ||
"prerelease": true, | ||
"type": "github_release" | ||
}, | ||
"restart": "environment", | ||
"stable_branch": { | ||
"branch": "stable", | ||
"name": "stable", | ||
"commitish": [ | ||
"stable" | ||
] | ||
}, | ||
"beamos_date": { | ||
"2021-06-11": { | ||
"prerelease": true | ||
"prerelease_branches": [ | ||
{ | ||
"name": "alpha", | ||
"branch": "alpha", | ||
"commitish": [ | ||
"alpha", | ||
"beta", | ||
"stable" | ||
] | ||
}, | ||
{ | ||
"name": "beta", | ||
"branch": "beta", | ||
"commitish": [ | ||
"beta", | ||
"stable" | ||
] | ||
} | ||
} | ||
] | ||
}, | ||
"mrbeam": { | ||
"name": " MrBeam Plugin", | ||
"repo": "MrBeamPlugin", | ||
"restart": "octoprint", | ||
"pip": "https://github.com/mrbeam/MrBeamPlugin/archive/{target_version}.zip", | ||
"beamos_date": { | ||
"2021-06-11": { | ||
"branch": "mrbeam2-{tier}-buster", | ||
"develop": { | ||
"branch": "develop" | ||
} | ||
"modules": { | ||
"octoprint": { | ||
"type": "github_release", | ||
"develop": { | ||
"type": "github_commit" | ||
} | ||
} | ||
}, | ||
"mrbeamdoc": { | ||
"name": "Mr Beam Documentation", | ||
"repo": "MrBeamDoc", | ||
"pip": "https://github.com/mrbeam/MrBeamDoc/archive/{target_version}.zip", | ||
"restart": "octoprint" | ||
}, | ||
"netconnectd": { | ||
"name": "OctoPrint-Netconnectd Plugin", | ||
"repo": "OctoPrint-Netconnectd", | ||
"pip": "https://github.com/mrbeam/OctoPrint-Netconnectd/archive/{target_version}.zip", | ||
"restart": "octoprint", | ||
"beamos_date": { | ||
"2021-06-11": { | ||
"branch": "mrbeam2-{tier}-buster", | ||
"develop": { | ||
"branch": "develop" | ||
}, | ||
"mrbeam": { | ||
"name": " MrBeam Plugin", | ||
"repo": "MrBeamPlugin", | ||
"restart": "environment", | ||
"pip": "https://github.com/mrbeam/MrBeamPlugin/archive/{target_version}.zip", | ||
"develop": { | ||
"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" | ||
}, | ||
"alpha": { | ||
"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", | ||
"pip": "https://github.com/mrbeam/MrBeamLedStrips/archive/{target_version}.zip", | ||
"global_pip_command": true, | ||
"beamos_date": { | ||
"2021-06-11": { | ||
"pip_command": "sudo /usr/local/mrbeam_ledstrips/venv/bin/pip" | ||
} | ||
} | ||
}, | ||
"iobeam": { | ||
"repo": "iobeam", | ||
"pip": "git+ssh://[email protected]/mrbeam/iobeam.git@{target_version}", | ||
"global_pip_command": true, | ||
"beamos_date": { | ||
"2021-06-11": { | ||
"pip_command": "sudo /usr/local/iobeam/venv/bin/pip" | ||
} | ||
} | ||
}, | ||
"mrb-hw-info": { | ||
"repo": "mrb_hw_info", | ||
"pip": "git+ssh://[email protected]/mrbeam/mrb_hw_info.git@{target_version}", | ||
"global_pip_command": true, | ||
"beamos_date": { | ||
"2021-06-11": { | ||
"pip_command": "sudo /usr/local/iobeam/venv/bin/pip" | ||
} | ||
} | ||
}, | ||
"mrbeamdoc": { | ||
"repo": "MrBeamDoc", | ||
"pip": "https://github.com/mrbeam/MrBeamDoc/archive/{target_version}.zip" | ||
} | ||
} | ||
} | ||
}, | ||
"findmymrbeam": { | ||
"name": "OctoPrint-FindMyMrBeam", | ||
"repo": "OctoPrint-FindMyMrBeam", | ||
"pip": "https://github.com/mrbeam/OctoPrint-FindMyMrBeam/archive/{target_version}.zip", | ||
"restart": "octoprint" | ||
}, | ||
"mrbeam-ledstrips": { | ||
"name": "MrBeam LED Strips", | ||
"repo": "MrBeamLedStrips", | ||
"pip": "https://github.com/mrbeam/MrBeamLedStrips/archive/{target_version}.zip", | ||
"global_pip_command": true, | ||
"beamos_date": { | ||
"2021-06-11": { | ||
"pip_command": "sudo /usr/local/mrbeam_ledstrips/venv/bin/pip" | ||
} | ||
} | ||
}, | ||
"netconnectd-daemon": { | ||
"name": "Netconnectd Daemon", | ||
"repo": "netconnectd_mrbeam", | ||
"pip": "https://github.com/mrbeam/netconnectd_mrbeam/archive/{target_version}.zip", | ||
"global_pip_command": true, | ||
"package_name": "netconnectd", | ||
"branch": "mrbeam2-stable", | ||
"beamos_date": { | ||
"2021-06-11": { | ||
"pip_command": "sudo /usr/local/netconnectd/venv/bin/pip", | ||
"branch": "master" | ||
} | ||
} | ||
}, | ||
"iobeam": { | ||
"name": "iobeam", | ||
"type": "bitbucket_commit", | ||
"repo": "iobeam", | ||
"pip": "git+ssh://[email protected]/mrbeam/iobeam.git@{target_version}", | ||
"global_pip_command": true, | ||
"api_user": "MrBeamDev", | ||
"api_password": "v2T5pFkmdgDqbFBJAqrt", | ||
"beamos_date": { | ||
"2021-06-11": { | ||
"pip_command": "sudo /usr/local/iobeam/venv/bin/pip" | ||
} | ||
} | ||
}, | ||
"mrb_hw_info": { | ||
"name": "mrb_hw_info", | ||
"type": "bitbucket_commit", | ||
"repo": "mrb_hw_info", | ||
"pip": "git+ssh://[email protected]/mrbeam/mrb_hw_info.git@{target_version}", | ||
"global_pip_command": true, | ||
"package_name": "mrb-hw-info", | ||
"api_user": "MrBeamDev", | ||
"api_password": "v2T5pFkmdgDqbFBJAqrt", | ||
"beamos_date": { | ||
"2021-06-11": { | ||
"pip_command": "sudo /usr/local/iobeam/venv/bin/pip" | ||
}, | ||
"netconnectd": { | ||
"name": "OctoPrint-Netconnectd Plugin", | ||
"repo": "OctoPrint-Netconnectd", | ||
"pip": "https://github.com/mrbeam/OctoPrint-Netconnectd/archive/{target_version}.zip", | ||
"restart": "environment", | ||
"develop": { | ||
"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" | ||
}, | ||
"alpha": { | ||
"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", | ||
"pip": "https://github.com/mrbeam/netconnectd_mrbeam/archive/{target_version}.zip", | ||
"global_pip_command": true, | ||
"beamos_date": { | ||
"2021-06-11": { | ||
"pip_command": "sudo /usr/local/netconnectd/venv/bin/pip" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"findmymrbeam": { | ||
"name": "OctoPrint-FindMyMrBeam", | ||
"repo": "OctoPrint-FindMyMrBeam", | ||
"pip": "https://github.com/mrbeam/OctoPrint-FindMyMrBeam/archive/{target_version}.zip", | ||
"restart": "octoprint" | ||
} | ||
} | ||
} |