Make the correct comparison here to catch el6 vs dist-6E-epel
This commit is contained in:
parent
358a9b1a8d
commit
65aacfb98b
1 changed files with 1 additions and 1 deletions
|
@ -386,7 +386,7 @@ if __name__ == '__main__':
|
||||||
pkgs = []
|
pkgs = []
|
||||||
for pkg, branches in namespace_to_projects[namespace].items():
|
for pkg, branches in namespace_to_projects[namespace].items():
|
||||||
# The tag and branch names are the same for "old-style" branches
|
# 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)
|
pkgs.append(pkg)
|
||||||
# This is a special project, not in dist-git, but which needs to be in
|
# This is a special project, not in dist-git, but which needs to be in
|
||||||
# the package list.
|
# the package list.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue