#593 Don't allow to request repositories in modules/ namespace
Merged a year ago by onosek. Opened a year ago by churchyard.
churchyard/fedpkg no_modules  into  master

@@ -26,7 +26,7 @@ 

    bz.default-component %(repo)s

    sendemail.to container-%(repo)s-maintainers@fedoraproject.org

  distgit_namespaced = True

- distgit_namespaces = rpms container modules flatpaks

+ distgit_namespaces = rpms container flatpaks

  lookaside_namespaced = True

  kerberos_realms = STG.FEDORAPROJECT.ORG

  oidc_id_provider = https://id.stg.fedoraproject.org/openidc/

file modified
+1 -1
@@ -26,7 +26,7 @@ 

    bz.default-component %(repo)s

    sendemail.to container-%(repo)s-maintainers@fedoraproject.org

  distgit_namespaced = True

- distgit_namespaces = rpms container modules flatpaks

+ distgit_namespaces = rpms container flatpaks

  lookaside_namespaced = True

  kerberos_realms = FEDORAPROJECT.ORG

  oidc_id_provider = https://id.fedoraproject.org/openidc/

I saw an influx of bogus requests like https://pagure.io/releng/fedora-scm-requests/issue/72611 -- I don't know if those are by fedpkg, but perhaps they are. Let's stop them.

(The next step might be to remove all module-related code from this project as well.)

I saw an influx of bogus requests...

That's apparently caused by what is fixed in https://pagure.io/fedpkg/pull-request/591

Nevertheless, I think we should still have this PR as well.

rebased onto d8df43d

a year ago

Pull-Request has been merged by onosek

a year ago