1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-16 06:28:27 +00:00

Set SemverCompatible to false for Conan packages (#21275) (#21366)

Backport of #21275
This commit is contained in:
KN4CK3R
2022-10-10 14:46:09 +02:00
committed by GitHub
parent a3c75ac438
commit c83a05f114
2 changed files with 2 additions and 3 deletions

View File

@@ -342,8 +342,7 @@ func uploadFile(ctx *context.Context, fileFilter stringSet, fileKey string) {
Name: rref.Name,
Version: rref.Version,
},
SemverCompatible: true,
Creator: ctx.Doer,
Creator: ctx.Doer,
}
pfci := &packages_service.PackageFileCreationInfo{
PackageFileInfo: packages_service.PackageFileInfo{