[
https://issues.apache.org/jira/browse/IGNITE-775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14511945#comment-14511945
]
Konstantin Boudnik edited comment on IGNITE-775 at 4/24/15 10:50 PM:
---------------------------------------------------------------------
As much as I'd enjoy to see the 60 lines of code of
{{org.apache.ignite.internal.GridUpdateNotifier.UpdateChecker#body}} be
replaced with
{code}
new
URL('http://tiny.cc/updater/update_status_ignite.php').text.split("\n").each {
String line ->
def matcher = line =~ /.*version.*content="(?<version>[\d+.]+)".*/
if (matcher.matches()) { latestVer = matcher.group('version') }
}
{code}
I think what [~nivanov] is proposing on the dev@ (linked above) does make
sense. The latest version code needs to be moved to Ignite website and the URL
should be changed accordingly.
was (Author: cos):
As much as I'd enjoy to see the 60 lines of code of
{{org.apache.ignite.internal.GridUpdateNotifier.UpdateChecker#body}} be
replaced with
{code}
new
URL('http://tiny.cc/updater/update_status_ignite.php').text.split("\n").each {
String line ->
def matcher = line =~ /.*version.*content="(?<version>\d+.\d+.\d+)".*/
if (matcher.matches()) { latestVer = matcher.group('version') }
}
{code}
I think what [~nivanov] is proposing on the dev@ (linked above) does make
sense. The latest version code needs to be moved to Ignite website and the URL
should be changed accordingly.
> Fix binaries naming.
> --------------------
>
> Key: IGNITE-775
> URL: https://issues.apache.org/jira/browse/IGNITE-775
> Project: Ignite
> Issue Type: Bug
> Components: build
> Affects Versions: sprint-2
> Reporter: Nikita Ivanov
> Assignee: Anton Vinogradov
> Fix For: sprint-4
>
>
> To summarize:
> - GridGain Enterprise Edition (e.g., gridgain-enterprise-foo-version.zip) is
> fine;
> - GridGain Community Edition (e.g., gridgain-community-foo-version.zip) is
> fine;
> - Apache Ignite binaries provided by GridGain (e.g.,
> apache-ignite-foo-version.zip) is fine, too, as long as the binaries don't go
> announcing version updates from info published on the GridGain site (but it's
> OK to look for info on the Ignite site); and as long as they either don't
> contain the LGPL&Co. dependencies, or very explicitly warn users that
> distribution rights are not covered by ALv2;
> What's currently published is confusing, i.e., not OK.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)