zsh-workers
 help / color / mirror / code / Atom feed
* Tag troubles in git mirror
@ 2012-12-21 18:28 Frank Terbeck
  0 siblings, 0 replies; only message in thread
From: Frank Terbeck @ 2012-12-21 18:28 UTC (permalink / raw)
  To: zsh-workers

Hey there,

I've been informed, that we had slight problems with the tag for the
5.0.1 release. Accidentally, the release was tagged as zsh-5.0.0 and
that tag propagated into the git mirror.

The problem is, that there already was a tag that went by that name and
so the mirroring software decided to _remove_ the old one and import the
new one.

If you didn't pull from the git repository within the past 48 hours, you
can lean back right now, because Wayne already patched things up again.
If you did, then you might have to remove the erroneous tag manually and
then pull again the get the fixed one back:

 % git tag -d zsh-5.0.0
 % git pull
 From git://zsh.git.sf.net/gitroot/zsh/zsh
  * [new tag]         zsh-5.0.0  -> zsh-5.0.0
  
If you'd like to check the tags should point to the following commits:

  zsh-5.0.0   =>   e27142d45686cacc6ed155e5045b97dd6243d44c
  zsh-5.0.1   =>   a9feb3b28acae7e27fdd9a4337192d6c0bc84a13

(You can check by running "git show zsh-5.0.0", for example.)


Regards, Frank

-- 
In protocol design, perfection has been reached not when there is
nothing left to add, but when there is nothing left to take away.
                                                  -- RFC 1925


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-12-21 18:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-21 18:28 Tag troubles in git mirror Frank Terbeck

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).