It doesn't contain any useful information and blocks reproducible builds.
Signed-off-by: Alexander Couzens lynxis@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