From 7fed7fd6a24db018764cdf40e45b3c29b89dbf78 Mon Sep 17 00:00:00 2001 From: Jonathon Anderson Date: Tue, 28 Feb 2023 15:46:29 -0700 Subject: [PATCH] Remove reference to deprecated CIQ repository The CIQ repository mentioned in userdocs is expected to be decommissioned soon. Meanwhile, we have RPMs on the GitHub releases page. This updates the documentation to point to the project packages. Signed-off-by: Jonathon Anderson --- userdocs/contents/installation.rst | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/userdocs/contents/installation.rst b/userdocs/contents/installation.rst index be5bc598..31966719 100644 --- a/userdocs/contents/installation.rst +++ b/userdocs/contents/installation.rst @@ -8,22 +8,22 @@ the installation process of multiple methods: Binary RPMs =========== -While the Warewulf project does not build binary RPMs, you can obtain -them from `CIQ `_ and use them for -non-production use from their public YUM and DNF repositories at: -`https://repo.ctrliq.com `_ +The Warewulf project builds binary RPMs as part of its CI/CD +process. You can obtain them from the `GitHub releases +`_ page. -This is the easiest method to install Warewulf and can be done as follows: +Rocky Linux 8 +------------- .. code-block:: console - # yum install -y https://repo.ctrliq.com/rhel/8/ciq-release.rpm - # yum install -y warewulf + # dnf install https://github.com/hpcng/warewulf/releases/download/v4.4.0/warewulf-4.4.0-1.git_afcdb21.el8.x86_64.rpm -> note: as mentioned, these binaries are part of CIQ's commercial -support offering but they can be used for non-production and testing -uses. If you are interested in using these binaries for production, -please contact CIQ at: `info@ctrliq.com `_. +openSuse Leap + +.. code-block:: console + + # zypper install https://github.com/hpcng/warewulf/releases/download/v4.4.0/warewulf-4.4.0-1.git_afcdb21.suse.lp153.x86_64.rpm Compiled Source code ====================