Skip to content

Commit

Permalink
apacheGH-38909: [Packaging] Drop support for Ubuntu 23.04 (apache#38910)
Browse files Browse the repository at this point in the history
### Rationale for this change

It will reach EOL on 2024-01 and our next major release will not be happen in this year.

### What changes are included in this PR?

Remove Ubuntu 23.04 related codes and files.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

Yes.
* Closes: apache#38909

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
  • Loading branch information
kou authored and dgreiss committed Feb 17, 2024
1 parent f46608e commit cf8f679
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 150 deletions.
1 change: 0 additions & 1 deletion dev/release/binary-task.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1088,7 +1088,6 @@ def available_apt_targets
["debian", "trixie", "main"],
["ubuntu", "focal", "main"],
["ubuntu", "jammy", "main"],
["ubuntu", "lunar", "main"],
["ubuntu", "mantic", "main"],
]
end
Expand Down
2 changes: 0 additions & 2 deletions dev/release/verify-release-candidate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,6 @@ test_apt() {
"arm64v8/ubuntu:focal" \
"ubuntu:jammy" \
"arm64v8/ubuntu:jammy" \
"ubuntu:lunar" \
"arm64v8/ubuntu:lunar" \
"ubuntu:mantic" \
"arm64v8/ubuntu:mantic"; do \
case "${target}" in
Expand Down

This file was deleted.

18 changes: 0 additions & 18 deletions dev/tasks/linux-packages/apache-arrow/apt/ubuntu-lunar-arm64/from

This file was deleted.

85 changes: 0 additions & 85 deletions dev/tasks/linux-packages/apache-arrow/apt/ubuntu-lunar/Dockerfile

This file was deleted.

2 changes: 0 additions & 2 deletions dev/tasks/linux-packages/package-task.rb
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,6 @@ def apt_targets_default
# "ubuntu-focal-arm64",
"ubuntu-jammy",
# "ubuntu-jammy-arm64",
"ubuntu-lunar",
# "ubuntu-lunar-arm64",
"ubuntu-mantic",
# "ubuntu-mantic-arm64",
]
Expand Down
1 change: 0 additions & 1 deletion dev/tasks/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,6 @@ tasks:
"debian-trixie",
"ubuntu-focal",
"ubuntu-jammy",
"ubuntu-lunar",
"ubuntu-mantic"] %}
{% for architecture in ["amd64", "arm64"] %}
{{ target }}-{{ architecture }}:
Expand Down

0 comments on commit cf8f679

Please sign in to comment.