From d61a0fbd2d4a2549bd376b8637f0911d61113fbd Mon Sep 17 00:00:00 2001 From: Francesc Guasch Date: Thu, 15 Feb 2024 12:18:48 +0100 Subject: [PATCH 1/6] doc: release v2.1.8 --- docs/docs/INSTALL_Debian.rst | 6 +++--- docs/docs/INSTALL_Ubuntu.rst | 8 ++++---- docs/docs/res/ravada_installer.sh | 8 ++++---- docs/docs/update.rst | 4 ++-- docs/docs/update_safe.rst | 4 ++-- index.html | 6 +++--- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/docs/docs/INSTALL_Debian.rst b/docs/docs/INSTALL_Debian.rst index 64a4d7db3..90e906739 100644 --- a/docs/docs/INSTALL_Debian.rst +++ b/docs/docs/INSTALL_Debian.rst @@ -17,15 +17,15 @@ repository `__. Install the ravada package. It is called *debian-11* but works fine in *debian-12* also. -- ravada_2.1.7_debian-11_all.deb +- ravada_2.1.8_debian-11_all.deb When you run dpkg now it may show some errors, it is ok, keep reading. .. prompt:: bash $ - wget http://infoteleco.upc.edu/img/debian/ravada_2.1.7_debian-11_all.deb + wget http://infoteleco.upc.edu/img/debian/ravada_2.1.8_debian-11_all.deb sudo apt update - sudo apt install ./ravada_2.1.7_debian-11_all.deb + sudo apt install ./ravada_2.1.8_debian-11_all.deb Debian KVM ~~~~~~~~~~ diff --git a/docs/docs/INSTALL_Ubuntu.rst b/docs/docs/INSTALL_Ubuntu.rst index f32604ded..ca1b0ea19 100644 --- a/docs/docs/INSTALL_Ubuntu.rst +++ b/docs/docs/INSTALL_Ubuntu.rst @@ -18,16 +18,16 @@ repository `__. Install the ravada package. Choose the one that matches your OS release: -- ravada_2.1.7_ubuntu-18.04_all.deb -- ravada_2.1.7_ubuntu-20.04_all.deb for Ubuntu 20.04 and Ubuntu 22.04 +- ravada_2.1.8_ubuntu-18.04_all.deb +- ravada_2.1.8_ubuntu-20.04_all.deb for Ubuntu 20.04 and Ubuntu 22.04 When you run dpkg now it may show some errors, it is ok, keep reading. .. prompt:: bash $ - wget http://infoteleco.upc.edu/img/debian/ravada_2.1.7_ubuntu-20.04_all.deb + wget http://infoteleco.upc.edu/img/debian/ravada_2.1.8_ubuntu-20.04_all.deb sudo apt-get update - sudo apt install ./ravada_2.1.7_ubuntu-20.04_all.deb + sudo apt install ./ravada_2.1.8_ubuntu-20.04_all.deb The last command will show a warning about missing dependencies. Install them running: diff --git a/docs/docs/res/ravada_installer.sh b/docs/docs/res/ravada_installer.sh index b71ac2eb0..fea0917ef 100644 --- a/docs/docs/res/ravada_installer.sh +++ b/docs/docs/res/ravada_installer.sh @@ -35,8 +35,8 @@ if [[ $OS = *"Ubuntu"* && $VER > '16.04' ]]; then echo "Downloading..." sudo apt-get install libmojolicious-plugin-renderfile-perl -y &> /dev/null - wget http://infoteleco.upc.edu/img/debian/ravada_2.1.7_ubuntu-18.04_all.deb - sudo dpkg -i ravada_2.1.7_ubuntu-18.04_all.deb &> /dev/null + wget http://infoteleco.upc.edu/img/debian/ravada_2.1.8_ubuntu-18.04_all.deb + sudo dpkg -i ravada_2.1.8_ubuntu-18.04_all.deb &> /dev/null echo "Installing Dependencies..." sudo apt-get update -y &> /dev/null sudo apt-get -f -y install &> /dev/null @@ -136,8 +136,8 @@ elif [[ $OS = *"Ubuntu"* ]]; then wget http://infoteleco.upc.edu/img/debian/libmojolicious-plugin-renderfile-perl_0.10-1_all.deb &> /dev/null sudo dpkg -i libmojolicious-plugin-renderfile-perl_0.10-1_all.deb &> /dev/null - wget http://infoteleco.upc.edu/img/debian/ravada_2.1.7_all.deb &> /dev/null - sudo dpkg -i ravada_2.1.7_all.deb &> /dev/null + wget http://infoteleco.upc.edu/img/debian/ravada_2.1.8_all.deb &> /dev/null + sudo dpkg -i ravada_2.1.8_all.deb &> /dev/null echo "Installing Dependencies..." sudo apt-get update -y &> /dev/null sudo apt-get -f -y install &> /dev/null diff --git a/docs/docs/update.rst b/docs/docs/update.rst index 2b145974f..41c692149 100644 --- a/docs/docs/update.rst +++ b/docs/docs/update.rst @@ -18,7 +18,7 @@ ETSETB repository `__. .. prompt:: bash - wget http://infoteleco.upc.edu/img/debian/ravada_2.1.7_ubuntu-20.04_all.deb + wget http://infoteleco.upc.edu/img/debian/ravada_2.1.8_ubuntu-20.04_all.deb Step 2 @@ -28,7 +28,7 @@ Install the *deb* package. .. prompt:: bash - sudo apt install ./ravada_2.1.7_ubuntu-20.04_all.deb + sudo apt install ./ravada_2.1.8_ubuntu-20.04_all.deb On some upgrades may be required to install some dependencies. You will see diff --git a/docs/docs/update_safe.rst b/docs/docs/update_safe.rst index a4351aad8..3a1040af8 100644 --- a/docs/docs/update_safe.rst +++ b/docs/docs/update_safe.rst @@ -47,7 +47,7 @@ ETSETB repository `__. .. prompt:: bash - wget http://infoteleco.upc.edu/img/debian/ravada_2.1.7_ubuntu-20.04_all.deb + wget http://infoteleco.upc.edu/img/debian/ravada_2.1.8_ubuntu-20.04_all.deb Step 4.2: Install @@ -57,7 +57,7 @@ Install the *deb* package. .. prompt:: bash - sudo apt install ./ravada_2.1.7_ubuntu-20.04_all.deb + sudo apt install ./ravada_2.1.8_ubuntu-20.04_all.deb On some upgrades may be required to install some dependencies. You will see diff --git a/index.html b/index.html index 47aae1cd5..5d891d559 100644 --- a/index.html +++ b/index.html @@ -107,7 +107,7 @@
- Ravada 2.1.7 is out! Go to the install page. + Ravada 2.1.8 is out! Go to the install page.
@@ -662,8 +662,8 @@

Around the Web