Skip to content

Commit

Permalink
Drop Ubuntu Hirsute & Impish
Browse files Browse the repository at this point in the history
  • Loading branch information
ikus060 committed Aug 18, 2022
1 parent a340e4e commit b2d7e66
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 14 deletions.
10 changes: 5 additions & 5 deletions .gitlab-ci.yml
Expand Up @@ -93,10 +93,10 @@ bdist:deb:
parallel:
matrix:
- TARGET: minarca-client
DIST: [buster, bullseye, hirsute, impish, jammy]
DIST: [buster, bullseye, jammy]
DEPENDS: python3 cron librsync-dev libacl1-dev
- TARGET: minarca-server
DIST: [buster, bullseye, hirsute, impish, jammy]
DIST: [buster, bullseye, jammy]
DEPENDS: python3
PIP_EXTRA_INDEX_URL: https://nexus.ikus-soft.com/repository/pypi-group/simple/
TZ: UTC
Expand Down Expand Up @@ -201,9 +201,9 @@ upload:deb:
parallel:
matrix:
- TARGET: minarca-client
DIST: [buster, bullseye, hirsute, impish, jammy]
DIST: [buster, bullseye, jammy]
- TARGET: minarca-server
DIST: [buster, bullseye, hirsute, impish, jammy]
DIST: [buster, bullseye, jammy]
DEPENDS: python3
- TARGET: minarca-quota-api
DIST: [buster, bullseye]
Expand Down Expand Up @@ -315,7 +315,7 @@ e2e-test:deb:
parallel:
matrix:
- TARGET: minarca-client
DIST: [buster, bullseye, hirsute, impish, jammy]
DIST: [buster, bullseye, jammy]
script:
- apt update
- apt install -y ./minarca-client/dist/$DIST/minarca-client_*_amd64.deb
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -75,6 +75,7 @@ The Minarca website is https://www.ikus-soft.com/en/minarca/.
* Add Debian Bookworm support
* Adjust `librsync` dependencies for release upgrade
* Remove dependencies to unmaintained `snakeoil` library
* Drop Ubuntu Hirsute & Impish (End-of-life)

## 4.2.0 (2022-07-05)

Expand Down
3 changes: 1 addition & 2 deletions minarca-client/doc/installation.md
Expand Up @@ -17,8 +17,7 @@ These minimum requirements are solely for evaluation and shall not be used in a
* Supported Operating System:
* Debian Buster
* Debian Bullseye
* Ubuntu Groovy
* Ubuntu Hirsute
* Ubuntu Jammy 22.04 LTS
* Cpu: 64bit x86-64 or amd64, 4 core
* Memory: minimum 4 GiB
* Storage: consider the storage according to your backup needs. A couple of terabytes should be considered for the long term. Ideally, you should consider hardware or ZFS raid for your storage. If you plan to support user quota, make sure that your file system supports it. E.g. ext4 and ZFS. Other file systems might not be well supported.
Expand Down
7 changes: 0 additions & 7 deletions minarca-client/doc/minarca-client.md
Expand Up @@ -11,9 +11,6 @@ restriction. You are limited to the following operating system.
* MacOS BigSur (Intel)
* Debian Buster (64bit)
* Debian Bullseye (64bit)
* Debian Bookworm (64bit)
* Ubuntu Hirsute (64bit)
* Ubuntu Impish (64bit)
* Ubuntu Jammy (64bit)
* Linux (64bit)

Expand Down Expand Up @@ -52,10 +49,6 @@ On a Ubuntu or Debian workstation, download the appropriate installer.

*Ubuntu*

<a href="https://www.ikus-soft.com/archive/minarca/minarca-client-hirsute-latest.deb"><img alt="Minarca Client for Ubuntu Hirsute" src="https://img.shields.io/badge/Ubuntu-Hirsute-blue?&logo=ubuntu&style=for-the-badge"></a>

<a href="https://www.ikus-soft.com/archive/minarca/minarca-client-impish-latest.deb"><img alt="Minarca Client for Ubuntu Impish" src="https://img.shields.io/badge/Ubuntu-Impish-blue?&logo=ubuntu&style=for-the-badge"></a>

<a href="https://www.ikus-soft.com/archive/minarca/minarca-client-jammy-latest.deb"><img alt="Minarca Client for Ubuntu Jammy" src="https://img.shields.io/badge/Ubuntu-Jammy-blue?&logo=ubuntu&style=for-the-badge"></a>

*Debian*
Expand Down

0 comments on commit b2d7e66

Please sign in to comment.