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

Ignore missing info/files file #671

Merged
merged 2 commits into from
Nov 22, 2023
Merged

Conversation

wolfv
Copy link
Member

@wolfv wolfv commented Nov 21, 2023

cc @beenje do you think you could deploy a change like this?

Copy link
Contributor

@beenje beenje left a comment

Choose a reason for hiding this comment

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

I'll try to test that locally!

try:
with tar.extractfile("info/files") as fp:
self.files = fp.readlines()
except:
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggestion:

Suggested change
except:
except KeyError:

@wolfv wolfv added enhancement New feature or request bug Something isn't working and removed enhancement New feature or request labels Nov 21, 2023
@beenje
Copy link
Contributor

beenje commented Nov 21, 2023

Tested that change locally. I uploaded a package created by rattler-build without issue. Could install it with mamba afterwards.

Looks good to me. Thanks!

@wolfv wolfv merged commit cbc3914 into mamba-org:main Nov 22, 2023
9 checks passed
@wolfv wolfv deleted the ignore-missing-file branch November 22, 2023 07:09
@janjagusch janjagusch changed the title ignore missing info/files file Ignore missing info/files file Nov 22, 2023
@pavelzw
Copy link
Member

pavelzw commented Nov 22, 2023

Available on dockerhub now
image

beenje added a commit to beenje/quetz that referenced this pull request Oct 10, 2024
File not created by rattler-build.
See mamba-org#671
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants