gtristan commented on code in PR #1645:
URL: https://github.com/apache/buildstream/pull/1645#discussion_r867332772


##########
src/buildstream/_sourcecache.py:
##########
@@ -128,7 +128,7 @@ def pull(self, source):
                     )
                     continue
             except CASError as e:
-                raise SourceCacheError("Failed to pull source {}: 
{}".format(display_key, e)) from e
+                raise SourceCacheError("Failed to pull source {}: 
{}".format(display_key, e), temporary=True) from e

Review Comment:
   I've setup an extension to this merge request at #1646
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to