[llvm-bugs] [Bug 51994] New: Debian/Ubuntu install script uses wrong Ubuntu release name mapping

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Sep 28 04:06:10 PDT 2021


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

            Bug ID: 51994
           Summary: Debian/Ubuntu install script uses wrong Ubuntu release
                    name mapping
           Product: Packaging
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: deb packages
          Assignee: unassignedbugs at nondot.org
          Reporter: llvm at klatt.xyz
                CC: llvm-bugs at lists.llvm.org

The utility script at https://apt.llvm.org/llvm.sh aiding in installing LLVM
packages on Debian/Ubuntu is using a confusing (wrong?) mapping of the Ubuntu
release names/versions:

# line 69-71:
    Ubuntu_20.04 )   REPO_NAME="deb http://apt.llvm.org/focal/    
llvm-toolchain-focal$LLVM_VERSION_STRING   main" ;;
    Ubuntu_21.04 )   REPO_NAME="deb http://apt.llvm.org/groovy/   
llvm-toolchain-groovy$LLVM_VERSION_STRING  main" ;;
    Ubuntu_21.10 )   REPO_NAME="deb http://apt.llvm.org/hirsute/  
llvm-toolchain-hirsute$LLVM_VERSION_STRING main" ;;


While:
Ubuntu 20.10 -> Groovy
Ubuntu 21.04 -> Hirsute
Ubuntu 21.10 -> Impish

-- 
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/20210928/f1404498/attachment.html>


More information about the llvm-bugs mailing list