From 83a2c34f8145e82b6cd4eccbfd37149052ba0b26 Mon Sep 17 00:00:00 2001 From: Alexander Schulz Date: Sat, 7 Jul 2018 00:29:41 +0200 Subject: [PATCH] correction: If no BUILD_NUMBER is set, assume developer build and set to 99 --- branding-xcp-ng/brand-to-xcp-ng.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/branding-xcp-ng/brand-to-xcp-ng.sh b/branding-xcp-ng/brand-to-xcp-ng.sh index fb8ab7bb8..f1e139992 100644 --- a/branding-xcp-ng/brand-to-xcp-ng.sh +++ b/branding-xcp-ng/brand-to-xcp-ng.sh @@ -95,8 +95,8 @@ BRANDING_ADDITIONAL_FEATURES="" ####################################################################### if [ -z "$BUILD_NUMBER" ]; then - echo "No BUILD_NUMBER set, assume developer build: set BUILD_NUMBER to 99.99.99.0" - BUILD_NUMBER=99.99.99.0 + echo "No BUILD_NUMBER set, assume developer build: set BUILD_NUMBER to 99" + BUILD_NUMBER=99 fi