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

delete-crate admin tool causes broken background jobs #6421

Closed
Turbo87 opened this issue May 3, 2023 · 1 comment
Closed

delete-crate admin tool causes broken background jobs #6421

Turbo87 opened this issue May 3, 2023 · 1 comment
Labels
A-backend ⚙️ C-bug 🐞 Category: unintended, undesired behavior

Comments

@Turbo87
Copy link
Member

Turbo87 commented May 3, 2023

Current Behavior

ERROR sync_to_git_index: cargo_registry_index: Commit and push for "Delete crate `foo`" errored err=could not find '/tmp/gitz1kWnQ/foo' to stat: No such file or directory; class=Os (2); code=NotFound (-3) krate.name="foo"

It looks like our code to commit a deleted file is failing.

Expected Behavior

It should create a commit with the file deleted.

@Turbo87 Turbo87 added C-bug 🐞 Category: unintended, undesired behavior A-backend ⚙️ labels May 3, 2023
@Turbo87
Copy link
Member Author

Turbo87 commented May 15, 2023

This was fixed by #6472

@Turbo87 Turbo87 closed this as completed May 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-backend ⚙️ C-bug 🐞 Category: unintended, undesired behavior
Projects
None yet
Development

No branches or pull requests

1 participant