Skip to content
Snippets Groups Projects
Commit dbf3e13e authored by Qinusty's avatar Qinusty
Browse files

cascache.py: Add pull info detailing which remote is being pulled from

Work towards fixing issue #275
parent 6b52121e
No related branches found
No related tags found
Loading
Pipeline #27248836 canceled
......@@ -221,6 +221,8 @@ class CASCache(ArtifactCache):
try:
remote.init()
element.info("Pulling {} <- {}".format(element._get_brief_display_key(), remote.spec.url))
request = buildstream_pb2.GetReferenceRequest()
request.key = ref
response = remote.ref_storage.GetReference(request)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment