diff options
author | xiubuzhe <xiubuzhe@sina.com> | 2023-12-19 13:58:09 +0800 |
---|---|---|
committer | xiubuzhe <xiubuzhe@sina.com> | 2023-12-19 13:58:09 +0800 |
commit | f2733eef4e2c4d9be4a7fcdb6bb576141ed42757 (patch) | |
tree | 4270dfc797980f3854d0dd71625775b3da556bdb | |
parent | b89a492b6aab2245380958bac738f1de26e3c803 (diff) | |
download | sunhpc-f2733eef4e2c4d9be4a7fcdb6bb576141ed42757.tar.gz sunhpc-f2733eef4e2c4d9be4a7fcdb6bb576141ed42757.tar.bz2 sunhpc-f2733eef4e2c4d9be4a7fcdb6bb576141ed42757.zip |
fix yumrepos
-rw-r--r-- | lib/sunhpc/commands/report/yumrepos/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sunhpc/commands/report/yumrepos/__init__.py b/lib/sunhpc/commands/report/yumrepos/__init__.py index 5ed6cb3..afb788c 100644 --- a/lib/sunhpc/commands/report/yumrepos/__init__.py +++ b/lib/sunhpc/commands/report/yumrepos/__init__.py @@ -114,7 +114,7 @@ class Command(sunhpc.commands.report.command): # # Generated by sunhpc report yumrepos commands. # - [appstream] + [baseos] name=Rocky Linux $releasever - BaseOS %s gpgcheck=1 @@ -131,7 +131,7 @@ class Command(sunhpc.commands.report.command): # # Generated by sunhpc report yumrepos commands. # - [appstream] + [rockyextras] name=Rocky Linux $releasever - Extras %s gpgcheck=1 |