You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by no...@apache.org on 2020/12/29 12:54:13 UTC

[buildstream] 04/10: _context.py: Drop `require_artifact_directories`

This is an automated email from the ASF dual-hosted git repository.

not-in-ldap pushed a commit to branch juerg/public-data
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 4e68b02d43d4c0c4e48b3a9a595808fe04a7395d
Author: Jürg Billeter <j...@bitron.ch>
AuthorDate: Tue Apr 7 17:52:37 2020 +0200

    _context.py: Drop `require_artifact_directories`
    
    It is always `True`.
---
 src/buildstream/_context.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/buildstream/_context.py b/src/buildstream/_context.py
index 090b3e0..1419bf4 100644
--- a/src/buildstream/_context.py
+++ b/src/buildstream/_context.py
@@ -154,9 +154,6 @@ class Context:
         # Whether or not to cache build trees on artifact creation
         self.cache_buildtrees = None
 
-        # Whether directory trees are required for all artifacts in the local cache
-        self.require_artifact_directories = True
-
         # Whether file contents are required for all artifacts in the local cache
         self.require_artifact_files = True