Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove 3.6 from yum directions #189

Merged
merged 1 commit into from
Jul 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading