lang: core: embedded: provisioner: Handle spurious failures

Not sure why this happen, I think it's just random network blips. Simple
retry should be used for now.
This commit is contained in:
James Shubin
2024-10-29 16:46:25 -04:00
parent 52a71f9515
commit d1aaf6e82b

View File

@@ -100,7 +100,7 @@ repo --name="{{ $name }}" --baseurl="{{ $baseurl }}"
# #
# packages # packages
# #
%packages %packages --retries 3 # handle spurious failures
@core @core
@standard @standard
@hardware-support @hardware-support