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

Repo Archive path invalid after rename #16390

Closed
KN4CK3R opened this issue Jul 9, 2021 · 0 comments · Fixed by #16399
Closed

Repo Archive path invalid after rename #16390

KN4CK3R opened this issue Jul 9, 2021 · 0 comments · Fixed by #16399
Labels
Milestone

Comments

@KN4CK3R
Copy link
Member

KN4CK3R commented Jul 9, 2021

After a repository rename the old archive path gets unaccessable which prevents deleting old archives.
Reason is the repository name in the filepath:
fmt.Sprintf("%s/%s/%s.%s", repo.FullName(), archiver.CommitID[:2], archiver.CommitID, archiver.Type.String())

/cc @lunny

@KN4CK3R KN4CK3R added this to the 1.15.0 milestone Jul 9, 2021
@go-gitea go-gitea locked and limited conversation to collaborators Oct 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant