Skip to content

Conversation

msarahan
Copy link
Contributor

We currently can't use https protocol, which is hindering internal DLFW projects. I think this should fix things, and also brings things into parity with the github cli.

@msarahan msarahan requested a review from a team as a code owner August 14, 2025 00:49
@msarahan msarahan requested review from jameslamb and removed request for a team August 14, 2025 00:49
Copy link
Member

@jameslamb jameslamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cool cool makes sense to me!

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to bump the feature version

Comment on lines +189 to +191
if [ -z "${SKIP_RAPIDS_AGGREGATE_PIP_INDEXES}" ]; then
eval "$(rapids-list-repos "${OPTS[@]}")";
fi
Copy link
Collaborator

@trxcllnt trxcllnt Sep 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can be accomplished with an existing flag:

$ rapids-make-pip-dependencies --exclude <(echo '.*')

This passes the file descriptor with the wildcard pattern to grep -E -v.

Alternatively, if you want to exclude all repos but still include the requirements passed via -r,--requirement, use the --repo flag with an empty string:

$ rapids-make-pip-dependencies --repo "" -r <(echo "foo-pkg")
foo-pkg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants