[llvm-bugs] [Bug 42224] New: Git mirror repo on GitHub has no git tags

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Jun 11 01:17:20 PDT 2019


https://bugs.llvm.org/show_bug.cgi?id=42224

            Bug ID: 42224
           Summary: Git mirror repo on GitHub has no git tags
           Product: Website
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: General Website
          Assignee: unassignedbugs at nondot.org
          Reporter: justin at postgresql.org
                CC: llvm-bugs at lists.llvm.org, mike at sqlby.me

The llvm mirror on GitHub (https://github.com/llvm-mirror/llvm) is missing tags
for all of the releases.

This means resetting a checked out git repo to one of the release commits (eg
release_80) doesn't work, nor will any attempt to compare the point in time of
the release to other things.

Stumbled on this when trying to do both just now - 1. reset a local repo to the
release_80 state, and b. compare part of the LLVM 8.0.0 release to the current
release_80 branch.

Am investigating a failure in wasm generation with current release_80 branch
compared to the 8.0.0 release, so this would have been very helpful.

Is there any chance the git tags could be added to the repo?

In theory, it shouldn't be *too* hard to add the historical ones, and future
ones only need adding at release time. :)

Note - Wasn't sure where to file this bug, so just picked what looks like a
reasonable place.  Hopefully not too far off.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190611/7c47eac9/attachment.html>


More information about the llvm-bugs mailing list