All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
To: Marc Sune <marc.sune-kpkqNMk1I7M@public.gmane.org>
Cc: dev-VfR2kkLFssw@public.gmane.org
Subject: Re: development/integration branch?
Date: Tue, 21 Oct 2014 10:46:32 +0200	[thread overview]
Message-ID: <39275062.2hPoVIfNVy@xps13> (raw)
In-Reply-To: <59AF69C657FD0841A61C55336867B5B0344210F9-kPTMFJFq+rELt2AQoY/u9bfspsVTdybXVpNB7YpNyf8@public.gmane.org>

2014-10-21 08:36, Richardson, Bruce:
> From: Marc Sune
> > Some DPDK users, including myself, use a clone of the git repository to
> > compile DPDK for their applications, instead of downloading the tarball
> > of each release.
> > 
> > In my opinion, it would be useful for such users that the master branch
> > contains only stable releases, to prevent (mistakenly) to use a wip DPDK
> > version, and jump quickly to the latest stable with a simple git pull
> > without having to check the tags. Also new users would clone the repo
> > and get only the stable release.
> > 
> > So I would propose to use an integration/development branch, where the
> > patches are integrated and only push to master once a stable release is
> > tagged in this integration branch.
> > 
> > Thoughts?
> 
> Ideally, our master branch should always be good and stable, but given
> reality often interferes with such good intentions I think that having
> dev branches is not a bad idea. However, what we may lose by doing so
> is having a larger group of people constantly using the master branch
> and reporting problems to us. 
> 
> On balance, I'd be slightly in favour of this suggestion.

My balance is different because I have a simpler solution for Marc's problem:
	git fetch && git merge $(git tag | grep -v -- -rc | tail -n1)

-- 
Thomas

  parent reply	other threads:[~2014-10-21  8:46 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-21  8:22 development/integration branch? Marc Sune
     [not found] ` <544617E0.80502-kpkqNMk1I7M@public.gmane.org>
2014-10-21  8:36   ` Richardson, Bruce
     [not found]     ` <59AF69C657FD0841A61C55336867B5B0344210F9-kPTMFJFq+rELt2AQoY/u9bfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2014-10-21  8:46       ` Thomas Monjalon [this message]
2014-10-21  9:14         ` Marc Sune
     [not found]           ` <54462403.3060107-kpkqNMk1I7M@public.gmane.org>
2014-10-21  9:28             ` Thomas Monjalon
2014-10-21  9:38               ` Marc Sune
     [not found]                 ` <5446299A.5060400-kpkqNMk1I7M@public.gmane.org>
2014-10-21 13:50                   ` Neil Horman
2014-10-22  7:00               ` Matthew Hall
     [not found]                 ` <20141022070058.GA6051-Hv3ogNYU3JfZZajBQzqCxQ@public.gmane.org>
2014-10-22 13:43                   ` Stephen Hemminger
     [not found]                     ` <20141022191336.70174815-CA4OZQ/Yy2Lykuyl+CZolw@public.gmane.org>
2014-10-22 15:54                       ` Matthew Hall
2014-10-21 13:01             ` Stephen Hemminger
     [not found]               ` <20141021183158.0dbd5c0e-CA4OZQ/Yy2Lykuyl+CZolw@public.gmane.org>
2014-10-23  9:19                 ` Marc Sune

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=39275062.2hPoVIfNVy@xps13 \
    --to=thomas.monjalon-pdr9zngts4eavxtiumwx3w@public.gmane.org \
    --cc=dev-VfR2kkLFssw@public.gmane.org \
    --cc=marc.sune-kpkqNMk1I7M@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.