You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix apt-get update retry failed when apt-get update failed during add-topology (sonic-net#6677)
What is the motivation for this PR?
If apt-get update failed, there was no attribute cache_updated in returned value, so the retry condition would not execute.
How did you do it?
Add judgment for cache_updated, if it was defined, then check its value.
Signed-off-by: Chun'ang Li <chunangli@microsoft.com>
0 commit comments