file_metadatum: Add conan_sources.tgz filename
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
-
Changelog entry -
Documentation (if required) -
Code review guidelines -
Merge request performance guidelines -
Style guides -
Database guides -
Separation of EE specific content
Availability and Testing
-
Review and add/update tests for this feature/bug. Consider all test levels. See the Test Planning Process. -
Tested in all supported browsers -
Informed Infrastructure department of a default or new setting change, if applicable per definition of done
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