-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
Allow for certain repositories to be ignored entirely #31
Comments
Sounds good. |
@erichoracek Some clarification is needed In the light of #30 adding an ignore section will look like this:
This allows selective ignoring when using aliases #12 Can this do? |
@blender sure, this will work |
@erichoracek please try pre-release v0.7.1.13 |
@erichoracek seems to work as expected over here, do you have any input? |
@blender Appears to be working perfectly—thanks for taking a stab at this. Rome has been a joy to use. |
Thanks, maybe you have input on #38 |
Some repositories use Carthage as a simple mechanism to include other git repositories that do not produce frameworks. Even Carthage itself does this, to include xcconfigs.
To accommodate for this existing paradigm, Rome should allow for certain repositories to be omitted entirely from the upload/download/list commands.
One could imagine that this would be an addition to the
Romefile
, along the same lines as the existingRepositoryMap
section. Perhaps it could be named something along the lines ofIgnored
.As a hypothetical example, let's imagine the following:
Cartfile:
Romefile:
We then perform the following commands:
Note that
xcconfigs
was never included in any of the hypothetical output.Current Behavior:
Currently, in scenarios like these, users have to manually filter out repositories that fall into this category, since otherwise they will always show up when invoking
rome list --missing
.While less of a hassle, this also pollutes the output of the download command with errors that will never be resolved:
The text was updated successfully, but these errors were encountered: