mirror of
https://github.com/go-gitea/gitea.git
synced 2024-09-01 14:56:30 +00:00
removed unnecessary filename from composite key
This commit is contained in:
parent
fcb3fd11de
commit
f515f6ee7c
@ -93,7 +93,7 @@ func Push(ctx *context.Context) {
|
||||
&pkg_service.PackageFileCreationInfo{
|
||||
PackageFileInfo: pkg_service.PackageFileInfo{
|
||||
Filename: filename,
|
||||
CompositeKey: distro + "-" + filename,
|
||||
CompositeKey: distro,
|
||||
},
|
||||
OverwriteExisting: true,
|
||||
IsLead: true,
|
||||
|
Loading…
Reference in New Issue
Block a user