diff --git a/releng/scripts/cdt-standalone-php-template b/releng/scripts/cdt-standalone-php-template.txt similarity index 100% rename from releng/scripts/cdt-standalone-php-template rename to releng/scripts/cdt-standalone-php-template.txt diff --git a/releng/scripts/promote-a-build.sh b/releng/scripts/promote-a-build.sh index 7cb833c4d80..f66ce380c5c 100755 --- a/releng/scripts/promote-a-build.sh +++ b/releng/scripts/promote-a-build.sh @@ -9,7 +9,7 @@ SSH="ssh ${SSHUSER}" SCP="scp" DOWNLOAD=/home/data/httpd/download.eclipse.org/tools/cdt/$RELEASE_OR_BUILD/$MINOR_VERSION/$MILESTONE ARTIFACTS=https://ci.eclipse.org/cdt/job/$CDT_JOB_NAME/$CDT_BUILD_NUMBER/artifact -INDEX_PHP_FOR_RCP=scripts/cdt-standalone-php-template +INDEX_PHP_FOR_RCP=scripts/cdt-standalone-php-template.txt ARTIFACTS_REPO_TARGET=$ARTIFACTS/releng/org.eclipse.cdt.repo/target echo Using download location root of $DOWNLOAD