#2407 hub: deprecate getGlobalInheritance
Merged 3 years ago by tkopecek. Opened 3 years ago by tkopecek.
tkopecek/koji issue2240  into  master

file modified
+1
@@ -631,6 +631,7 @@ 

  

  

  def readGlobalInheritance(event=None):

+     logger.warning("The getGlobalInheritance call is deprecated and will be removed in 1.25.")

      c = context.cnx.cursor()

      fields = ('tag_id', 'parent_id', 'name', 'priority', 'maxdepth', 'intransitive',

                'noconfig', 'pkg_filter')

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

3 years ago

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

3 years ago

Commit f63eefe fixes this pull-request

Pull-Request has been merged by tkopecek

3 years ago