Re: Build Flink for a specific tag

2016-02-03 Thread Fabian Hueske
Hi Flavio, we use tags to identify releases. The "release-0.10.1" tag, refers to the code that has been released as Flink 0.10.1. The "release-0.10" branch is used to develop 0.10 releases. Currently, it contains Flink 0.10.1 and additionally a few more bug fix commits. We will fork off this branc

Re: Build Flink for a specific tag

2016-02-03 Thread Flavio Pompermaier
Is it sufficient to do *git checkout tags/release-0.10.0 *and the compile it? However I think it's worth to mention this in the build section of the documentation.. Best, Flavio On Wed, Feb 3, 2016 at 9:57 AM, Flavio Pompermaier wrote: > Hi to all, > > I wanted to update my Flink cluster insta