diff options
author | Pierre-Yves Chibon <pingou@pingoured.fr> | 2017-03-27 12:35:34 +0200 |
---|---|---|
committer | Pierre-Yves Chibon <pingou@pingoured.fr> | 2017-03-27 12:35:34 +0200 |
commit | d0d66db76329a282ff33324072324a8c50e034fe (patch) | |
tree | e014532fc06b11b08961c533a8602c64b98bbd9b | |
parent | 65a05da744b015c1ca0aac998af03c0edb75ec51 (diff) | |
download | ansible-d0d66db76329a282ff33324072324a8c50e034fe.tar.gz ansible-d0d66db76329a282ff33324072324a8c50e034fe.tar.xz ansible-d0d66db76329a282ff33324072324a8c50e034fe.zip |
Drop the test-* namespaces
-rw-r--r-- | roles/distgit/templates/genacls.pkgdb.stg | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/roles/distgit/templates/genacls.pkgdb.stg b/roles/distgit/templates/genacls.pkgdb.stg index 41aa35397..980e8db56 100644 --- a/roles/distgit/templates/genacls.pkgdb.stg +++ b/roles/distgit/templates/genacls.pkgdb.stg @@ -415,21 +415,6 @@ if __name__ == '__main__': #print ' RW private- = @all' # dont' enable the above until we prevent building for real from private- - # XXX - Insert artificial namespaces into the set of namespaces returned - # by pkgdb. We want to create a mirror of rpms/PKG in test-rpms/PKG - # This hack occurs in two places. Here, and in the branch-creation script. - # https://github.com/fedora-infra/pkgdb2/issues/329#issuecomment-207050233 - # And then, this got renamed from rpms-checks to test-rpms - # https://pagure.io/fedora-infrastructure/issue/5570 - if 'rpms' in data: - data['test-rpms'] = copy.copy(data['rpms']) - # Also, modules are a thing - # https://pagure.io/fedora-infrastructure/issue/5571 - if 'modules' in data: - data['test-modules'] = copy.copy(data['modules']) - if 'docker' in data: - data['test-docker'] = copy.copy(data['docker']) - # Get a list of all the packages for namespace in data: if namespace == 'title': |