Anyone else have any thoughts on this (my suggestion to updated the outdated docs)?
On Wed, 13 May 2015 at 10:51 Brent Lintner (JIRA) <[email protected]> wrote: > > [ > https://issues.apache.org/jira/browse/RIPPLE-84?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14542034#comment-14542034 > ] > > Brent Lintner commented on RIPPLE-84: > ------------------------------------- > > Hey [~busykai], thanks for pointing out the outdated docs. :-( > > I believe this was something that happened out of simplicity, since, the > `next` branch was technically a bit redundant (or superfluous), because > releases are only made from master when a semvar version change happens, > next to the fact that master is always (or should be) shippable, especially > given the decentralized nature of contributions (i.e they happen in > isolation to each other, and do not need an integration style branch). > > That is just my thoughts and recollections. > > IMO, I am thinking the README should be updated accordingly. > > Thoughts? > > > next branch is missing > > ---------------------- > > > > Key: RIPPLE-84 > > URL: https://issues.apache.org/jira/browse/RIPPLE-84 > > Project: Apache Ripple > > Issue Type: Github Integration > > Reporter: Arzhan Kinzhalin > > > > {{README.md}} [mentions| > https://github.com/apache/incubator-ripple/blob/master/README.md#contributing] > {{next}} branch which should be merge target for all the PRs, it is, > however, missing both from Apache git server and its GitHub mirror: > > {code} > > $ git remote -vv > > github [email protected]:apache/incubator-ripple.git (fetch) > > github [email protected]:apache/incubator-ripple.git (push) > > origin https://git-wip-us.apache.org/repos/asf/incubator-ripple.git > (fetch) > > origin https://git-wip-us.apache.org/repos/asf/incubator-ripple.git > (push) > > <...skip...> > > $ git fetch origin > > $ git fetch github > > $ git branch -r | grep "\(github\|origin\)" > > github/master > > origin/HEAD -> origin/master > > origin/master > > {code} > > It seems that it was there at some point, some issues and PRs mention > it, but now it's gone. Perhaps, it would be nice to restore it. Having > everything on a single branch is awkward. > > P.S. Filing it as "Github integration" as it seems the most appropriate. > > > > -- > This message was sent by Atlassian JIRA > (v6.3.4#6332) >
