Remove dead code

These variables are not used anymore, instead it is taken from extra
data in the build.

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2018-10-25 11:10:31 +02:00
parent 65a1779e3a
commit 2153c5fe21
1 changed files with 0 additions and 5 deletions

View File

@ -143,11 +143,6 @@ def get_koji_modules(compose, koji_wrapper, event, module_info_str):
if not md["extra"]:
continue
try:
version, context = md["release"].split(".")
except ValueError:
version = md["release"]
context = "00000000"
try:
md["modulemd"] = md["extra"]["typeinfo"]["module"]["modulemd_str"]
md["tag"] = md["extra"]["typeinfo"]["module"]["content_koji_tag"]