Skip to content

Commit

Permalink
Update latest version to 2.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
radupopescu committed Jul 5, 2022
1 parent 896199a commit 6c24f34
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
# The short X.Y version.
version = u'2.9'
# The full version, including alpha/beta/rc tags.
release = u'2.9.3'
release = u'2.9.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
6 changes: 3 additions & 3 deletions cpt-quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ To install the CVMFS package run

::

sudo dnf install https://ecsft.cern.ch/dist/cvmfs/cvmfs-2.9.3/cvmfs-2.9.3-1.fc34.x86_64.rpm https://ecsft.cern.ch/dist/cvmfs/cvmfs-config/cvmfs-config-default-latest.noarch.rpm
sudo dnf install https://ecsft.cern.ch/dist/cvmfs/cvmfs-2.9.4/cvmfs-2.9.4-1.fc34.x86_64.rpm https://ecsft.cern.ch/dist/cvmfs/cvmfs-config/cvmfs-config-default-latest.noarch.rpm


Docker Container
Expand All @@ -65,7 +65,7 @@ or with

::

curl https://ecsft.cern.ch/dist/cvmfs/cvmfs-2.9.3/cvmfs-service-2.9.3-1.x86_64.docker.tar.gz | docker load
curl https://ecsft.cern.ch/dist/cvmfs/cvmfs-2.9.4/cvmfs-service-2.9.4-1.x86_64.docker.tar.gz | docker load

Run the container as a system service with

Expand Down Expand Up @@ -98,7 +98,7 @@ Download the CernVM-FS client package in the terminal in order to avoid signatur

::

curl -o ~/Downloads/cvmfs-2.9.3.pkg https://ecsft.cern.ch/dist/cvmfs/cvmfs-2.9.3/cvmfs-2.9.3.pkg
curl -o ~/Downloads/cvmfs-2.9.4.pkg https://ecsft.cern.ch/dist/cvmfs/cvmfs-2.9.4/cvmfs-2.9.4.pkg

Install the CernVM-FS package by opening the .pkg file and reboot.
Future releases will provide a signed and notarized package.
Expand Down
4 changes: 2 additions & 2 deletions cpt-releasenotes.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Release Notes for CernVM-FS 2.9.3
Release Notes for CernVM-FS 2.9.4
=================================

CernVM-FS 2.9.3 is a patch release, containing two important bug fixes: a fix for
CernVM-FS 2.9.4 is a patch release, containing two important bug fixes: a fix for
a deadlock affecting the garbage collector, and an improvement of the link between
the watchdog process and the fuse module.

Expand Down

0 comments on commit 6c24f34

Please sign in to comment.