#2157 kojira: use cached getTag for external repos
Merged 3 years ago by tkopecek. Opened 4 years ago by tkopecek.
tkopecek/koji issue2156  into  master

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

              self.external_repos[url] = 0

              arches = []  # placeholder for repos without $arch bit

              try:

-                 arches = self.session.getTag(tag)['arches'].split()

+                 arches = getTag(self.session, tag)['arches'].split()

              except AttributeError:

                  pass

              for arch in arches:

rebased onto a6bbf2e

4 years ago

Metadata Update from @tkopecek:
- Pull-request tagged with: testing-ready

4 years ago

Metadata Update from @mfilip:
- Pull-request untagged with: testing-ready
- Pull-request tagged with: no_qe

3 years ago

Commit 2a8505e fixes this pull-request

Pull-Request has been merged by tkopecek

3 years ago