Make the correct comparison here to catch el6 vs dist-6E-epel

This commit is contained in:
Ralph Bean 2017-08-18 15:51:39 +00:00
parent 358a9b1a8d
commit 65aacfb98b

View file

@ -386,7 +386,7 @@ if __name__ == '__main__':
pkgs = []
for pkg, branches in namespace_to_projects[namespace].items():
# The tag and branch names are the same for "old-style" branches
if tag in branches or tag == ('f' + RAWHIDE):
if info['repo_name'] in branches or tag == ('f' + RAWHIDE):
pkgs.append(pkg)
# This is a special project, not in dist-git, but which needs to be in
# the package list.