Branch: refs/heads/master Home: https://github.com/openSUSE/obs-build Commit: 28dd2a5bfd8734b005576aeaef9ce55ae946f527 https://github.com/openSUSE/obs-build/commit/28dd2a5bfd8734b005576aeaef9ce55... Author: Luca Boccassi <lboccass@brocade.com> Date: 2017-01-12 (Thu, 12 Jan 2017) Changed paths: M build-recipe-livebuild Log Message: ----------- livebuild: parse /etc/debian_version on testing When ran on Debian testing/unstable, lsb_release --codename will return "n/a", which results in a broken config. As a workaround, if "n/a" is returned, parse /etc/debian_version which will contain "<testing codename>/sid". The bug on lsb-release as been marked as wontfix: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=845651 That is fine for the distribution's use case, but for our use case it makes sense to always return the testing codename. Commit: 943c73ad9d43d62ae33c908d92b53ad1ba0fbbfd https://github.com/openSUSE/obs-build/commit/943c73ad9d43d62ae33c908d92b53ad... Author: Michael Schroeder <mls@suse.de> Date: 2017-02-13 (Mon, 13 Feb 2017) Changed paths: M build-recipe-livebuild Log Message: ----------- Merge pull request #307 from bluca/lsb_release_debian_testing livebuild: parse /etc/debian_version on testing Compare: https://github.com/openSUSE/obs-build/compare/31017504482a...943c73ad9d43