Skip to content

Fix the rollout out issue for debian_packages

David Fernandez requested to merge 10io-fix-debian-rollout-issue into master

What does this MR do?

The [debian package registry] is a huge Community contribution that was implemented across many MRs.

As for any new package registry, this new one is gated behind a feature flag: debian_packages.

I noticed that the yaml definition file had a wrong rollout_out_issue_url. It is pointing to this issue which is not really a feature flag rollout issue.

I created a proper rollout issue and this MR simply updates the rollout_issue_url of the yaml definition file.

Screenshots or Screencasts (strongly suggested)

n / a

How to setup and validate locally (strongly suggested)

n / a

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • [-] 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

Merge request reports