Skip to content

Commit

Permalink
update generate-stackbrew-library.sh for 2023q3 part 1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
grooverdan committed Aug 8, 2024
1 parent b45425d commit 761ec8e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 85 deletions.
2 changes: 1 addition & 1 deletion generate-stackbrew-library.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -Eeuo pipefail

GLOBIGNORE=examples/:.*/:test/:11.6/:11.6-ubi/
GLOBIGNORE=examples/:.*/:test/:11.5/:11.5-ubi/:11.6/:11.6-ubi/:main/:main-ubi/

err() {
echo >&2 "ERROR: $*"
Expand Down
84 changes: 0 additions & 84 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,4 @@
{
"11.5": {
"milestone": "11.5",
"version": "11.5.1",
"fullVersion": "1:11.5.1+maria~ubu2404",
"releaseStatus": "RC",
"supportType": "Rolling",
"base": "ubuntu:noble",
"arches": [
"amd64",
"arm64v8",
"ppc64le",
"s390x"
]
},
"11.5-ubi": {
"milestone": "11.5",
"version": "11.5.1",
"fullVersion": "11.5.1",
"releaseStatus": "RC",
"supportType": "Rolling",
"base": "ubi9",
"arches": [
"amd64",
"arm64v8",
"ppc64le",
"s390x"
]
},
"11.4": {
"milestone": "11.4",
"version": "11.4.2",
Expand Down Expand Up @@ -138,61 +110,5 @@
"ppc64le",
"s390x"
]
},
"10.5": {
"milestone": "10.5",
"version": "10.5.25",
"fullVersion": "1:10.5.25+maria~ubu2004",
"releaseStatus": "Stable",
"supportType": "Long Term Support",
"base": "ubuntu:focal",
"arches": [
"amd64",
"arm64v8",
"ppc64le",
"s390x"
]
},
"11.6-ubi": {
"milestone": "11.6",
"version": "11.6.0",
"fullVersion": "11.6.0",
"releaseStatus": "Alpha",
"supportType": "Unknown",
"base": "ubi9",
"arches": [
"amd64",
"arm64v8",
"ppc64le",
"s390x"
]
},
"main": {
"milestone": "main",
"version": "main.0",
"fullVersion": "1:main.0+maria~ubu2404",
"releaseStatus": "Alpha",
"supportType": "Unknown",
"base": "ubuntu:noble",
"arches": [
"amd64",
"arm64v8",
"ppc64le",
"s390x"
]
},
"main-ubi": {
"milestone": "main",
"version": "main.0",
"fullVersion": "main.0",
"releaseStatus": "Alpha",
"supportType": "Unknown",
"base": "ubi9",
"arches": [
"amd64",
"arm64v8",
"ppc64le",
"s390x"
]
}
}

0 comments on commit 761ec8e

Please sign in to comment.