[
https://issues.jboss.org/browse/JBIDE-20803?page=com.atlassian.jira.plugi...
]
Nick Boldt edited comment on JBIDE-20803 at 9/30/15 12:34 PM:
--------------------------------------------------------------
{quote}
a) it is mixing a stable release with snapshots
{quote}
Actually, it's a STAGING / CI site prior to release. If it was the released site,
you'd see 9.0, not 9.0.0.GA.
But yes, the long URL shouldn't appear once we're out of CI / staging. In fact, it
doesn't.
{code:title=https://github.com/jbosstools/jbosstools-download.jboss.org/blob/master/jbosstools/configuration/ide-config.properties#L152}
jboss.discovery.site.integration-stack.url|devstudio|9.0=https://devstudi...
{code}
Looking at the section of the file I think you were referring to, I see that we've
already fixed the problem you were reprting since the URL for JBDS IS discovery is now
much simpler -
https://devstudio.redhat.com/9.0/staging/updates/
{code:title=https://github.com/jbosstools/jbosstools-download.jboss.org/blob/master/jbosstools/configuration/ide-config.properties#L133-L141}
### when staging 9.0.0.GA (CR2)
jboss.discovery.directory.url|devstudio|9.0.0.GA=https://devstudio.redhat...
jboss.discovery.site.url|devstudio|9.0.0.GA=https://devstudio.redhat.com/...
jboss.discovery.earlyaccess.site.url|devstudio|9.0.0.GA=https://devstudio...
# 4.3.mars version of devstudio-earlyaccess.properties should be edited here, so the
discovery job can fetch it:
https://devstudio.redhat.com/9.0/snapshots/updates/earlyaccess.properties...
jboss.discovery.earlyaccess.list.url|devstudio|9.0.0.GA=https://devstudio...
# JBDSIS is not yet live so point at latest JBDS site instead
#jboss.discovery.site.integration-stack.url|devstudio|9.0.0.GA=https://devstudio.redhat.com/9.0/staging/updates/integration-stack/discovery/9.0.0.Alpha1/
jboss.discovery.site.integration-stack.url|devstudio|9.0.0.GA=https://dev...
{code}
Anything left to do in this JIRA? I think it's done, other than debating the correct
use & interpretation of the CI, staging, and release (development or stable) blocks in
the ide-config.properties file.
was (Author: nickboldt):
{quote}
a) it is mixing a stable release with snapshots
{quote}
Actually, it's a STAGING / CI site prior to release. If it was the released site,
you'd see 9.0, not 9.0.0.GA.
But yes, the long URL shouldn't appear once we're out of CI / staging. In fact, it
doesn't.
{code:title=https://github.com/jbosstools/jbosstools-download.jboss.org/blob/master/jbosstools/configuration/ide-config.properties#L152}
jboss.discovery.site.integration-stack.url|devstudio|9.0=https://devstudi...
{code}
Anything left to do in this JIRA? I think it's done, other than debating the correct
use & interpretation of the CI, staging, and release (development or stable) blocks in
the ide-config.properties file.
script process for merging IS jars into JBT/JBDS discovery sites
----------------------------------------------------------------
Key: JBIDE-20803
URL:
https://issues.jboss.org/browse/JBIDE-20803
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: build, discovery, integration-platform
Affects Versions: 4.3.0.CR1
Reporter: Nick Boldt
Assignee: Nick Boldt
Fix For: 4.3.0.Final
Need to document and script how to get the IS jars into the JBT/JBDS discovery sites.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)