-
Notifications
You must be signed in to change notification settings - Fork 430
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
Replace bundled conda-index with standalone conda-index package #4690
Closed
Closed
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
3d54dfa
depend on conda-index
dholth 653cb83
delegate indexing to conda-index package
dholth 5ef0f1f
remove obsolute index_file test
dholth 71eab18
add news
dholth 0596350
add conda-index to install_conda_build_test_deps
dholth 272caf9
Merge remote-tracking branch 'origin/main' into conda-index
dholth 05d7f05
format conda_build/index.py for pre-commit
dholth dd76ea6
remove unnecessary import fallback
dholth 8eeaec6
linter changes
dholth f9fffbd
update windows ci deps
dholth c706da4
python-libarchive-c is required after all, for utils
dholth c1e57ef
remove test_index (exists in standalone conda-index tests)
dholth e59b860
deal with update_index(subdir) instead of update_index(dir)
dholth ad6c0f7
use single thread when indexing for build
dholth d9cc516
Merge remote-tracking branch 'origin/main' into conda-index
dholth 560ad71
remove build_index module
dholth 1e8f1d9
Merge remote-tracking branch 'origin/main' into conda-index
dholth 74b2d7c
format environ.py
dholth f047145
add conda-index dependency to recipe
dholth e27c8fb
add conda-index to requirements.txt
dholth 1eb6752
restore subdirs fix
dholth 2e7c40c
Merge remote-tracking branch 'origin/main' into conda-index
dholth cc63b28
ruamelize
dholth fe3647e
adjust distutils patch deps
dholth ad31a23
lint fixes
dholth 8c0117b
keyword arguments
dholth 55e5ba2
indent
dholth 51ba55a
Merge remote-tracking branch 'origin/main' into conda-index
dholth a6cbec4
remove package from test
dholth f1d52e2
Apply suggestions from code review
dholth File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Would love to delete this whole file.
conda-index
has a nice click CLI, but doesn't take the same arguments.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.
this might be able to use the non-api update_index, the api version is basically "call update_index for every dir in a list"