Skip to content

Commit

Permalink
Merge pull request #189 from osg-htc/djw8605-patch-2
Browse files Browse the repository at this point in the history
remove 3.6 from yum directions
  • Loading branch information
brianhlin authored Jul 31, 2024
2 parents 8ad7da7 + fdb4199 commit bde014b
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions docs/common/yum.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit bde014b

Please sign in to comment.