Skip to content

file_metadatum: Add conan_sources.tgz filename

Zach Hilman requested to merge zachhilman/gitlab:master into master

What does this MR do?

This MR adds the missing filename to the conan file_metadatum.rb file, conan_sources.tgz. Without this filename, gitlab will reject the sources of a package from being uploaded which prevents consumers of the package registry from building from scratch if necessary (when exports_sources is used).

Relevant issues: https://github.com/conan-io/conan/issues/6678 and #210550 (closed). Source for filename: https://github.com/conan-io/conan/blob/4ea97afcae835e312addec360c61a38ef4555fa1/conans/paths/init.py

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Zach Hilman

Merge request reports