removed unnecessary filename from composite key

This commit is contained in:
Danila Fominykh 2023-10-02 14:33:37 -03:00
parent fcb3fd11de
commit f515f6ee7c
No known key found for this signature in database
GPG Key ID: 1134F8EBF98AA06F

View File

@ -93,7 +93,7 @@ func Push(ctx *context.Context) {
&pkg_service.PackageFileCreationInfo{ &pkg_service.PackageFileCreationInfo{
PackageFileInfo: pkg_service.PackageFileInfo{ PackageFileInfo: pkg_service.PackageFileInfo{
Filename: filename, Filename: filename,
CompositeKey: distro + "-" + filename, CompositeKey: distro,
}, },
OverwriteExisting: true, OverwriteExisting: true,
IsLead: true, IsLead: true,