From 4d41a5df89728e6e929503698f8f378abc70067a Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Mon, 22 Aug 2022 18:09:22 -0400 Subject: [PATCH] Use standard filename extension for releng template This file is hardly (if ever) used anymore, but lets make it fit in well with the rest of CDT --- ...-standalone-php-template => cdt-standalone-php-template.txt} | 0 releng/scripts/promote-a-build.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename releng/scripts/{cdt-standalone-php-template => cdt-standalone-php-template.txt} (100%) 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