mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +02:00
[releng] Fix generation of milestone site
This commit is contained in:
parent
b72b616258
commit
d514d2d86d
1 changed files with 2 additions and 2 deletions
|
@ -269,7 +269,7 @@ elif [ ${TYPE} = testSigned ]; then
|
|||
web/site.xsl > web/site.xsl.new
|
||||
mv -f web/site.xsl.new web/site.xsl
|
||||
elif [ ${TYPE} = milestone ]; then
|
||||
echo "Working on milestone update site"
|
||||
echo "Working on ${VERSION} milestone update site"
|
||||
TPTYPE="${VERSION} Milestone"
|
||||
TPVERSION="${TPVERSION} ${TPTYPE}"
|
||||
echo "Expect that you copied your features and plugins yourself"
|
||||
|
@ -295,7 +295,7 @@ being contributed to the Galileo coordinated release train (Eclipse 3.5.x).' \
|
|||
web/site.xsl > web/site.xsl.new
|
||||
mv -f web/site.xsl.new web/site.xsl
|
||||
elif [ ${TYPE} = interim ]; then
|
||||
echo "Working on interim update site"
|
||||
echo "Working on ${VERSION} interim update site"
|
||||
TPTYPE="${VERSION} Interim"
|
||||
TPVERSION="${TPVERSION} ${TPTYPE}"
|
||||
echo "Expect that you copied your features and plugins yourself"
|
||||
|
|
Loading…
Add table
Reference in a new issue