#2348 fix option order
Merged 3 years ago by tkopecek. Opened 3 years ago by tkopecek.
tkopecek/koji issue2086a  into  master

file modified
+2 -1
@@ -1231,7 +1231,7 @@ 

      return packages

  

  

- def list_tags(build=None, package=None, perms=True, pattern=None, queryOpts=None):

+ def list_tags(build=None, package=None, perms=True, queryOpts=None, pattern=None):

      """List tags according to filters

  

      :param int|str build: If build is specified, only return tags associated with
@@ -1247,6 +1247,7 @@ 

                                - blocked

                                - extra_arches

      :param bool perms: If perms is True, perm_id and perm is added to resulting maps.

+     :param dict queryOpts: hash with query options for QueryProcessor

      :param pattern: If glob pattern is specified, only return tags matching that pattern.

  

      :returns list of dicts: Each map contains id, name, arches and locked keys and

Metadata Update from @tkopecek:
- Pull-request tagged with: no_qe

3 years ago

Commit cc29bcc fixes this pull-request

Pull-Request has been merged by tkopecek

3 years ago