diff options
Diffstat (limited to 'buildstream/_artifactcache/artifactcache.py')
-rw-r--r-- | buildstream/_artifactcache/artifactcache.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/buildstream/_artifactcache/artifactcache.py b/buildstream/_artifactcache/artifactcache.py index 98aefc00c..1283b37ab 100644 --- a/buildstream/_artifactcache/artifactcache.py +++ b/buildstream/_artifactcache/artifactcache.py @@ -65,6 +65,14 @@ class ArtifactCache(): self._offline = False + # initialize_remote(): + # + # Initialize any remote artifact cache, if needed. This may require network + # access and could block for several seconds. + # + def initialize_remote(self): + pass + # contains(): # # Check whether the artifact for the specified Element is already available |