repos: add rmackay9/camera-download#140
Merged
patrickelectric merged 1 commit intobluerobotics:masterfrom May 21, 2025
Merged
Conversation
patrickelectric
approved these changes
May 21, 2025
Member
patrickelectric
left a comment
There was a problem hiding this comment.
A great extension, thanks!
Contributor
Author
|
Thanks so much! |
Member
|
@rmackay9 I just noticed that your extension does not have a tag that is a valid semver, the logs shows that the only tag available is "latest" https://github.com/bluerobotics/BlueOS-Extensions-Repository/blob/gh-pages/manifest.log#L1441 |
Member
|
once the tag is available you can let me know and I'll retrigger the build system, at the moment the builds are automatically happening at 8AM BRT |
Contributor
Author
|
Hi @patrickelectric, Sorry about that, still getting use to this. I've pushed the 0.0.1 tag and it can be seen here https://hub.docker.com/repository/docker/rmackay9/blueos-camera-download/general |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds my camera-download extension so that it is available within BlueOS.
As this is my first extension I'm very happy to receive any and all feedback before this is merged. I've tested the extension fairly well but I was unsure how to test if this PR to add it to the list of available extensions to all users is correct or not.
I also wonder if perhaps we should create a new repo for this extension within BlueOS-community and then move the code there because that would allow others to more easily modify it.
Some references:
This is what it looks like to the user

Thanks very much for making this very flexible method of adding extensions to BlueOS!