Drop a stray # in previous commit, which made it not work
This is from my local test, sigh. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
cef45346b6
commit
c236fbcd21
@ -379,7 +379,7 @@ sub _repo_setup_updates {
|
||||
# fix up some errors in fedora-repos baseurls in F28:
|
||||
# https://pagure.io/fedora-repos/issue/70
|
||||
if (get_var("VERSION") == 28) {
|
||||
assert_script_run 'sed -i -e "s,^\(#baseurl.*/\)os/$,\1,g" /etc/yum.repos.d/fedora*updates*.repo';
|
||||
assert_script_run 'sed -i -e "s,^\(baseurl.*/\)os/$,\1,g" /etc/yum.repos.d/fedora*updates*.repo';
|
||||
assert_script_run 'sed -i -e "s,/testing-modular/,,g" /etc/yum.repos.d/fedora*updates*.repo';
|
||||
}
|
||||
if (get_var("OFW")) {
|
||||
|
Loading…
Reference in New Issue
Block a user