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
af732f24fa
commit
b72b616258
1 changed files with 2 additions and 2 deletions
|
@ -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" \
|
||||
|
|
Loading…
Add table
Reference in a new issue