public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [ANNOUNCE] quick note on the xfsprogs v4.14.0 tag
@ 2018-01-18 23:10 Eric Sandeen
  2018-01-18 23:15 ` Eric Sandeen
  0 siblings, 1 reply; 3+ messages in thread
From: Eric Sandeen @ 2018-01-18 23:10 UTC (permalink / raw)
  To: linux-xfs


[-- Attachment #1.1: Type: text/plain, Size: 903 bytes --]

Hello dear XFS users:

tl;dr: everything is fine.  No action is needed.

Just a heads up that I had mis-tagged v4.14.0 in git when I did the
release; it was an inconsequential mistake - long story, but
checking out v4.14.0 /did/ get you the proper codebase, just
not the top commit on the master branch at the time of release.

So for posterity, I'm making it clear that I've moved the v4.14.0
tag to the proper commit.  There is no functional change, and
the tarballs at 
https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/
will remain unmodified.

the auto-generated snapshot tarball at
https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/snapshot/xfsprogs-dev-4.14.0.tar.gz
did get regenerated by the kernel.org infra, with an identical
resulting md5sum.

So when you do a git pull and see:

 * [new tag]         v4.14.0    -> v4.14.0

that's why.

Thanks,
-Eric


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 873 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ANNOUNCE] quick note on the xfsprogs v4.14.0 tag
  2018-01-18 23:10 [ANNOUNCE] quick note on the xfsprogs v4.14.0 tag Eric Sandeen
@ 2018-01-18 23:15 ` Eric Sandeen
  2018-01-18 23:51   ` Dave Chinner
  0 siblings, 1 reply; 3+ messages in thread
From: Eric Sandeen @ 2018-01-18 23:15 UTC (permalink / raw)
  To: linux-xfs


[-- Attachment #1.1: Type: text/plain, Size: 1068 bytes --]

On 1/18/18 5:10 PM, Eric Sandeen wrote:
> Hello dear XFS users:
> 
> tl;dr: everything is fine.  No action is needed.
> 
> Just a heads up that I had mis-tagged v4.14.0 in git when I did the
> release; it was an inconsequential mistake - long story, but
> checking out v4.14.0 /did/ get you the proper codebase, just
> not the top commit on the master branch at the time of release.
> 
> So for posterity, I'm making it clear that I've moved the v4.14.0
> tag to the proper commit.  There is no functional change, and
> the tarballs at 
> https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/
> will remain unmodified.
> 
> the auto-generated snapshot tarball at
> https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/snapshot/xfsprogs-dev-4.14.0.tar.gz
> did get regenerated by the kernel.org infra, with an identical
> resulting md5sum.
> 
> So when you do a git pull and see:
> 
>  * [new tag]         v4.14.0    -> v4.14.0

Actually, you'll probably want to do a git fetch --tags
to be sure to get the moved tag.

thanks,
-Eric


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 873 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ANNOUNCE] quick note on the xfsprogs v4.14.0 tag
  2018-01-18 23:15 ` Eric Sandeen
@ 2018-01-18 23:51   ` Dave Chinner
  0 siblings, 0 replies; 3+ messages in thread
From: Dave Chinner @ 2018-01-18 23:51 UTC (permalink / raw)
  To: Eric Sandeen; +Cc: linux-xfs

On Thu, Jan 18, 2018 at 05:15:40PM -0600, Eric Sandeen wrote:
> On 1/18/18 5:10 PM, Eric Sandeen wrote:
> > Hello dear XFS users:
> > 
> > tl;dr: everything is fine.  No action is needed.
> > 
> > Just a heads up that I had mis-tagged v4.14.0 in git when I did the
> > release; it was an inconsequential mistake - long story, but
> > checking out v4.14.0 /did/ get you the proper codebase, just
> > not the top commit on the master branch at the time of release.
> > 
> > So for posterity, I'm making it clear that I've moved the v4.14.0
> > tag to the proper commit.  There is no functional change, and
> > the tarballs at 
> > https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/
> > will remain unmodified.
> > 
> > the auto-generated snapshot tarball at
> > https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/snapshot/xfsprogs-dev-4.14.0.tar.gz
> > did get regenerated by the kernel.org infra, with an identical
> > resulting md5sum.
> > 
> > So when you do a git pull and see:
> > 
> >  * [new tag]         v4.14.0    -> v4.14.0
> 
> Actually, you'll probably want to do a git fetch --tags
> to be sure to get the moved tag.

FWIW, it's also worth noting that branches checked out on the old
v4.14.0 tag will not fast-forward update when the master branch
moves forward as they are pointing to an orphaned commit off the
main history line. You'll probably need to run either:

	git reset --hard v4.14.0

or
	git reset --hard origin/master

to return your checked out branch(es) to the master branch and have
git pull/git fetch update it in sync with the upstream repository
again.

Cheers,

Dave.
-- 
Dave Chinner
david@fromorbit.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-01-18 23:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-18 23:10 [ANNOUNCE] quick note on the xfsprogs v4.14.0 tag Eric Sandeen
2018-01-18 23:15 ` Eric Sandeen
2018-01-18 23:51   ` Dave Chinner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox