-
Notifications
You must be signed in to change notification settings - Fork 55
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
vcs-repo-file-url should default to empty, rather than master ros2.repos #561
Comments
@emersonknapp this existing issue seems pretty relevant: #316 |
Yes, you're right. I think the original suggestion there was to default to the distro under build, but in the conversation we came to this conclusion as an alternative. I'm not quite sure this is duplicate, but only one of these tickets needs to be solved, I think |
yeah. I'm still in favour of changing the overall approach as mentioned in #316 (comment), but I can just open a separate issue since this one is more for a short-term solution/fix. |
@emersonknapp can you assign this to me? Unless you were planning on doing the change. |
Fixes #561 This changes the default value for the `vcs-repo-file-url` input to an empty string. Therefore, by default, action-ros-ci will rely on binaries (e.g. installed by setup-ros) for any dependencies. Signed-off-by: Christophe Bedard <[email protected]>
Description
The default value for
vcs-repo-file-url
has been a recurring point of confusion for users, because it often pulls in a newer version of the code than they are trying to build against.Related Issues
#559
Completion Criteria
Defaults to not using an external .repos file
Implementation Notes / Suggestions
Change the default in action.yml
This may break users who depend on this default value, so I'm somewhat inclined to bump minor version to v0.2 if we do this
Testing Notes / Suggestions
The text was updated successfully, but these errors were encountered: