Skip to content

Commit

Permalink
Merge pull request #5175 from HofiOne/drop-mantic
Browse files Browse the repository at this point in the history
dbld: ubuntu mantic builds cannot find some repos, but mantic is eol for a while, let's drop it
  • Loading branch information
HofiOne authored Nov 24, 2024
2 parents b3f7e60 + b87609d commit e79dfd6
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion .github/workflows/create-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ on:
"ubuntu-jammy",
"ubuntu-noble",
"ubuntu-lunar",
"ubuntu-mantic",
"almalinux-8",
"almalinux-9",
"centos-stream9",
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/dbld-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
- ubuntu-jammy
- ubuntu-noble
- ubuntu-lunar
- ubuntu-mantic
- devshell
- kira
- tarball
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/upload-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ on:
"ubuntu-focal",
"ubuntu-jammy",
"ubuntu-noble",
"ubuntu-lunar",
"ubuntu-mantic"
"ubuntu-lunar"
]'
secrets:
azure-sas-token:
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ syslog-ng packages are released for the following distribution versions (x86-64)
| Distro version | sources.list component name |
|---|---|
| Ubuntu 24.04 | ubuntu-noble |
| Ubuntu 23.10 | ubuntu-mantic |
| Ubuntu 23.04 | ubuntu-lunar |
| Ubuntu 22.04 | ubuntu-jammy |
| Ubuntu 20.04 | ubuntu-focal |
Expand Down
1 change: 0 additions & 1 deletion dbld/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ EXTRA_DIST += \
dbld/images/ubuntu-jammy.dockerfile \
dbld/images/ubuntu-noble.dockerfile \
dbld/images/ubuntu-lunar.dockerfile \
dbld/images/ubuntu-mantic.dockerfile \
dbld/images/kira.dockerfile \
dbld/images/tarball.dockerfile \
dbld/images/hooks/build \
Expand Down
1 change: 0 additions & 1 deletion dbld/build.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ ubuntu-focal python3,nocriterion,nomqtt,nogrpc,notzdatalegacy
ubuntu-jammy python3,notzdatalegacy
ubuntu-noble python3,notzdatalegacy
ubuntu-lunar python3
ubuntu-mantic python3

fedora python3
almalinux python3
Expand Down
1 change: 0 additions & 1 deletion dbld/rules
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ BUILDER_IMAGES= \
ubuntu-jammy \
ubuntu-noble \
ubuntu-lunar \
ubuntu-mantic \
kira \
tarball

Expand Down

0 comments on commit e79dfd6

Please sign in to comment.