jonkeane commented on code in PR #41394:
URL: https://github.com/apache/arrow/pull/41394#discussion_r1584785045


##########
r/tools/nixlibs.R:
##########
@@ -386,9 +386,7 @@ distro <- function() {
   out$id <- tolower(out$id)
   # debian unstable & testing lsb_release `version` don't include numbers but 
we can map from pretty name
   if (is.null(out$version) || out$version %in% c("testing", "unstable")) {
-    if (grepl("bullseye", out$codename)) {
-      out$short_version <- "11"
-    } else if (grepl("bookworm", out$codename)) {
+    if (grepl("bookworm", out$codename)) {

Review Comment:
   Yeah, that's good to do here. It's not a huge concern if we had the 
`bullseye` one around, but ok to remove it. And good to have bookworm added.
   
   Thanks!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to