GNU bug report logs -
#24794
broken tags in coreutils.git
Previous Next
Reported by: Eric Blake <eblake <at> redhat.com>
Date: Tue, 25 Oct 2016 16:05:02 UTC
Severity: normal
Tags: fixed
Done: Assaf Gordon <assafgordon <at> gmail.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 24794 in the body.
You can then email your comments to 24794 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-coreutils <at> gnu.org
:
bug#24794
; Package
coreutils
.
(Tue, 25 Oct 2016 16:05:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Eric Blake <eblake <at> redhat.com>
:
New bug report received and forwarded. Copy sent to
bug-coreutils <at> gnu.org
.
(Tue, 25 Oct 2016 16:05:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Newer git is more picky about what constitutes a well-formed tag.
coreutils.git was created by older conversion tools that took shortcuts
in creating tags that now trigger warnings/failures with newer git (276
such broken tags). See these threads in automake and findutils for
comparison, using a script from Kyle McKay to recreate back-dated fixed
tags of the same name:
https://lists.gnu.org/archive/html/findutils-patches/2016-10/msg00004.html
https://lists.gnu.org/archive/html/findutils-patches/2016-10/msg00014.html
https://lists.gnu.org/archive/html/bug-automake/2016-06/msg00004.html
https://lists.gnu.org/archive/html/bug-automake/2016-10/msg00003.html
I tried to correct the broken tags in coreutils.git, but unlike the
other two repositories, coreutils.git is more strongly locked down, and
complains with my attempt to update tags, with messages like:
remote: *** Deleting a tag is not allowed in this repository
remote: error: hook declined to update refs/tags/textutils-1_12_1
I'm hoping Jim knows the magic for how to (temporarily) suspend the
hooks and make the correction; in the meantime, I'm opening this bug
report to track that we still need to do the work.
Jim, feel free to take discussion offline, since configuration to
temporarily weaken hooks may not be the best idea to publically archive...
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
[signature.asc (application/pgp-signature, attachment)]
Information forwarded
to
bug-coreutils <at> gnu.org
:
bug#24794
; Package
coreutils
.
(Tue, 25 Oct 2016 18:08:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 24794 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On 10/25/2016 11:03 AM, Eric Blake wrote:
> Newer git is more picky about what constitutes a well-formed tag.
> I'm hoping Jim knows the magic for how to (temporarily) suspend the
> hooks and make the correction; in the meantime, I'm opening this bug
> report to track that we still need to do the work.
>
> Jim, feel free to take discussion offline, since configuration to
> temporarily weaken hooks may not be the best idea to publically archive...
We've sorted out the details off-list (thanks also to Assaf), and I have
completed the conversion. The attached file 'broken' is the list of all
the tags that I regenerated. If you have an existing clone, git will
not replace your local broken tags by default, but you can fix your
local side by:
$ git tag -d $(cat broken)
$ git fetch origin --tags
then, optionally use git prune to remove the now-dangling broken tags.
I'll leave this bug open just a bit longer, until we have undone the
temporary changes that we had to make to bypass normal tag deletion
prevention.
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
[broken (text/plain, attachment)]
[signature.asc (application/pgp-signature, attachment)]
Information forwarded
to
bug-coreutils <at> gnu.org
:
bug#24794
; Package
coreutils
.
(Sun, 28 Oct 2018 07:10:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 24794 <at> debbugs.gnu.org (full text, mbox):
tags 24794 fixed
close 24794
stop
(triaging old bugs)
On 2016-10-25 12:07 p.m., Eric Blake wrote:
> We've sorted out the details off-list (thanks also to Assaf), and I have
> completed the conversion. The attached file 'broken' is the list of all
> the tags that I regenerated. If you have an existing clone, git will
> not replace your local broken tags by default, but you can fix your
> local side by:
>
> $ git tag -d $(cat broken)
> $ git fetch origin --tags
>
> then, optionally use git prune to remove the now-dangling broken tags.
>
> I'll leave this bug open just a bit longer, until we have undone the
> temporary changes that we had to make to bypass normal tag deletion
> prevention.
>
I believe this is OK by now, and so closing.
If someone is still experiencing git/tag issues, please reply to this
thread.
-assaf
Added tag(s) fixed.
Request was from
Assaf Gordon <assafgordon <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Sun, 28 Oct 2018 07:10:03 GMT)
Full text and
rfc822 format available.
bug closed, send any further explanations to
24794 <at> debbugs.gnu.org and Eric Blake <eblake <at> redhat.com>
Request was from
Assaf Gordon <assafgordon <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Sun, 28 Oct 2018 07:10:04 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 25 Nov 2018 12:24:13 GMT)
Full text and
rfc822 format available.
This bug report was last modified 6 years and 208 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.