1
0
Fork 0
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:
Martin Oberhuber 2010-03-01 13:10:57 +00:00
parent af732f24fa
commit b72b616258

View file

@ -288,7 +288,7 @@ being contributed to the Galileo coordinated release train (Eclipse 3.5.x).' \
sed -e "s,/dsdp/tm/updates/2.0,/dsdp/tm/updates/${SITEDIR},g" \
-e "s,Project 2.0 Update,Project ${TPTYPE} Update,g" \
-e '/<!-- BEGIN_2_0 -->/,/<!-- END_2_0_4 -->/d' \
-e '/<!-- BEGIN_3_0 -->/,/<!-- END_3_1 -->/d' \
-e '/<!-- BEGIN_3_0 -->/,/<!-- END_3_1_1 -->/d' \
site.xml > site.xml.new
mv -f site.xml.new site.xml
sed -e "s,Project 2.0 Update,Project ${TPTYPE} Update,g" \
@ -314,7 +314,7 @@ to test them before going live.' \
sed -e "s,/dsdp/tm/updates/2.0,/dsdp/tm/updates/${SITEDIR},g" \
-e "s,Project 2.0 Update,Project ${TPTYPE} Update,g" \
-e '/<!-- BEGIN_2_0 -->/,/<!-- END_2_0_4 -->/d' \
-e '/<!-- BEGIN_3_0 -->/,/<!-- END_3_1 -->/d' \
-e '/<!-- BEGIN_3_0 -->/,/<!-- END_3_1_1 -->/d' \
site.xml > site.xml.new
mv -f site.xml.new site.xml
sed -e "s,Project 2.0 Update,Project ${TPTYPE} Update,g" \