Skip to content

Commit

Permalink
build per default using oldstable debian release (bullseye); shellche…
Browse files Browse the repository at this point in the history
…ck update

Signed-off-by: Markus Storm <markus.storm@gmx.net>
  • Loading branch information
mstormi committed Nov 17, 2023
1 parent 1ca0a22 commit a30e2d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,10 @@ exec &> >(tee -a "openhabian-build-${timestamp}.log")
# Load config, create temporary build folder, cleanup
sourceFolder="build-image"
if [[ -f "${sourceFolder}/openhabian.${hwPlatform}.conf" ]]; then
# shellcheck disable=SC1090
source "${sourceFolder}/openhabian.${hwPlatform}.conf"
else
# shellcheck disable=SC1090
source "${sourceFolder}/openhabian.conf"
fi
buildFolder="$(mktemp -d "${TMPDIR:-/tmp}"/openhabian-build-${hwPlatform}-image.XXXXX)"
Expand Down

0 comments on commit a30e2d7

Please sign in to comment.