Skip to content
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

tweak channeldata collection to pick up more versions for packages wi… #3561

Merged
merged 5 commits into from
Jun 21, 2019

Conversation

msarahan
Copy link
Contributor

@msarahan msarahan commented Jun 21, 2019

…th run_exports

fixes #3560

@msarahan msarahan force-pushed the channeldata_run_exports branch from ee6f0c7 to a7cf4de Compare June 21, 2019 15:07
run_exports = package_data.get(pkg_name, {}).get('run_exports', {})
if (pkg_name not in package_data or
subdir not in package_data.get(pkg_name, {}).get('subdirs', []) or
package_data.get(pkg_name, {}).get('timestamp', 0) <
Copy link
Contributor

Choose a reason for hiding this comment

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

nice 👌

Copy link
Contributor

@katietz katietz left a comment

Choose a reason for hiding this comment

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

great. Looks indeed promising

@msarahan msarahan force-pushed the channeldata_run_exports branch from 8c66321 to dc09995 Compare June 21, 2019 18:51
@msarahan msarahan merged commit 108f33f into conda:master Jun 21, 2019
@msarahan msarahan deleted the channeldata_run_exports branch June 21, 2019 23:27
@github-actions
Copy link

Hi there, thank you for your contribution!

This pull request has been automatically locked because it has not had recent activity after being closed.

Please open a new issue or pull request if needed.

Thanks!

@github-actions github-actions bot added the locked [bot] locked due to inactivity label Apr 14, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 14, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
locked [bot] locked due to inactivity
Projects
None yet
Development

Successfully merging this pull request may close these issues.

conda index gives a KeyError: timestamp
3 participants