1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 10:16:03 +02:00

[releng] Build on tools - fix download and update site references

This commit is contained in:
Martin Oberhuber 2011-01-03 21:30:41 +00:00
parent afe52ff1bb
commit 61d10b04c7
3 changed files with 26 additions and 26 deletions

View file

@ -131,11 +131,11 @@ if [ ${TYPE} = test ]; then
## rm f1.$$.txt f2.$$.txt p1.$$.txt p2.$$.txt
rm index.html site.xml web/site.xsl
cvs -q update -dPR
sed -e "s,/dsdp/tm/updates/2.0,/dsdp/tm/${SITEDIR},g" \
sed -e "s,/tm/updates/2.0,/tm/${SITEDIR},g" \
-e "s,Project 2.0 Update,Project ${TPTYPE} Update,g" \
index.html > index.html.new
mv -f index.html.new index.html
sed -e "s,/dsdp/tm/updates/2.0,/dsdp/tm/${SITEDIR},g" \
sed -e "s,/tm/updates/2.0,/tm/${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_2 -->/d' \
@ -265,11 +265,11 @@ elif [ ${TYPE} = testSigned ]; then
fi
rm index.html site.xml web/site.xsl
cvs -q update -dPR
sed -e "s,/dsdp/tm/updates/2.0,/dsdp/tm/${SITEDIR},g" \
sed -e "s,/tm/updates/2.0,/tm/${SITEDIR},g" \
-e "s,Project 2.0 Update,Project ${TPTYPE} Update,g" \
index.html > index.html.new
mv -f index.html.new index.html
sed -e "s,/dsdp/tm/updates/2.0,/dsdp/tm/${SITEDIR},g" \
sed -e "s,/tm/updates/2.0,/tm/${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_2 -->/d' \
@ -286,16 +286,16 @@ elif [ ${TYPE} = milestone ]; then
stamp=`date +'%Y%m%d-%H%M'`
rm index.html site.xml web/site.xsl
cvs -q update -dPR
sed -e "s,/dsdp/tm/updates/2.0,/dsdp/tm/updates/${SITEDIR},g" \
sed -e "s,/tm/updates/2.0,/tm/updates/${SITEDIR},g" \
-e "s,Project 2.0 Update,Project ${TPTYPE} Update,g" \
-e '\,</h1>,a\
This site contains Target Management Milestones (I-, S- and M- builds) which are \
being contributed to the Galileo coordinated release train (Eclipse 3.5.x).' \
being contributed to the Eclipse Indigo coordinated release train (Eclipse 3.7.x).' \
index.html > index.html.new
mv -f index.html.new index.html
## keep 3.0.x features in site.xml
## -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,/tm/updates/2.0,/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_2 -->/d' \
@ -312,7 +312,7 @@ elif [ ${TYPE} = interim ]; then
stamp=`date +'%Y%m%d-%H%M'`
rm index.html site.xml web/site.xsl
cvs -q update -dPR
sed -e "s,/dsdp/tm/updates/2.0,/dsdp/tm/updates/${SITEDIR},g" \
sed -e "s,/tm/updates/2.0,/tm/updates/${SITEDIR},g" \
-e "s,Project 2.0 Update,Project ${TPTYPE} Update,g" \
-e '\,</h1>,a\
This site contains Target Management Interim Maintenance builds (I-, S-, and M-builds) in order \
@ -321,7 +321,7 @@ to test them before going live.' \
mv -f index.html.new index.html
## keep 2.0.x features in site.xml
## -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,/tm/updates/2.0,/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_2 -->/d' \
@ -339,7 +339,7 @@ elif [ `basename $SITE` = 3.0 ]; then
stamp=`date +'%Y%m%d-%H%M'`
rm index.html site.xml web/site.xsl
cvs -q update -dPR
sed -e "s,/dsdp/tm/updates/2.0,/dsdp/tm/updates/${SITEDIR},g" \
sed -e "s,/tm/updates/2.0,/tm/updates/${SITEDIR},g" \
-e "s,Project 2.0 Update,Project ${TPTYPE} Update,g" \
-e '\,</h1>,a\
This site contains Target Management 3.0 Releases and Updates (R- builds) which are \
@ -347,7 +347,7 @@ being contributed to the Ganymede coordinated release train (Eclipse 3.4).' \
index.html > index.html.new
mv -f index.html.new index.html
## dont keep 2.0.x features in site.xml
sed -e "s,/dsdp/tm/updates/2.0,/dsdp/tm/updates/${SITEDIR},g" \
sed -e "s,/tm/updates/2.0,/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_4 -->/,/<!-- END_3_0_4 -->/d' \
@ -366,7 +366,7 @@ elif [ `basename $SITE` = 3.1 ]; then
stamp=`date +'%Y%m%d-%H%M'`
rm index.html site.xml web/site.xsl
cvs -q update -dPR
sed -e "s,/dsdp/tm/updates/2.0,/dsdp/tm/updates/${SITEDIR},g" \
sed -e "s,/tm/updates/2.0,/tm/updates/${SITEDIR},g" \
-e "s,Project 2.0 Update,Project ${TPTYPE} Update,g" \
-e '\,</h1>,a\
This site contains Target Management 3.1 Releases and Updates (R- builds) which are \
@ -374,7 +374,7 @@ being contributed to the Galileo coordinated release train (Eclipse 3.5).' \
index.html > index.html.new
mv -f index.html.new index.html
## dont keep 2.0.x features in site.xml
sed -e "s,/dsdp/tm/updates/2.0,/dsdp/tm/updates/${SITEDIR},g" \
sed -e "s,/tm/updates/2.0,/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_0_3 -->/d' \
@ -393,15 +393,15 @@ elif [ `basename $SITE` = 3.2 ]; then
stamp=`date +'%Y%m%d-%H%M'`
rm index.html site.xml web/site.xsl
cvs -q update -dPR
sed -e "s,/dsdp/tm/updates/2.0,/dsdp/tm/updates/${SITEDIR},g" \
sed -e "s,/tm/updates/2.0,/tm/updates/${SITEDIR},g" \
-e "s,Project 2.0 Update,Project ${TPTYPE} Update,g" \
-e '\,</h1>,a\
This site contains Target Management 3.2 Releases and Updates (R- builds) which are \
being contributed to the Helios coordinated release train (Eclipse 3.6).' \
being contributed to the Eclipse Helios coordinated release train (Eclipse 3.6.x).' \
index.html > index.html.new
mv -f index.html.new index.html
## dont keep 2.0.x features in site.xml
sed -e "s,/dsdp/tm/updates/2.0,/dsdp/tm/updates/${SITEDIR},g" \
sed -e "s,/tm/updates/2.0,/tm/updates/${SITEDIR},g" \
-e "s,Project 2.0 Update,Project ${TPTYPE} Update,g" \
-e '/<!-- BEGIN_2_0 -->/,/<!-- BEGIN_3_2 -->/d' \
site.xml > site.xml.new
@ -499,7 +499,7 @@ if [ x${DO_STATS} = x1 ]; then
-metadataRepository file:${SITE} \
-artifactRepository file:${SITE} \
-compress \
-p2.statsURI http://download.eclipse.org/stats/dsdp/tm \
-p2.statsURI http://download.eclipse.org/stats/tm \
-p2.statsTrackedFeatures org.eclipse.rse.sdk,org.eclipse.rse.dstore,org.eclipse.rse.core,org.eclipse.rse.useractions,org.eclipse.rse.examples,org.eclipse.rse.tests,org.eclipse.rse.wince,org.eclipse.tm.terminal.view,org.eclipse.tm.terminal.local \
-p2.statsTrackedBundles org.eclipse.rse.core,org.eclipse.rse.core.source,org.eclipse.tm.terminal \
-p2.statsSuffix _tm330

View file

@ -55,14 +55,14 @@
</head>
<body onload="init();">
<div align="right" width="230">
<a href="http://www.eclipse.org/dsdp/tm/images/RSESample.gif">
<img src="http://www.eclipse.org/dsdp/tm/images/RSESample_4x.gif" alt="[RSE Sample Screenshot]" border="0" width="230" height="165" title="RSE Sample Screenshot" />
<a href="http://www.eclipse.org/tm/images/RSESample.gif">
<img src="http://www.eclipse.org/tm/images/RSESample_4x.gif" alt="[RSE Sample Screenshot]" border="0" width="230" height="165" title="RSE Sample Screenshot" />
</a>
</div>
<h1 class="title">Target Management Project 2.0 Updates</h1>
<h2>Just getting started?</h2>
<p><b>See <a href="http://www.eclipse.org/dsdp/tm/tutorial/">http://www.eclipse.org/dsdp/tm/tutorial/</a></b></p>
<p><b>See <a href="http://www.eclipse.org/tm/tutorial/">http://www.eclipse.org/tm/tutorial/</a></b></p>
<hr/>
<p>For getting the software on this site, you need to use the Eclipse
<a href="http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse.platform.doc.user/tasks/tasks-34.htm">
@ -70,12 +70,12 @@
in Eclipse 3.3 or later).<br/>
Define a new remote update site named "Target Management Updates",
and specify</p>
<p><code>&nbsp;&nbsp;&nbsp;http://download.eclipse.org/dsdp/tm/updates/2.0/</code></p>
<p><code>&nbsp;&nbsp;&nbsp;http://download.eclipse.org/tm/updates/2.0/</code></p>
<p>as the URL to use.
See <a href="http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse.platform.doc.user/tasks/tasks-34.htm">
Eclipse Help</a> for general information about using Update Manager.</p>
<p>If you do not have Eclipse installed yet, better use the
<a href="http://download.eclipse.org/dsdp/tm/downloads/">downloads from this site</a>.</p>
<a href="http://download.eclipse.org/tm/downloads/">downloads from this site</a>.</p>
<!--[insert static HTML here]-->
<div id="data"><!-- this is where the transformed data goes --></div>
</body>

View file

@ -11,10 +11,10 @@
-->
<site pack200="true"
mirrorsURL="http://www.eclipse.org/downloads/download.php?file=/dsdp/tm/updates/2.0/site.xml&amp;format=xml&amp;protocol=http"
digestURL="http://download.eclipse.org/dsdp/tm/updates/2.0/">
<!-- was disabled due to bug 163406 digestURL="http://download.eclipse.org/dsdp/tm/updates/2.0/" -->
<description url="http://download.eclipse.org/dsdp/tm/updates/2.0/">
mirrorsURL="http://www.eclipse.org/downloads/download.php?file=/tm/updates/2.0/site.xml&amp;format=xml&amp;protocol=http"
digestURL="http://download.eclipse.org/tm/updates/2.0/">
<!-- was disabled due to bug 163406 digestURL="http://download.eclipse.org/tm/updates/2.0/" -->
<description url="http://download.eclipse.org/tm/updates/2.0/">
This is the Target Management Project 2.0 Update Site.
</description>
<!-- BEGIN_2_0 -->