mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-30 11:43:33 +02:00
[releng] Fix 3.1 interim updates
This commit is contained in:
parent
840e3225e5
commit
85ac544c81
1 changed files with 2 additions and 1 deletions
|
@ -298,7 +298,8 @@ to test them before going live.' \
|
||||||
## -e '/<!-- BEGIN_2_0_1 -->/,/<!-- END_2_0_4 -->/d' \
|
## -e '/<!-- BEGIN_2_0_1 -->/,/<!-- END_2_0_4 -->/d' \
|
||||||
sed -e "s,/dsdp/tm/updates/2.0,/dsdp/tm/updates/${SITEDIR},g" \
|
sed -e "s,/dsdp/tm/updates/2.0,/dsdp/tm/updates/${SITEDIR},g" \
|
||||||
-e "s,Project 2.0 Update,Project ${TPTYPE} Update,g" \
|
-e "s,Project 2.0 Update,Project ${TPTYPE} Update,g" \
|
||||||
-e '/<!-- BEGIN_2_0_5 -->/,/<!-- END_2_0_5 -->/d' \
|
-e '/<!-- BEGIN_2_0 -->/,/<!-- END_2_0_4 -->/d' \
|
||||||
|
-e '/<!-- BEGIN_3_0 -->/,/<!-- END_3_0_1 -->/d' \
|
||||||
site.xml > site.xml.new
|
site.xml > site.xml.new
|
||||||
mv -f site.xml.new site.xml
|
mv -f site.xml.new site.xml
|
||||||
sed -e "s,Project 2.0 Update,Project ${TPTYPE} Update,g" \
|
sed -e "s,Project 2.0 Update,Project ${TPTYPE} Update,g" \
|
||||||
|
|
Loading…
Add table
Reference in a new issue