Rebuild snapshot matching 4.21.0 R to fix signing & upload
diff --git a/releng/build-scripts/bin/createRepository-hipp.sh b/releng/build-scripts/bin/createRepository-hipp.sh
index eaaa1ed..219c218 100755
--- a/releng/build-scripts/bin/createRepository-hipp.sh
+++ b/releng/build-scripts/bin/createRepository-hipp.sh
@@ -143,7 +143,7 @@
 		then
 			mkdir -p ${SIGNED}/${DIR}
 		fi
-		curl -o ${SIGNED}/${JAR} -F file=@${JAR} http://build.eclipse.org:31338/sign
+		curl -o ${SIGNED}/${JAR} -F file=@${JAR} https://cbi.eclipse.org/jarsigner/sign
 	done
 	if [ -f ${OTDTJAR} ]
 	then
@@ -254,7 +254,7 @@
 			exit 1
 		fi
     fi
-	echo "====Step 11: promote to ${TARGET_HOST}:{TARGET_BASEDIR}/${DEST_REL}===="
+	echo "====Step 11: promote to ${TARGET_HOST}:${TARGET_BASEDIR}/${DEST_REL}===="
 	# FIXME mkdir ${DEST}
 	# if [ "${MASTER}" != "none" ]
 	# then
diff --git a/releng/build-scripts/build/otdt_prerequisites-hipp.sh b/releng/build-scripts/build/otdt_prerequisites-hipp.sh
index b7d190e..5e09303 100644
--- a/releng/build-scripts/build/otdt_prerequisites-hipp.sh
+++ b/releng/build-scripts/build/otdt_prerequisites-hipp.sh
@@ -61,8 +61,8 @@
 SDK_QUALIFIER=${SDK_QUALIFIER:="I20210906-0500"}
 
 # used only locally (components of the ECLIPSE_SDK_TGZ path):
-EVERSION=${EVERSION:="4.21RC2a"}
-DROP=${DROPS4}/${DROP:="S-4.21RC2a-202109060500"}
+EVERSION=${EVERSION:="4.21"}
+DROP=${DROPS4}/${DROP:="R-4.21-202109060500"}
 
 # EXPORT: archive file of the base eclipse SDK build:
 ECLIPSE_SDK_TGZ=${DROP}/eclipse-SDK-${EVERSION}-linux-gtk-${ARCH}.tar.gz