mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Improve unsupported release handling and drop Trusty workarounds
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user