#1956 Merge sidetag plugin
Merged by tkopecek. Opened by tkopecek.
tkopecek/koji issue1955  into  master

Download 1956.patch

Originally living in https://pagure.io/sidetag-koji-plugin

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

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

So while you are doing this, can you please make creator of side tag to be able to modify the tag & block/unblock packages in it?

1 new commit added

  • fix basetag argument

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

trivial flake8 check:

./plugins/cli/sidetag_cli.py:11:1: F401 'koji_cli.lib.watch_tasks' imported but unused
./plugins/hub/sidetag_hub.py:8:1: I100 Import statements are in the wrong order. 'import sys' should be before 'import koji' and in a different group.
./plugins/hub/sidetag_hub.py:8:1: I201 Missing newline between import groups. 'import sys' is identified as Stdlib and 'import koji' is identified as Application.
./plugins/hub/sidetag_hub.py:14:1: F401 'kojihub.readTaggedBuilds' imported but unused
make: *** [Makefile:139: flake8] Error 1

1 new commit added

  • remove unused imports

@julian8628 updated

:thumbsup:

Commit c3cfe383 fixes this pull-request

Pull-Request has been merged by tkopecek

Metadata