[Webkit-unassigned] [Bug 178258] [GTK] jhbuild does not fetch new tags

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 13 05:39:11 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=178258

--- Comment #1 from Alicia Boya GarcĂ­a <aboya at igalia.com> ---
This is caused by the `git remote update origin` command that does not seem to
(always) update tags, though it does in other projects (e.g. GStreamer) for
reasons I don't know.

I'm uploading a tarball of my local clone of the repository right before the
problem was reproduced. You can move it to a temporary directory and run these
commands to confirm this is the source of the problem:

> tar xf webkitgtk-test-fonts.tar.gz
> cd webkitgtk-test-fonts
> git remote update origin
Fetching origin
remote: Counting objects: 15, done.
remote: Total 15 (delta 2), reused 2 (delta 2), pack-reused 13
Unpacking objects: 100% (15/15), done.
>From https://github.com/WebKitGTK/webkitgtk-test-fonts
   8b9eed0..3968ea8  master     -> origin/master

This is not a problem if the local repository is updated with `git fetch --tags`:

> cd ..
> rm -rf webkitgtk-test-fonts
> tar xf webkitgtk-test-fonts.tar.gz
> cd webkitgtk-test-fonts
> git fetch origin --tags
remote: Counting objects: 19, done.
remote: Total 19 (delta 4), reused 4 (delta 4), pack-reused 15
Unpacking objects: 100% (19/19), done.
>From https://github.com/WebKitGTK/webkitgtk-test-fonts
   8b9eed0..3968ea8  master     -> origin/master
 * [new tag]         0.0.7      -> 0.0.7

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171013/bc499b9a/attachment.html>


More information about the webkit-unassigned mailing list