[SeaBIOS] [PATCH 1/2] buildversion.sh: remove build hostname from version

Alexander Couzens lynxis at fe80.eu
Sat Mar 7 18:45:29 CET 2015


It doesn't contain any useful information and
blocks reproducible builds.

Signed-off-by: Alexander Couzens <lynxis at fe80.eu>
---
 scripts/buildversion.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/buildversion.sh b/scripts/buildversion.sh
index e5ce96c..16c043f 100755
--- a/scripts/buildversion.sh
+++ b/scripts/buildversion.sh
@@ -11,7 +11,7 @@ elif [ -f .version ]; then
 else
     VERSION="?"
 fi
-VERSION="${VERSION}-`date +"%Y%m%d_%H%M%S"`-`hostname`"
+VERSION="${VERSION}-`date +"%Y%m%d_%H%M%S"`"
 echo "Version: ${VERSION}"
 
 # Build header file
-- 
2.3.1




More information about the SeaBIOS mailing list