forked from sig_core/toolkit
undo config name
This commit is contained in:
parent
22184f30a4
commit
e9e37384ae
@ -2,6 +2,7 @@
|
||||
set -o pipefail
|
||||
{{ import_gpg_cmd }} | tee -a {{ sync_log }}
|
||||
{{ dnf_plugin_cmd }} | tee -a {{ sync_log }}
|
||||
sed -i 's/enabled=1/enabled=0/g' /etc/yum.repos.d/*.repo
|
||||
{{ sync_cmd }} | tee -a {{ sync_log }}
|
||||
|
||||
# {{ check_cmd }} | tee -a {{ sync_log }}
|
||||
|
@ -661,7 +661,7 @@ class RepoSync:
|
||||
"""
|
||||
fname = os.path.join(
|
||||
dest_path,
|
||||
"{}-{}-config.repo".format(self.shortname, self.major_version)
|
||||
"{}-config.repo".format(self.major_version)
|
||||
)
|
||||
self.log.info('Generating the repo configuration: %s' % fname)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user