From fdb4199cd3e4251139bb4f343e5182fa936f5406 Mon Sep 17 00:00:00 2001 From: Derek Weitzel Date: Wed, 31 Jul 2024 11:49:33 -0500 Subject: [PATCH] remove 3.6 from yum directions --- docs/common/yum.md | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/docs/common/yum.md b/docs/common/yum.md index e6f8be312..e8994e67f 100644 --- a/docs/common/yum.md +++ b/docs/common/yum.md @@ -69,9 +69,6 @@ The definitive list of software in the contrib repository can be found here: - [OSG 23 EL8 contrib software repository](https://repo.opensciencegrid.org/osg/23-contrib/el8/x86_64/) - [OSG 23 EL9 contrib software repository](https://repo.opensciencegrid.org/osg/23-contrib/el9/x86_64/) -- [OSG 3.6 EL7 contrib software repository](https://repo.opensciencegrid.org/osg/3.6/el7/contrib/x86_64/) -- [OSG 3.6 EL8 contrib software repository](https://repo.opensciencegrid.org/osg/3.6/el8/contrib/x86_64/) -- [OSG 3.6 EL9 contrib software repository](https://repo.opensciencegrid.org/osg/3.6/el9/contrib/x86_64/) If you would like to distribute your software in the OSG `contrib` repository, please [contact us](../common/help.md) with a description of your software, what users it serves, and relevant RPM packaging. @@ -198,20 +195,6 @@ For instructions on upgrading from one OSG series to another, see the :::console root@host # yum install https://repo.opensciencegrid.org/osg/23-main/osg-23-main-el9-release-latest.rpm - - OSG 3.6 EL7: - - :::console - root@host # yum install https://repo.opensciencegrid.org/osg/3.6/osg-3.6-el7-release-latest.rpm - - - OSG 3.6 EL8: - - :::console - root@host # yum install https://repo.opensciencegrid.org/osg/3.6/osg-3.6-el8-release-latest.rpm - - - OSG 3.6 EL9: - - :::console - root@host # yum install https://repo.opensciencegrid.org/osg/3.6/osg-3.6-el9-release-latest.rpm 1. The only OSG repository enabled by default is the release one. If you want to [enable another one](#repositories) (e.g. `osg-testing`), then edit its file @@ -220,8 +203,8 @@ For instructions on upgrading from one OSG series to another, see the :::file hl_lines="7" [osg-testing] name=OSG Software for Enterprise Linux 7 - Testing - $basearch - #baseurl=https://repo.opensciencegrid.org/osg/3.6/el7/testing/$basearch - mirrorlist=https://repo.opensciencegrid.org/mirror/osg/3.6/el7/testing/$basearch + #baseurl=https://repo.opensciencegrid.org/osg/23-main/el8/testing/$basearch + mirrorlist=https://repo.opensciencegrid.org/osg/23-main/el8/testing/$basearch failovermethod=priority priority=98 enabled=1