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: unassignedb...@nondot.org
Reporter: l...@klatt.xyz
CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs