-
Notifications
You must be signed in to change notification settings - Fork 20
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
Add the ability to not remap unit files #54
Add the ability to not remap unit files #54
Conversation
I'd like to have the ability to copy unit files without remapping them. For this PR MobileNativeFoundation#53 we still need to read in the unit files but not mutate the material. This PR just removes the requirement on "remap" arg.
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.
sgtm
@keith ?
This was a workaround for MobileNativeFoundation/index-import#54
in this case wouldn't you be better off just calling also you'll have to sign the cla |
@jerrymarino Thinking about this more, this change only really makes sense once we have something like #53. Can this just be part of that PR instead? |
This was a workaround for MobileNativeFoundation/index-import#54
@brentleyjones sure, I can add it to #53 - is this something that you think fits into this repo? I'd like to use the codepath I added there in Bazel and think this repo makes a nice "Swiss army knife" for indexes! |
I think so, yes. |
This was a workaround for MobileNativeFoundation/index-import#54
@brentleyjones thanks for getting this in 👍 |
I'd like to have the ability to copy unit files without
remapping them. For this PR #53
we still need to read in the unit files but not mutate the material.
This PR just removes the requirement on "remap" arg.