On 23.07.2015 03:44, Alexey Goncharuk wrote: > Folks, > > Kindly reminder: when committing a patch provided by a contributor, do not > forget to specify --author tag with the commit in order to preserve the > identity of the person created the patch, for example: > > git commit --author "Kale Libby <k...@hackers.org>" -m "Fixed NPE in REST > log command"
Agreed. However: I strongly suggest not including the contributor's e-mail address unless they've specifically allowed you to do so. Every little bit helps against spammers, and the name is quite sufficient. > I have updated the document accordingly. > > Thanks! > --Alexey > > 2015-07-13 11:45 GMT-07:00 Konstantin Boudnik <c...@apache.org>: > >> Ok, I have fixed the CI on builds.apache.org - now they take master as >> default. >> >> Cos >> >> On Thu, Jul 09, 2015 at 01:00PM, Konstantin Boudnik wrote: >>> Yes, I am aware about this issue. However my account stopped working and >> I >>> need to take it to INFRA. Will take care about this in a day or two: >> thanks >>> for the reminder. >>> >>> If anyone feel like getting an account on the Apache CI and fixing the >> build - >>> please do so by all means! >>> >>> Cos >>> >>> On Thu, Jul 09, 2015 at 12:31PM, Alexey Goncharuk wrote: >>>> It looks like we forgot to change the nightly builds trigger. The >> website >>>> link >>>> >> https://builds.apache.org/view/H-L/view/Ignite/job/Ignite-nightly/lastSuccessfulBuild/ >>>> points to the build based on sprint-2. >>>> >>>> 2015-07-06 12:00 GMT-07:00 Konstantin Boudnik <c...@apache.org>: >>>> >>>>> Looks good - thanks for putting this together! >>>>> >>>>> Cos >>>>> >>>>> On Mon, Jul 06, 2015 at 06:11PM, Yakov Zhdanov wrote: >>>>>> Igniters, >>>>>> >>>>>> As it has been discussed, we are applying an updated Git policy >> which >>>>>> should be more flexible and transparent that we have now. >>>>>> >>>>>> Process is described here: >>>>>> https://cwiki.apache.org/confluence/display/IGNITE/Sprint+Process >>>>>> >>>>>> I would also put points here (taken from the page above) >>>>>> >>>>>> - Master should become the development branch for the next >> release >>>>>> (current sprint). >>>>>> - Whenever current release (sprint) goes to QA, new branch >> should be >>>>>> created from master. This way master can be used to develop >>>>> functionality >>>>>> of the next release. All release fixes get merged to release >> branch >>>>> and >>>>>> then to master. >>>>>> - All individual ticket branches should be created off of the >> master >>>>>> branch (or release branch if one exists - in this case changes >> get >>>>> merged >>>>>> to release branch and then to master branch). >>>>>> - Git tag should be created for every release. >>>>>> - All CI tests must pass before the merge of ticket branches to >> the >>>>>> master (or release) branch. >>>>>> >>>>>> ignite-sprint-7 branch will be removed soon. >>>>>> >>>>>> Please let me know if anyone has questions. >>>>>> >>>>>> --Yakov