Guys,
I've noticed a couple places on ignite.apache.org on Download page where 'incubating' version is still pointed. Could somebody who have write access fix them? 1. "*Download from Maven*" - the sentence "The latest version is *1.1.0-incubating*." 2. "*Building the Binaries*" " # Unpack the source package $ unzip -q apache-ignite-1.1.0-incubating-src.zip $ cd apache-ignite-1.1.0-incubating-src " and " $ git clone https://git-wip-us.apache.org/repos/asf/incubator-ignite " -- Pavel Konstantinov |
Fixed.
On Tue, Dec 29, 2015 at 11:45 PM, Pavel Konstantinov < [hidden email]> wrote: > Guys, > > I've noticed a couple places on ignite.apache.org on Download page where > 'incubating' version is still pointed. > > Could somebody who have write access fix them? > > 1. "*Download from Maven*" - the sentence "The latest version is > *1.1.0-incubating*." > 2. "*Building the Binaries*" > " > # Unpack the source package > $ unzip -q apache-ignite-1.1.0-incubating-src.zip > $ cd apache-ignite-1.1.0-incubating-src > " > and > > " $ git clone https://git-wip-us.apache.org/repos/asf/incubator-ignite " > > > -- > Pavel Konstantinov > |
One more point.
The link " Jenkins Nightly Builds: - last successful build <https://builds.apache.org/view/H-L/view/Ignite/job/Ignite-nightly/lastSuccessfulBuild/> " is pointing to build which made Aug 15, 2015 7:58:08 AM - looks incorrect. On Wed, Dec 30, 2015 at 3:20 PM, Dmitriy Setrakyan <[hidden email]> wrote: > Fixed. > > On Tue, Dec 29, 2015 at 11:45 PM, Pavel Konstantinov < > [hidden email]> wrote: > > > Guys, > > > > I've noticed a couple places on ignite.apache.org on Download page where > > 'incubating' version is still pointed. > > > > Could somebody who have write access fix them? > > > > 1. "*Download from Maven*" - the sentence "The latest version is > > *1.1.0-incubating*." > > 2. "*Building the Binaries*" > > " > > # Unpack the source package > > $ unzip -q apache-ignite-1.1.0-incubating-src.zip > > $ cd apache-ignite-1.1.0-incubating-src > > " > > and > > > > " $ git clone https://git-wip-us.apache.org/repos/asf/incubator-ignite " > > > > > > -- > > Pavel Konstantinov > > > -- Pavel Konstantinov, QA Engineer GridGain Systems www.gridgain.com |
Cos,
I remember you originally setup Jenkins builds. Do you know why the builds stopped? Or is the link pointing to the wrong place? D. On Wed, Dec 30, 2015 at 12:37 AM, Pavel Konstantinov < [hidden email]> wrote: > One more point. > > The link > " > Jenkins Nightly Builds: > > - last successful build > < > https://builds.apache.org/view/H-L/view/Ignite/job/Ignite-nightly/lastSuccessfulBuild/ > > > > " is pointing to build which made Aug 15, 2015 7:58:08 AM - looks > incorrect. > > On Wed, Dec 30, 2015 at 3:20 PM, Dmitriy Setrakyan <[hidden email]> > wrote: > > > Fixed. > > > > On Tue, Dec 29, 2015 at 11:45 PM, Pavel Konstantinov < > > [hidden email]> wrote: > > > > > Guys, > > > > > > I've noticed a couple places on ignite.apache.org on Download page > where > > > 'incubating' version is still pointed. > > > > > > Could somebody who have write access fix them? > > > > > > 1. "*Download from Maven*" - the sentence "The latest version is > > > *1.1.0-incubating*." > > > 2. "*Building the Binaries*" > > > " > > > # Unpack the source package > > > $ unzip -q apache-ignite-1.1.0-incubating-src.zip > > > $ cd apache-ignite-1.1.0-incubating-src > > > " > > > and > > > > > > " $ git clone https://git-wip-us.apache.org/repos/asf/incubator-ignite > " > > > > > > > > > -- > > > Pavel Konstantinov > > > > > > > > > -- > Pavel Konstantinov, QA Engineer > GridGain Systems > www.gridgain.com > |
The reason is mainly that Git repo URL was changed from incubator-ignite.git
to ignite.git. I have fixed it. Cos On Wed, Dec 30, 2015 at 12:57AM, Dmitriy Setrakyan wrote: > Cos, > > I remember you originally setup Jenkins builds. Do you know why the builds > stopped? Or is the link pointing to the wrong place? > > D. > > On Wed, Dec 30, 2015 at 12:37 AM, Pavel Konstantinov < > [hidden email]> wrote: > > > One more point. > > > > The link > > " > > Jenkins Nightly Builds: > > > > - last successful build > > < > > https://builds.apache.org/view/H-L/view/Ignite/job/Ignite-nightly/lastSuccessfulBuild/ > > > > > > > " is pointing to build which made Aug 15, 2015 7:58:08 AM - looks > > incorrect. > > > > On Wed, Dec 30, 2015 at 3:20 PM, Dmitriy Setrakyan <[hidden email]> > > wrote: > > > > > Fixed. > > > > > > On Tue, Dec 29, 2015 at 11:45 PM, Pavel Konstantinov < > > > [hidden email]> wrote: > > > > > > > Guys, > > > > > > > > I've noticed a couple places on ignite.apache.org on Download page > > where > > > > 'incubating' version is still pointed. > > > > > > > > Could somebody who have write access fix them? > > > > > > > > 1. "*Download from Maven*" - the sentence "The latest version is > > > > *1.1.0-incubating*." > > > > 2. "*Building the Binaries*" > > > > " > > > > # Unpack the source package > > > > $ unzip -q apache-ignite-1.1.0-incubating-src.zip > > > > $ cd apache-ignite-1.1.0-incubating-src > > > > " > > > > and > > > > > > > > " $ git clone https://git-wip-us.apache.org/repos/asf/incubator-ignite > > " > > > > > > > > > > > > -- > > > > Pavel Konstantinov > > > > > > > > > > > > > > > -- > > Pavel Konstantinov, QA Engineer > > GridGain Systems > > www.gridgain.com > > |
In reply to this post by Pavel Konstantinov
I have also looked up at the branches and tags in the workspace and found that
it is a bit confusing and unclear where the releases are coming from. Perhaps, some cleaning is in order as well as making sure that releases are properly tagged or branched? Cos On Wed, Dec 30, 2015 at 02:45PM, Pavel Konstantinov wrote: > Guys, > > I've noticed a couple places on ignite.apache.org on Download page where > 'incubating' version is still pointed. > > Could somebody who have write access fix them? > > 1. "*Download from Maven*" - the sentence "The latest version is > *1.1.0-incubating*." > 2. "*Building the Binaries*" > " > # Unpack the source package > $ unzip -q apache-ignite-1.1.0-incubating-src.zip > $ cd apache-ignite-1.1.0-incubating-src > " > and > > " $ git clone https://git-wip-us.apache.org/repos/asf/incubator-ignite " > > > -- > Pavel Konstantinov |
We would love to delete a bunch of branches, but Apache GIT will not allow
it. Is there a viable way in ASF to clean GIT branches up? On Wed, Dec 30, 2015 at 6:34 PM, Konstantin Boudnik <[hidden email]> wrote: > I have also looked up at the branches and tags in the workspace and found > that > it is a bit confusing and unclear where the releases are coming from. > Perhaps, > some cleaning is in order as well as making sure that releases are properly > tagged or branched? > > Cos > > On Wed, Dec 30, 2015 at 02:45PM, Pavel Konstantinov wrote: > > Guys, > > > > I've noticed a couple places on ignite.apache.org on Download page where > > 'incubating' version is still pointed. > > > > Could somebody who have write access fix them? > > > > 1. "*Download from Maven*" - the sentence "The latest version is > > *1.1.0-incubating*." > > 2. "*Building the Binaries*" > > " > > # Unpack the source package > > $ unzip -q apache-ignite-1.1.0-incubating-src.zip > > $ cd apache-ignite-1.1.0-incubating-src > > " > > and > > > > " $ git clone https://git-wip-us.apache.org/repos/asf/incubator-ignite " > > > > > > -- > > Pavel Konstantinov > |
Free forum by Nabble | Edit this page |