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
This commit is contained in:
Jonah Graham 2022-08-22 18:09:22 -04:00
parent 10dbee9110
commit 4d41a5df89
2 changed files with 1 additions and 1 deletions

View file

@ -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