Branch: refs/heads/master Home: https://github.com/openSUSE/osc Commit: 9166a7f0754fb76cd744bf3a19cab9b2d9d2f993 https://github.com/openSUSE/osc/commit/9166a7f0754fb76cd744bf3a19cab9b2d9d2f... Author: Riku Voipio <riku.voipio@linaro.org> Date: 2017-10-30 (Mon, 30 Oct 2017) Changed paths: M osc/util/debquery.py Log Message: ----------- debquery: support control.tar.xz Similar to recent fixes in libsolv and obs-build. Since tarfile on python2 doesn't do lzma, decompress the file into memory and feed it as a fake file via StringIO to tarfile Commit: 3c1bb1cf0a00a6a87e0d41070cb1b2a646a50a26 https://github.com/openSUSE/osc/commit/3c1bb1cf0a00a6a87e0d41070cb1b2a646a50... Author: Marcus Huewe <suse-tux@gmx.de> Date: 2017-10-30 (Mon, 30 Oct 2017) Changed paths: M osc/util/debquery.py Log Message: ----------- Merge branch 'xz-support' of https://github.com/suihkulokki/osc Support an xz compressed control.tar file. In case of a control.tar.xz and a missing lzma module, an exception is thrown at runtime (for now, in order to avoid a hard depedency to the lzma module, which is no standard module). Compare: https://github.com/openSUSE/osc/compare/b52edb6513dd...3c1bb1cf0a00