]> source.dussan.org Git - gitea.git/commit
Fix archive error when rename repo or user (#16399)
authorLunny Xiao <xiaolunwen@gmail.com>
Tue, 13 Jul 2021 12:16:31 +0000 (20:16 +0800)
committerGitHub <noreply@github.com>
Tue, 13 Jul 2021 12:16:31 +0000 (14:16 +0200)
commit67f135ca5ddfcab4391a00af4936d0260079cd97
tree1c8019e8dfdf71ad425e9f2bbac0ac94910407c0
parentb81106be3faadf7821c30b18fb1cec6c27041896
Fix archive error when rename repo or user (#16399)

Use repo id instead of full name to generate archive path
models/repo.go
models/repo_archiver.go
modules/cron/tasks_extended.go
modules/repository/archive.go [new file with mode: 0644]
modules/storage/storage.go