From 0bae160e262947f841fbf24a26e8ed0f8d1286e1 Mon Sep 17 00:00:00 2001 From: Jeroen Ooms Date: Thu, 26 Sep 2024 21:02:31 +0200 Subject: [PATCH] cleanups --- .github/workflows/build.yaml | 2 +- README.md | 11 +++-------- debian/changelog | 2 +- debian/readme.md | 6 +++--- 4 files changed, 8 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 26f17348..6f5428b2 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - os: ['ubuntu-20.04', 'ubuntu-22.04'] + os: ['ubuntu-20.04', 'ubuntu-22.04', 'ubuntu-24.04'] runs-on: ${{ matrix.os }} name: ${{ matrix.os }} diff --git a/README.md b/README.md index f358fa27..02b3cd37 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,6 @@ # OpenCPU Cloud Server -This repository contains the sources for the opencpu server (aka cloud server). It consists of the following packages: - - * `opencpu-server` - rApache based opencpu API server - * `opencpu` - Alias for `opencpu-server` +This repository contains the sources for the `opencpu-server` package, aka cloud server. ## Server manual @@ -11,12 +8,10 @@ The [server manual](http://opencpu.github.io/server-manual/opencpu-server.pdf) i ## Prebuilt binaries -Installation repositories are available for recent versions of: +Installation repositories are available for recent versions of Ubuntu at https://www.opencpu.org/download.html - - [Ubuntu](https://www.opencpu.org/download.html) - - [Fedora](http://software.opensuse.org/download.html?project=home:jeroenooms:opencpu-2.2&package=opencpu) -For other systems (e.g. Debian, CentOS) the installers are available from the [archive](https://archive.opencpu.org/) server. +For other systems (e.g. Debian, CentOS) the installers are available from the docker images. ## Building from source diff --git a/debian/changelog b/debian/changelog index ef6323fc..bb84110b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -opencpu (2.2.13-noble1) noble; urgency=low +opencpu (2.2.13-noble2) noble; urgency=low * Debian package with OpenCPU software. See www.opencpu.org diff --git a/debian/readme.md b/debian/readme.md index aa7acc30..cae11e78 100644 --- a/debian/readme.md +++ b/debian/readme.md @@ -39,9 +39,9 @@ Download the opencpu-server sources from Github: ```sh cd ~ -wget https://github.com/opencpu/opencpu-server/archive/v2.2.tar.gz -tar xzf v2.2.tar.gz -cd opencpu-server-2.2 +wget https://github.com/opencpu/opencpu-server/archive/master.tar.gz +tar xzf master.tar.gz +cd opencpu-server-master ``` Install build dependencies from within `opencpu-server` source dir (requires root):