Improve unsupported release handling and drop Trusty workarounds

This commit is contained in:
zador.blood.stained
2018-01-05 12:56:32 +03:00
parent 72e7ae1aa1
commit e755245208
2 changed files with 30 additions and 38 deletions

View File

@@ -194,6 +194,9 @@ cat <<-EOF >> $DEST/debug/output.log
## BUILD SCRIPT ENVIRONMENT
Version: $(cd $SRC; git rev-parse @)
Host OS: $(lsb_release -sc)
Host arch: $(dpkg --print-architecture)
Dirty: $(git diff-index --quiet HEAD -- && echo No || echo Yes)
## BUILD CONFIGURATION