Skip to content

Commit

Permalink
Temporary workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
to-bar committed Mar 12, 2021
1 parent 7933e4e commit 46a7231
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -756,8 +756,10 @@ fi

# clean metadata for upgrades (when the same package can be downloaded from changed repo)
run_cmd remove_yum_cache_for_untracked_repos
run_cmd yum -y clean all
run_cmd yum -y makecache

run_cmd yum -y makecache fast
# run_cmd yum -y makecache fast

# --- Download packages ---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -779,8 +779,10 @@ fi

# clean metadata for upgrades (when the same package can be downloaded from changed repo)
run_cmd remove_yum_cache_for_untracked_repos
run_cmd yum -y clean all
run_cmd yum -y makecache

run_cmd yum -y makecache fast
# run_cmd yum -y makecache fast

# --- Download packages ---

Expand Down

0 comments on commit 46a7231

Please sign in to comment.