#4354 add-external-repo excepts comma-separated and space-separated list
Merged 21 days ago by tkopecek. Opened 2 months ago by jcupova.
jcupova/koji issue-4353  into  master

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

      repo_id = repo['id']

  

      if arches is not None:

-         arches = koji.parse_arches(arches, strict=True)

+         arches = koji.parse_arches(arches, strict=False)

  

      priority = convert_value(priority, cast=int)

  

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

2 months ago

Metadata Update from @mfilip:
- Pull-request tagged with: testing-done

a month ago

Commit 742e5de fixes this pull-request

Pull-Request has been merged by tkopecek

21 days ago