#2655 readFullInheritance stops/jumps deprecation
Merged by tkopecek. Opened by tkopecek.
tkopecek/koji issue2606  into  master

Download 2655.patch

Fixes: https://pagure.io/koji/issue/2606

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

should be --jump option

should be --stop option

rebased onto 938f0939cb2e314ae83a18a8f980f70b5b29aa8d

updated

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

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

Metadata Update from @jcupova:
- Pull-request untagged with: testing-ready

This seems to include an unrelated change in the commit

-    parser.add_option("--write", action="store_true",
-                      help=_("Also write the signed copies"))
+    parser.add_option("--write", action="store_true", help=SUPPRESS_HELP)

rebased onto cb3153ca1effb1a1ef052143760f1ddc3cac088a

rebased onto 5d8ea42f4924b6278a11a30c378ad3fe0e0009bf

I've removed using util.deprecated in hub as it is misbehaving in multi-threading env. Also changed a bit a logic for displaying the message (due to empty dicts passed from getBuildInheritance.

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

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

:thumbsup:

Commit 4e85f0fb fixes this pull-request

Pull-Request has been merged by tkopecek

Metadata