mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-15 04:55:22 +02:00
Fix sed expressions for milestone updates
This commit is contained in:
parent
d684ec9a06
commit
06e55c2f11
1 changed files with 3 additions and 3 deletions
|
@ -202,7 +202,7 @@ being contributed to the Europa coordinated release train (Eclipse 3.3).' \
|
||||||
mv -f index.html.new index.html
|
mv -f index.html.new index.html
|
||||||
sed -e 's,/dsdp/tm/updates/2.0,/dsdp/tm/updates/milestones,g' \
|
sed -e 's,/dsdp/tm/updates/2.0,/dsdp/tm/updates/milestones,g' \
|
||||||
-e 's,Project 2.0 Update,Project Milestone Update,g' \
|
-e 's,Project 2.0 Update,Project Milestone Update,g' \
|
||||||
-e '<!-- BEGIN_2_0_1 -->,/<!-- END_2_0_1 -->/d' \
|
-e '/<!-- BEGIN_2_0_1 -->/,/<!-- END_2_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 Milestone Update,g' \
|
sed -e 's,Project 2.0 Update,Project Milestone Update,g' \
|
||||||
|
@ -223,7 +223,7 @@ to test them before going live.' \
|
||||||
mv -f index.html.new index.html
|
mv -f index.html.new index.html
|
||||||
sed -e 's,/dsdp/tm/updates/2.0,/dsdp/tm/updates/interim,g' \
|
sed -e 's,/dsdp/tm/updates/2.0,/dsdp/tm/updates/interim,g' \
|
||||||
-e 's,Project 2.0 Update,Project Interim Update,g' \
|
-e 's,Project 2.0 Update,Project Interim Update,g' \
|
||||||
-e '<!-- BEGIN_2_0_1 -->,/<!-- END_2_0_1 -->/d' \
|
-e '/<!-- BEGIN_2_0_1 -->/,/<!-- END_2_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 Interim Update,g' \
|
sed -e 's,Project 2.0 Update,Project Interim Update,g' \
|
||||||
|
@ -235,7 +235,7 @@ else
|
||||||
stamp=`date +'%Y%m%d-%H%M'`
|
stamp=`date +'%Y%m%d-%H%M'`
|
||||||
rm index.html site.xml web/site.xsl
|
rm index.html site.xml web/site.xsl
|
||||||
cvs -q update -dPR
|
cvs -q update -dPR
|
||||||
sed -e '<!-- BEGIN_2_0_1 -->,/<!-- END_2_0_1 -->/d' \
|
sed -e '/<!-- BEGIN_2_0_1 -->/,/<!-- END_2_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
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue