Re: Build Flink for a specific tag

Posted by Flavio Pompermaier on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Build-Flink-for-a-specific-tag-tp4615p4619.html

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 <[hidden email]> wrote:
Hi to all,

I wanted to update my Flink cluster installation to Flink 0.10.1 but I can't find the respective branch.
In the past, I used to go in the apache-flink git folder, exec a git pull and a git branches -a in order to checkout on the proper release branch. However I saw that there's only a tag for the 0.10.1 release (i.e. release-0.10.0). What command should I do to align my sources with that tag?

Also in the documentation (https://ci.apache.org/projects/flink/flink-docs-master/setup/building.html) there's no mention on how to build Flink for a specific tag :(

Thanks in advance,
Flavio