From 92603271b07456a03083922ea283023012d9e374 Mon Sep 17 00:00:00 2001
From: Chris Fiege <chris@tinyhost.de>
Date: Sat, 10 Apr 2021 21:18:58 +0200
Subject: [PATCH] Be more verbose about the state before building

---
 builder.sh | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/builder.sh b/builder.sh
index eedb258..2860f75 100755
--- a/builder.sh
+++ b/builder.sh
@@ -76,6 +76,17 @@ rm -rf output/images
 mkdir -p output
 mkdir -p output/cmd
 
+echo "#######################################"
+echo "#######################################"
+echo Welcome! This is the Freifunk Braunschweig Gluon Bulder script. Nice to serve you
+echo - Building for the following GLUON_BRANCH:  \"${BRANCH}\"
+echo - The release will be tagged: ${RELEASETAG}
+echo - The release will be namend: ${RELEASENAME}
+echo - Bulding with j=${J}
+echo - Debug-Config: \"{$DEBUG}\"
+echo - Building for the following architectures: ${ARCHITECTURES}
+echo "#######################################"
+echo "#######################################"
 
 # update toolchain to current release
 make update
-- 
GitLab