[jbosstools-issues] [JBoss JIRA] (JBDS-3495) JBDS 9.0.0.beta is preconfigured with an Eclipse Docker tooling site

Nick Boldt (JIRA) issues at jboss.org
Thu Sep 10 08:49:00 EDT 2015


    [ https://issues.jboss.org/browse/JBDS-3495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13107396#comment-13107396 ] 

Nick Boldt commented on JBDS-3495:
----------------------------------

More details to satisfy the perpetually curious. Here's the result of doing two p2.mirror operations. content.xml is the result of stripping out instruction[contains(@key,'configure')]. content_with_touchpointData.xml contains the regular touchpoint instruction. As you can see, the single instruction is removed, and the timestamp is newer. That's it!

{code}
$ diff -u content.xml content_with_touchpointData.xml
--- content.xml	2015-09-09 16:49:04.000000000 -0400
+++ content_with_touchpointData.xml	2015-09-09 15:38:52.000000000 -0400
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?><repository name="Eclipse Docker Tooling 1.1.0.201509082008" type="org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository" version="1">
   <properties size="2">
     <property name="p2.compressed" value="true"/>
-    <property name="p2.timestamp" value="1441831742671"/>
+    <property name="p2.timestamp" value="1441827530809"/>
   </properties>
   <units size="41">
     <unit id="javax.ws.rs" version="2.0.1.v201504171603" singleton="false">
@@ -841,7 +841,9 @@
       <touchpoint id="null" version="0.0.0"/>
       <touchpointData size="1">
         <instructions size="1">
-          
+          <instruction key="configure">
+            org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:http${#58}//download.eclipse.org/linuxtools/updates-docker-nightly,type:0,name:Linux Tools Docker Tooling,enabled:false); org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:http${#58}//download.eclipse.org/linuxtools/updates-docker-nightly,type:1,name:Linux Tools Docker Tooling,enabled:false);
+          </instruction>
         </instructions>
       </touchpointData>
       <licenses size="1">
{code}

> JBDS 9.0.0.beta is preconfigured with an Eclipse Docker tooling site
> --------------------------------------------------------------------
>
>                 Key: JBDS-3495
>                 URL: https://issues.jboss.org/browse/JBDS-3495
>             Project: Developer Studio (JBoss Developer Studio)
>          Issue Type: Bug
>          Components: updatesite
>    Affects Versions: 9.0.0.Beta2
>            Reporter: Len DiMaggio
>            Assignee: Nick Boldt
>             Fix For: 9.0.0.CR1
>
>         Attachments: DockerTooling.png
>
>
> See attached screenshot - JBDS 9.0.0.beta2 is preconfigured with this update site:
> http://download.eclipse.org/linuxtools/updates-docker-nightly



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list