Skip to content

Commit 35e0917

Browse files
committed
Removed all remaining references do debian buster
1 parent 3549143 commit 35e0917

File tree

15 files changed

+11
-25
lines changed

15 files changed

+11
-25
lines changed

.github/workflows/cacert-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Upload deb file to Artifactory
7272
if: steps.check-deb.outputs.file_exists == 'false'
7373
run: |
74-
DISTRO_LIST="trixie,bookworm,buster,oracular,noble,jammy,focal,bionic"
74+
DISTRO_LIST="trixie,bookworm,oracular,noble,jammy,focal,bionic"
7575
FILE=$(ls ca-certificates/debian/build/ospackage/*.deb)
7676
# Upload cacerts deb file
7777
jf rt u "$FILE" "deb/pool/main/a/adoptium-ca-certificates/$(basename ${FILE})" --flat=true

docs/Guide_To_The_Linux_Installers.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Supported Linux Distros:
4545
Distribution Type| Supported Versions
4646
----------|---------
4747
Apk (Alpine)| All supported version.
48-
Deb (Debian)| Trixie (Debian 13)<br>Bookworm (Debian 12)</br>Bullseye (Debian 11)<br>Buster (Debian 10)</br> Oracular (Ubuntu 24.10)</br>Noble (Ubuntu 24.04)</br>Jammy (Ubuntu 22.04)</br>Focal (Ubuntu 20.04)</br>Bionic (Ubuntu 18.04)
48+
Deb (Debian)| Trixie (Debian 13)<br>Bookworm (Debian 12)</br>Bullseye (Debian 11)<br>Oracular (Ubuntu 24.10)</br>Noble (Ubuntu 24.04)</br>Jammy (Ubuntu 22.04)</br>Focal (Ubuntu 20.04)</br>Bionic (Ubuntu 18.04)
4949
RPM (RHEL)| centos 7</br> rocky 8</br>RHEL7 , RHEL8 & RHEL9</br> Fedora 35, 36, 37, 38 ,39 , 40</br>Oracle Linux 7 & 8</br>Amazon Linux 2
5050
RPM(SUSE) | Opensuse 15.3</br>Opensuse 15.4</br>Opensuse 15.5</br>SLES 12</br>SLES15
5151

@@ -387,9 +387,10 @@ The versions of each specific distribution supported can be viewed can be found
387387
<details>
388388
<summary>Table Of Currently Supported Versions As Of 05/2024 </summary>
389389
Supported Linux Distros:
390+
390391
Distribution Type| Supported Versions
391392
----------|---------
392-
Deb (Debian)| Trixie (Debian 13)<br>Bookworm (Debian 12)</br>Bullseye (Debian 11)<br>Buster (Debian 10)</br> Noble (Ubuntu 24.04)</br>Jammy (Ubuntu 24.04)</br>Focal (Ubuntu 20.04)</br>Bionic (Ubuntu 18.04)
393+
Deb (Debian)| Trixie (Debian 13)<br>Bookworm (Debian 12)</br>Bullseye (Debian 11)<br>Noble (Ubuntu 24.04)</br>Jammy (Ubuntu 24.04)</br>Focal (Ubuntu 20.04)</br>Bionic (Ubuntu 18.04)
393394
RPM (RHEL)| centos 7</br> rocky 8</br>RHEL7 , RHEL8 & RHEL9</br> Fedora 35, 36, 37, 38 ,39 , 40</br>Oracle Linux 7 & 8</br>Amazon Linux 2
394395
RPM(SUSE) | Opensuse 15.3</br>Opensuse 15.4</br>Opensuse 15.5</br>SLES 12</br>SLES15
395396
</details></br>
@@ -428,7 +429,6 @@ For Debian based distributions a similar process is required, firstly add the di
428429
"trixie", // Debian/13
429430
"bookworm", // Debian/12
430431
"bullseye", // Debian/11
431-
"buster", // Debian/10
432432
"oracular", // Ubuntu/24.10 (STS)
433433
"noble", // Ubuntu/24.04 (LTS)
434434
"jammy", // Ubuntu/22.04 (LTS)
@@ -447,7 +447,7 @@ In addition to the updates detailed above, it is also important to change the fo
447447
the following line should be changed :
448448

449449
```
450-
debVersionList="trixie bookworm bullseye buster oracular noble jammy focal bionic"
450+
debVersionList="trixie bookworm bullseye oracular noble jammy focal bionic"
451451
```
452452

453453
And similarly in the following two files
@@ -463,7 +463,6 @@ The array needs to be updated to add or remove distributions as necessary as sho
463463
Arguments.of("debian", "trixie"), // Debian/13 (testing)
464464
Arguments.of("debian", "bookworm"), // Debian/12 (testing)
465465
Arguments.of("debian", "bullseye"), // Debian/11 (stable)
466-
Arguments.of("debian", "buster"), // Debian/10 (oldstable)
467466
Arguments.of("ubuntu", "oracular"), // Ubuntu/24.10 (STS)
468467
Arguments.of("ubuntu", "noble"), // Ubuntu/24.04 (LTS)
469468
Arguments.of("ubuntu", "jammy"), // Ubuntu/22.04 (LTS)
@@ -488,7 +487,7 @@ Simply add or remove the supported distributions to the <b>debVersionList</b> li
488487
- name: Upload deb file to Artifactory
489488
if: steps.check-deb.outputs.file_exists == 'false'
490489
run: |
491-
debVersionList=("bookworm" "bullseye" "buster" "oracular" "jammy" "focal" "bionic")
490+
debVersionList=("bookworm" "bullseye" "oracular" "jammy" "focal" "bionic")
492491
for debVersion in "${debVersionList[@]}"; do
493492
distroList+="deb.distribution=${debVersion};"
494493
done
@@ -508,7 +507,6 @@ def deb_versions = [
508507
"trixie", // Debian/13
509508
"bookworm", // Debian/12
510509
"bullseye", // Debian/11
511-
"buster", // Debian/10
512510
"oracular" // Ubuntu/24.10 (STS)
513511
"noble", // Ubuntu/24.04 (LTS)
514512
"jammy", // Ubuntu/22.04 (LTS)
@@ -563,7 +561,6 @@ linux/ca-certificates/debian/src/packageTest/java/org/adoptium/cacertificates/Ch
563561
"trixie", // Debian/13
564562
"bookworm", // Debian/12
565563
"bullseye", // Debian/11
566-
"buster", // Debian/10
567564
"noble", // Ubuntu/24.04 (LTS)
568565
"jammy", // Ubuntu/22.04 (LTS)
569566
"focal", // Ubuntu/20.04 (LTS)
@@ -580,7 +577,6 @@ linux/ca-certificates/debian/src/packageTest/java/org/adoptium/cacertificates/De
580577
Arguments.of("debian", "trixie"), // Debian/13 (testing)
581578
Arguments.of("debian", "bookworm"), // Debian/12 (testing)
582579
Arguments.of("debian", "bullseye"), // Debian/11 (stable)
583-
Arguments.of("debian", "buster"), // Debian/10 (oldstable)
584580
Arguments.of("ubuntu", "noble"), // Ubuntu/24.04 (LTS)
585581
Arguments.of("ubuntu", "jammy"), // Ubuntu/22.04 (LTS)
586582
Arguments.of("ubuntu", "focal"), // Ubuntu/20.04 (LTS)

linux/Jenkinsfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,6 @@ def uploadDebArtifacts(String buildArch, String Version) {
532532
"trixie", // Debian/13
533533
"bookworm", // Debian/12
534534
"bullseye", // Debian/11
535-
"buster", // Debian/10
536535
"oracular", // Ubuntu/24.10 (STS)
537536
"noble", // Ubuntu/24.04 (LTS)
538537
"jammy", // Ubuntu/22.04 (LTS)
@@ -541,7 +540,7 @@ def uploadDebArtifacts(String buildArch, String Version) {
541540
]
542541
def distro_list = ''
543542
deb_versions.each { deb_version ->
544-
// Creates list like deb.distribution=stretch;deb.distribution=buster;
543+
// Creates list like deb.distribution=stretch;deb.distribution=trixie;
545544
distro_list += "deb.distribution=${deb_version};"
546545
}
547546

linux/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@ Supported platform amd64, arm64, armhf, ppc64le, s390x (s390x is only available
201201
|------------------------------|:----------------------:|:----:|
202202
| debian/12 (bookworm/testing) | x86_64 | |
203203
| debian/11 (bullseye/stable) | x86_64 | |
204-
| debian/10 (buster/oldstable) | x86_64 | |
205204
| ubuntu/24.10 (oracular) | x86_64 | |
206205
| ubuntu/24.04 (noble) | x86_64 | |
207206
| ubuntu/22.04 (jammy) | x86_64 | |

linux/ca-certificates/debian/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ def deb_versions = [
2828
"trixie", // Debian/13
2929
"bookworm", // Debian/12
3030
"bullseye", // Debian/11
31-
"buster", // Debian/10
3231
"oracular", // Ubuntu/24.10 (STS)
3332
"noble", // Ubuntu/24.04 (LTS)
3433
"jammy", // Ubuntu/22.04 (LTS)

linux/ca-certificates/debian/src/packageTest/java/org/adoptium/cacertificates/ChangesVerificationTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ class ChangesVerificationTest {
3535
"trixie", // Debian/13
3636
"bookworm", // Debian/12
3737
"bullseye", // Debian/11
38-
"buster", // Debian/10
3938
"oracular", // Ubuntu/24.10 (STS)
4039
"noble", // Ubuntu/24.04 (LTS)
4140
"jammy", // Ubuntu/22.04 (LTS)

linux/ca-certificates/debian/src/packageTest/java/org/adoptium/cacertificates/DebianFlavours.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ public Stream<? extends Arguments> provideArguments(ExtensionContext context) {
4848
Arguments.of(containerRegistry + "debian", "trixie"), // Debian/13 (testing)
4949
Arguments.of(containerRegistry + "debian", "bookworm"), // Debian/12 (testing)
5050
Arguments.of(containerRegistry + "debian", "bullseye"), // Debian/11 (stable)
51-
Arguments.of(containerRegistry + "debian", "buster"), // Debian/10 (oldstable)
5251
Arguments.of(containerRegistry + "ubuntu", "oracular"), // Ubuntu/24.10 (STS)
5352
Arguments.of(containerRegistry + "ubuntu", "noble"), // Ubuntu/24.04 (LTS)
5453
Arguments.of(containerRegistry + "ubuntu", "jammy"), // Ubuntu/22.04 (LTS)

linux/jre/debian/src/main/packaging/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if [ "$buildLocalFlag" == "true" ]; then
2727
fi
2828

2929
# $ and $ARCH are env variables passing in from "docker run"
30-
debVersionList="trixie bookworm bullseye buster oracular noble jammy focal bionic"
30+
debVersionList="trixie bookworm bullseye oracular noble jammy focal bionic"
3131

3232
# the target package is only based on the host machine's ARCH
3333
# ${buildArch} is only used for debug purpose what really matter is the label on the jenkins agent

linux/jre/debian/src/packageTest/java/packaging/DebianFlavours.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ public Stream<? extends Arguments> provideArguments(ExtensionContext context) {
4949
Arguments.of(containerRegistry + "debian", "trixie"), // Debian/13 (testing)
5050
Arguments.of(containerRegistry + "debian", "bookworm"), // Debian/12 (testing)
5151
Arguments.of(containerRegistry + "debian", "bullseye"), // Debian/11 (stable)
52-
Arguments.of(containerRegistry + "debian", "buster"), // Debian/10 (oldstable)
5352
Arguments.of(containerRegistry + "ubuntu", "oracular"), // Ubuntu/24.10 (STS)
5453
Arguments.of(containerRegistry + "ubuntu", "noble"), // Ubuntu/24.04 (LTS)
5554
Arguments.of(containerRegistry + "ubuntu", "jammy"), // Ubuntu/22.04 (LTS)

linux_new/Jenkinsfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ def deb_distros = [
2424
"trixie", // Debian/13
2525
"bookworm", // Debian/12
2626
"bullseye", // Debian/11
27-
"buster", // Debian/10
2827
"oracular", // Ubuntu/24.10 (STS)
2928
"noble", // Ubuntu/24.04 (LTS)
3029
"jammy", // Ubuntu/22.04 (LTS)
@@ -896,7 +895,7 @@ stage('Publish Packages') {
896895
echo "Preparing For Debian Upload"
897896
def DebFileName = ''
898897
def DebTarget = ''
899-
// Creates list like deb.distribution=stretch;deb.distribution=buster;
898+
// Creates list like deb.distribution=stretch;deb.distribution=trixie;
900899
deb_distros.each { deb_version ->
901900
distro_list += "deb.distribution=${deb_version};"
902901
}

0 commit comments

Comments
 (0)