mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-13 20:15:22 +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
|
web/site.xsl > web/site.xsl.new
|
||||||
mv -f web/site.xsl.new web/site.xsl
|
mv -f web/site.xsl.new web/site.xsl
|
||||||
elif [ ${TYPE} = milestone ]; then
|
elif [ ${TYPE} = milestone ]; then
|
||||||
echo "Working on milestone update site"
|
echo "Working on ${VERSION} milestone update site"
|
||||||
TPTYPE="${VERSION} Milestone"
|
TPTYPE="${VERSION} Milestone"
|
||||||
TPVERSION="${TPVERSION} ${TPTYPE}"
|
TPVERSION="${TPVERSION} ${TPTYPE}"
|
||||||
echo "Expect that you copied your features and plugins yourself"
|
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
|
web/site.xsl > web/site.xsl.new
|
||||||
mv -f web/site.xsl.new web/site.xsl
|
mv -f web/site.xsl.new web/site.xsl
|
||||||
elif [ ${TYPE} = interim ]; then
|
elif [ ${TYPE} = interim ]; then
|
||||||
echo "Working on interim update site"
|
echo "Working on ${VERSION} interim update site"
|
||||||
TPTYPE="${VERSION} Interim"
|
TPTYPE="${VERSION} Interim"
|
||||||
TPVERSION="${TPVERSION} ${TPTYPE}"
|
TPVERSION="${TPVERSION} ${TPTYPE}"
|
||||||
echo "Expect that you copied your features and plugins yourself"
|
echo "Expect that you copied your features and plugins yourself"
|
||||||
|
|
Loading…
Add table
Reference in a new issue