Skip to content

Commit

Permalink
Drop CentOS
Browse files Browse the repository at this point in the history
  • Loading branch information
gustawlippa committed Jul 3, 2024
1 parent e830b03 commit 371906b
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 17 deletions.
9 changes: 1 addition & 8 deletions .circleci/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ jobs:
type: executor
platform:
type: enum
enum: [centos_7, rockylinux_9, rockylinux_8, almalinux_9, almalinux_8, debian_bullseye, debian_buster, ubuntu_xenial, ubuntu_focal, ubuntu_bionic, ubuntu_jammy]
enum: [rockylinux_9, rockylinux_8, almalinux_9, almalinux_8, debian_bullseye, debian_buster, ubuntu_xenial, ubuntu_focal, ubuntu_bionic, ubuntu_jammy]
description: Platform type
otp_package:
type: string
Expand Down Expand Up @@ -706,13 +706,6 @@ workflows:
tags:
only: /^\d+\.\d+\.\d+/
# ============= PACKAGES =============
- package:
name: centos_7
executor: otp_26
platform: centos_7
context: mongooseim-org
otp_package: "26.2.2"
filters: *all_tags
- package:
name: rockylinux_8
executor: otp_26
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
strategy:
fail-fast: false
matrix:
pkg: [centos_7, ubuntu_xenial]
pkg: [ubuntu_xenial]
runs-on: ubuntu-22.04
env:
ESL_ERLANG_PKG_VER: "25.0.3"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ It is brought to you by [Erlang Solutions](https://www.erlang-solutions.com/).

For a quick start just download:

* The [pre-built packages](https://www.erlang-solutions.com/resources/download.html) that suit your platform (Ubuntu, Debian, CentOS, AlmaLinux and Rocky Linux)
* The [pre-built packages](https://www.erlang-solutions.com/resources/download.html) that suit your platform (Ubuntu, Debian, CentOS compatible: AlmaLinux and Rocky Linux)
* The [Docker image](https://hub.docker.com/r/mongooseim/mongooseim/): [https://hub.docker.com/r/mongooseim/mongooseim/](https://hub.docker.com/r/mongooseim/mongooseim/) (source code repository: [https://github.com/esl/mongooseim-docker](https://github.com/esl/mongooseim-docker))
* The [Helm chart](https://artifacthub.io/packages/helm/mongoose/mongooseim) ([source code repository](https://github.com/esl/MongooseHelm))

Expand Down
2 changes: 1 addition & 1 deletion doc/configuration/database-backends-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ MSSQL can be used from MongooseIM through the ODBC layer with FreeTDS driver, so
# Ubuntu
$ sudo apt install freetds-dev tdsodbc

# CentOS
# CentOS compatible systems (Rocky, Alma)
$ sudo yum install freetds

# macOS
Expand Down
2 changes: 1 addition & 1 deletion doc/developers-guide/Bootstrap-Scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ tools/pkg/scripts/smoke_templates.escript
Testing command:

```bash
PRESET=pkg pkg_PLATFORM=centos_7 ESL_ERLANG_PKG_VER=23.3.1-2 ./tools/test.sh
PRESET=pkg pkg_PLATFORM=ubuntu_xenial ESL_ERLANG_PKG_VER=23.3.1-2 ./tools/test.sh
```
5 changes: 3 additions & 2 deletions doc/developers-guide/Testing-MongooseIM.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Please install the driver:
# Ubuntu
$ sudo apt install freetds-dev tdsodbc

# CentOS
# CentOS compatible systems (Rocky, Alma)
$ sudo yum install freetds

# macOS
Expand All @@ -44,7 +44,8 @@ $ brew install freetds
In case you are using an operating system different from Ubuntu or MacOS or have a custom FreeTDS installation,
you may have to modify the `tools/setup-db.sh` script to use the proper paths.
Find a configuration block starting with `[mongoose-mssql]` and change the `Driver` and `Setup`.
For example, for CentOS change them to `/usr/lib64/libtdsodbc.so.0` and `/usr/lib64/libtdsS.so` respectively.
For example, for CentOS compatible systems change them to `/usr/lib64/libtdsodbc.so.0` and `/usr/lib64/libtdsS.so`
respectively.

## How to print the instructions

Expand Down
2 changes: 1 addition & 1 deletion doc/getting-started/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The following sections describe the installation process for different operating
sudo dpkg -i mongooseim_[version here].deb
```

=== "CentOS / AlmaLinux / Rocky Linux"
=== "CentOS compatible: AlmaLinux / Rocky Linux"

An ODBC (RDBMS) driver must be installed on your machine to unpack and install from RPM packages. Enter the following command in a terminal window to install the latest unixODBC driver:

Expand Down
2 changes: 1 addition & 1 deletion doc/getting-started/Quick-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ Otherwise, the clients will keep disconnecting each other, because MongooseIM al

### Connect Gajim

Gajim is available on Ubuntu, CentOS & Windows.
Gajim is available on many Linux platforms, macOS & Windows.

!!! Warning
Gajim has an obsolete UX. However, it is still well maintained, and has a console that is extremely useful for debugging and testing/validation purposes at the XMPP protocol level.
Expand Down
2 changes: 1 addition & 1 deletion doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ We offer a set of additional server-side components:

For a quick start just download:

* The [pre-built packages](https://www.erlang-solutions.com/resources/download.html) that suit your platform (Ubuntu, Debian, CentOS, AlmaLinux and Rocky Linux)
* The [pre-built packages](https://www.erlang-solutions.com/resources/download.html) that suit your platform (Ubuntu, Debian, CentOS compatible: AlmaLinux and Rocky Linux)
* The [Docker image](https://hub.docker.com/r/mongooseim/mongooseim/) ([source code repository](https://github.com/esl/mongooseim-docker))
* The [Helm chart](https://artifacthub.io/packages/helm/mongoose/mongooseim) ([source code repository](https://github.com/esl/MongooseHelm))

Expand Down

0 comments on commit 371906b

Please sign in to comment.