[
https://issues.jboss.org/browse/JBTIS-508?page=com.atlassian.jira.plugin....
]
Nick Boldt commented on JBTIS-508:
----------------------------------
Guys,
Since
http://download.jboss.org/jbosstools/earlyaccess/stable/luna/ already includes the
latest JBT+Central, JBT EA, JBT IS EA, JBT IS TP for Luna, why not just use that?
Also, I verified that these two URLs contain the same info, so there's no need to
switch to the /stable/ one here [1].
http://download.jboss.org/jbosstools/updates/development/luna/integration...
http://download.jboss.org/jbosstools/updates/stable/luna/integration-stac...
[1]
https://github.com/jbosstools/jbosstools-download.jboss.org/blob/master/j...
But I'm a bit confused why your RELEASE process doesn't involve putting STABLE
child URLs into the /stable/ URL. [~pleacu] Maybe your release guide doc needs updating
here?
Anyway, here's what I propose. Why create yet more URLs so that there are yet more
URLs in Eclipse, when you can just use the ones you ALREADY HAVE?
{code}
jboss.discovery.site.url|jbosstools|4.2=http://download.jboss.org/jbossto...
jboss.discovery.earlyaccess.site.url|jbosstools|4.2=http://download.jboss...
{code}
and
{code}
jboss.discovery.site.integration-stack.url|jbosstools|4.2=http://download...
jboss.discovery.earlyaccess.site.integration-stack.url|jbosstools|4.2=htt...
{code}
PR:
https://github.com/jbosstools/jbosstools-download.jboss.org/pull/561
integration stack update sites mix discovery and earlyaccess causing
inconsistent update mechanism
--------------------------------------------------------------------------------------------------
Key: JBTIS-508
URL:
https://issues.jboss.org/browse/JBTIS-508
Project: JBoss Tools Integration Stack
Issue Type: Bug
Components: releng
Reporter: Max Rydahl Andersen
Assignee: Paul Leacu
Priority: Blocker
While reviewing JBIDE-20803 I noticed the following:
{code}
jboss.discovery.site.integration-stack.url|jbosstools|4.2.4=http://downlo...
{code}
The stable release for 4.2.4 is stated to point to the stable integration stack url which
on surface looks good:
But there are a few problems:
1) why not just point to
http://download.jboss.org/jbosstools/updates/stable/luna/ and
have the above internal detail url composited in ?
2) the actual composite behind it right now is
http://download.jboss.org/jbosstools/discovery/stable/integration-stack/4...
which links in
http://download.jboss.org/jbosstools/discovery/stable/integration-stack/4...
(our main sites should never composite earlyaccees since then when users install supported
versions they suddenly will now also have access to earlyaccess.
#1 is mainly just to reduce the number of updatesites actually necessary for users to
work with
#2 seems to be something inherent broken in the IS build since earlyaccess shold *never*
be aggregated into the release site.
Any earlyaccess connectors should explicitly point to a *separate* earlyaccess site.
I would also have expected that the discovery site with the discovery plugins was kept
*separate* from the actual update sites to avoid any coupling between these.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)