-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Small cleanups #169
Small cleanups #169
Conversation
a595ea0
to
065bda0
Compare
065bda0
to
0b5f647
Compare
0b5f647
to
377ecc4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally looking good, but the Boost-1.0
license needs to remain (because Gentoo). I don't recall bitbake ever getting upset about this issue, so, unless this breaks things to remain (in which case we'll need to figure something else out), I need it to stay the same.
I'll make up my mind about the .vscode
files in the interim.
User can stop/relaunch the superflore and then it reports error because the superflore pushed git patch at the end of stage. (Failed to 'git rm -f {existing}') The error can be ignored because it will be re-generated.
af191c3
to
4c58786
Compare
lgtm -- waiting for @tfoote to review and we should be ready to merge this one. Thanks! |
Thank you both! |
* Remove dead code and fix few typos * Add newer ROS 2 releases * Add missing argument to save_pr * Simplify make_dir by removing pass * Sync ebuild and bitbake run scripts * Don't report error when trying to remove existing bb User can stop/relaunch the superflore and then it reports error because the superflore pushed git patch at the end of stage. (Failed to 'git rm -f {existing}') The error can be ignored because it will be re-generated. * Fix PR title/message file names on logs
Separating few cleanups from #168 .