On Thu, Oct 09, 2014 at 09:17:41AM -0700, Jason Gerecke wrote:
> On Thu, Oct 9, 2014 at 6:41 AM, Ron <r...@debian.org> wrote:
> >
> > Hi,
> >
> > The SF downloads appear to be showing a 0.26.1 release tarball,
> > but I'm not seeing a version bump commit, or tag in the SF git
> > repo.  Did someone just forget to push, or did the primary git
> > tree move again while I wasn't looking ;?
> >
> > [last chance for non-critical updates for Debian Jessie is about
> > a week or two away now, a snapshot with the recent clang fixes
> > should migrate to testing today, but I just noticed there is
> > supposedly an actually released version of that now too ...]
> >
> >   Cheers,
> >   Ron
> >
> The release should be tagged on Sourceforge as
> 'xf86-input-wacom-0.26.1'. We normally release from the 'master'
> branch, but as this was an unscheduled bugfix we cherry-picked the
> change to a branch directly off of 0.26.0 (avoiding having it include
> other non-fix changes that were already on master).

sorry, bit late to the discussion, I was travelling.
best solution here is to create a new branch, then push that and push the
tag as well. That causes git to fetch all tags as required.

you can still do that now with:
  git branch wacom-0.26-branch xf86-input-wacom-0.26.1
  git push origin wacom-0.26-branch

without the branch git needs an explicit git fetch --tags, which is
confusing and may break some update scripts.

Cheers,
   Peter


------------------------------------------------------------------------------
_______________________________________________
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to