Branch: refs/heads/master Home: https://github.com/openSUSE/osc Commit: f5aa389e380b1c1436de136eb44ba5ef001497a7 https://github.com/openSUSE/osc/commit/f5aa389e380b1c1436de136eb44ba5ef00149... Author: lethliel <mstrigl@suse.de> Date: 2020-02-07 (Fri, 07 Feb 2020) Changed paths: M osc/build.py Log Message: ----------- handle empty release in build.py This is very unlikely but in very rare cases this can happen. Builing kiwi images containing debian is one case. In this case we do not know what is inside the kiwi file and osc build assumes buildtype 'rpm' to generate a package list which get's thrown away anyway. Now we just check for release Commit: fb9e64c2f1bec20b3a791e07064ab0063f0f387f https://github.com/openSUSE/osc/commit/fb9e64c2f1bec20b3a791e07064ab0063f0f3... Author: Marcus Huewe <suse-tux@gmx.de> Date: 2020-02-07 (Fri, 07 Feb 2020) Changed paths: M osc/build.py Log Message: ----------- Merge branch 'handle_empty_releas_in_rpmquery' of https://github.com/lethliel/osc Do not pass None as a release to RpmQuery.filename. The release might be None in case of a kiwi build (the returned canonname is not used in case of kiwi build). Compare: https://github.com/openSUSE/osc/compare/9449745b5ec5...fb9e64c2f1be