Author: nickboldt
Date: 2011-03-10 15:47:14 -0500 (Thu, 10 Mar 2011)
New Revision: 29671
Added:
trunk/download.jboss.org/jbosstools/updates/requirements/helios/build.xml
trunk/download.jboss.org/jbosstools/updates/requirements/helios/index.html
Removed:
trunk/download.jboss.org/jbosstools/updates/requirements/helios/README.txt
Modified:
trunk/download.jboss.org/jbosstools/updates/helios/README.txt
trunk/download.jboss.org/jbosstools/updates/helios/compositeArtifacts.xml
trunk/download.jboss.org/jbosstools/updates/helios/compositeContent.xml
Log:
new builder for helios SR2 which removes remote refs and creates fully local mirror
Modified:
trunk/download.jboss.org/jbosstools/updates/helios/README.txt
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/helios/README.txt 2011-03-10 20:29:53 UTC
(rev 29670)
+++
trunk/download.jboss.org/jbosstools/updates/helios/README.txt 2011-03-10 20:47:14 UTC
(rev 29671)
@@ -1,7 +1,7 @@
Instead of mirroring Helios here, composite a site here from:
<children size='14'>
-<child location='../requirements/helios/201102250900/'/>
+<child location='../requirements/helios/SR2/'/>
<child location='../requirements/birt/2.6.2/'/>
<child location='../requirements/ecf/3.4/'/>
<child location='../requirements/eclipse/3.6/'/>
@@ -17,5 +17,4 @@
<child location='../requirements/xulrunner-1.9.1.2/'/>
</children>
-See /updates/requirements/helios/README.txt for how to mirror from
eclipse.org to here.
-See /updates/requirements/{birt,gwt,swtbot,webtools,...}/build.xml for how to mirror
other sites.
+See /updates/requirements/{*}/build.xml for how to mirror these sites.
Modified:
trunk/download.jboss.org/jbosstools/updates/helios/compositeArtifacts.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/helios/compositeArtifacts.xml 2011-03-10
20:29:53 UTC (rev 29670)
+++
trunk/download.jboss.org/jbosstools/updates/helios/compositeArtifacts.xml 2011-03-10
20:47:14 UTC (rev 29671)
@@ -7,10 +7,10 @@
get new time w/
date +%s000
-->
-<property name='p2.timestamp' value='1299603042000'/>
+<property name='p2.timestamp' value='1299784094000'/>
</properties>
<children size='14'>
-<child location='../requirements/helios/201102250900/'/>
+<child location='../requirements/helios/SR2/'/>
<child location='../requirements/birt/2.6.2/'/>
<child location='../requirements/ecf/3.4/'/>
<child location='../requirements/eclipse/3.6/'/>
Modified:
trunk/download.jboss.org/jbosstools/updates/helios/compositeContent.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/helios/compositeContent.xml 2011-03-10
20:29:53 UTC (rev 29670)
+++
trunk/download.jboss.org/jbosstools/updates/helios/compositeContent.xml 2011-03-10
20:47:14 UTC (rev 29671)
@@ -7,10 +7,10 @@
get new time w/
date +%s000
-->
-<property name='p2.timestamp' value='1299603042000'/>
+<property name='p2.timestamp' value='1299784094000'/>
</properties>
<children size='14'>
-<child location='../requirements/helios/201102250900/'/>
+<child location='../requirements/helios/SR2/'/>
<child location='../requirements/birt/2.6.2/'/>
<child location='../requirements/ecf/3.4/'/>
<child location='../requirements/eclipse/3.6/'/>
Deleted:
trunk/download.jboss.org/jbosstools/updates/requirements/helios/README.txt
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/helios/README.txt 2011-03-10
20:29:53 UTC (rev 29670)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/helios/README.txt 2011-03-10
20:47:14 UTC (rev 29671)
@@ -1,14 +0,0 @@
-To rsync a mirror from
eclipse.org to here, do the following:
-
-1. ssh to qa01, then sudo to hudson:
-
-$ ssh nboldt(a)qa01.qa.atl2.redhat.com
-$ sudo su - hudson
-
-2. rsync
build.eclipse.org to reports.qa:
-
-$ rsync -aP --delete nickb@build.eclipse.org:~/downloads/releases/helios/*
/qa/services/http/binaries/RHDS/updates/requirements/helios/
-
-3. rsync reports.qa to
download.jboss.org:
-
-$ rsync -aP --delete /qa/services/http/binaries/RHDS/updates/requirements/helios/*
tools@filemgmt.jboss.org:/downloads_htdocs/tools/updates/requirements/helios/
Added:
trunk/download.jboss.org/jbosstools/updates/requirements/helios/build.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/helios/build.xml
(rev 0)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/helios/build.xml 2011-03-10
20:47:14 UTC (rev 29671)
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project default="mirror">
+ <!-- run locally in Eclipse (to resolve p2 tasks) using these commandline options:
+
+ -os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl}
+ -consoleLog -nosplash -data /tmp
+ -application org.eclipse.ant.core.antRunner
+ -f
"/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/helios/build.xml"
+
+ or, run headless on qa01 server, where Eclipse is installed into ~/helios:
+
+ export JAVA_HOME=/opt/jdk1.6.0; \
+ ${JAVA_HOME}/bin/java -cp ~/helios/plugins/org.eclipse.equinox.launcher_*.jar \
+ org.eclipse.equinox.launcher.Main -vm ${JAVA_HOME} -consoleLog -nosplash -data /tmp \
+ -application org.eclipse.ant.core.antRunner \
+ -f ~/RHDS/updates/requirements/helios/build.xml -Ddestination=/tmp/helios-repo
+ -->
+ <target name="mirror">
+ <property name="URL"
value="http://download.eclipse.org/releases/helios/201102250900/" />
+
+ <property name="destination"
value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requir...
/>
+ <property name="compress" value="true" />
+
+ <p2.mirror>
+ <repository location="file:${destination}/SR2/" name="Helios
SR2" />
+ <source>
+ <repository location="${URL}" />
+ </source>
+
+ <slicingOptions includeFeatures="true" followStrict="true"
/>
+ </p2.mirror>
+
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/SR2/"
artifactRepository="file:${destination}/SR2/" publishartifacts="true"
source="${destination}/SR2/" compress="${compress}" />
+ </target>
+</project>
Added:
trunk/download.jboss.org/jbosstools/updates/requirements/helios/index.html
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/helios/index.html
(rev 0)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/helios/index.html 2011-03-10
20:47:14 UTC (rev 29671)
@@ -0,0 +1,68 @@
+<html>
+<head>
+<title>JBoss Tools Build Requirements - Eclipse Updates</title>
+<style>
+@import url("../../web/site.css");
+</style>
+</head>
+<body marginheight="0" marginwidth="0" leftmargin="0"
topmargin="0">
+<table marginheight="0" marginwidth="0" leftmargin="0"
topmargin="0"
+ cellspacing="0" cellpadding="0">
+ <tr>
+ <td colspan="2"><img
+
src="https://www.jboss.org/dms/tools/images/tools-banner.png"
/></td>
+ </tr>
+ <tr>
+ <td>  </td>
+ </tr>
+ <tr>
+ <td>  </td>
+ <td>
+ <h2 class="title">JBoss Tools Build Requirements - Eclipse
Updates</h2>
+ <table width="100%">
+
+ <!-- <tr class="light-row" style="height: 30px">
+ <td class="bodyText">
+ <p class="bodyText"></p>
+ </td>
+ </tr> -->
+
+ <tr class="dark-row" style="height: 30px">
+ <td class="bodyText">
+ <!-- <p class="bodyText"></p> -->
+
+<!-- to convert raw fish listing to links do this in vi
+
+:%s#^sftp://tools@filemgmt.jboss.org/downloads_htdocs/tools/updates/requirements/\(.\+\)$#<li><a
class=link href=\1>\1<\/a></li>#g
+
+Then sftp file into
+
+tools(a)filemgmt.jboss.org/downloads_htdocs/tools/updates/requirements/
+
+which becomes
+
+http://download.jboss.org/jbosstools/updates/requirements/
+
+-->
+ <br/>
+ <ul>
+<li><a class=link href=SR2>SR2</a> </li>
+ </ul>
+ <br/>
+ </td>
+ </tr>
+
+ <tr class="light-row" style="height: 30px">
+ <td class="bodyText">
+ <p class="bodyText">Looking to download JBoss Tools? See <a
class="link"
+
href="http://www.jboss.org/tools/download">JBoss Tools
+ Downloads</a>. See also <a
+
href="http://www.jboss.org/tools/download/installation">Inst...
+ methods</a>.</p>
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+</html>