Skip to content

Commit

Permalink
[6.16.z] Switch back to client-1 repo against Satellite 6.16 (#16537)
Browse files Browse the repository at this point in the history
Revert "[6.16.z] Use client-2 repo against Satellite 6.16+ (#16409)"

This reverts commit 874d9ef.
  • Loading branch information
lpramuk authored Sep 30, 2024
1 parent cffb0f8 commit 2ef96a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/dynaconf_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@ def get_dogfood_satclient_repos(settings):
for ver in rhels:
data[f'RHEL{ver}'] = get_ohsnap_repo_url(
settings,
repo='client-2',
repo='client',
product='client',
release='client-2',
release='client',
os_release=ver,
)
return data
Expand Down

0 comments on commit 2ef96a8

Please sign in to comment.