diff options
author | Scott Moser <smoser@brickies.net> | 2017-10-23 14:11:38 -0400 |
---|---|---|
committer | Scott Moser <smoser@brickies.net> | 2017-10-23 16:10:16 -0400 |
commit | 5b6fd3ae353dd65e57ab138d7dca640d1c88d32c (patch) | |
tree | bbc9b8fc973da1fbe5ce814336856df2e4fcd8d8 /tools/make-tarball | |
parent | c06eea972eb4b7bfa68f4f542f2fb67ea1d455ac (diff) | |
download | vyos-cloud-init-5b6fd3ae353dd65e57ab138d7dca640d1c88d32c.tar.gz vyos-cloud-init-5b6fd3ae353dd65e57ab138d7dca640d1c88d32c.zip |
tools: make yum package installation more reliable
During continuous integration tests, we're seeing quite a lot of
unreliablity when running 'yum install'. The change here is to move to
re-trying a run of 'yum install --downloadonly' for 10 times or until
it succeeds. Then afterwards, running yum install from the cache.
This seems safer in general than just re-trying an install operation,
since we are specifically affected by the download phase failing.
Also present are some flake8 fixes to tools/read-dependencies.
Diffstat (limited to 'tools/make-tarball')
0 files changed, 0 insertions, 0 deletions