summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAbderrahim Kitouni <akitouni@gnome.org>2020-09-20 10:06:46 +0100
committerbst-marge-bot <marge-bot@buildstream.build>2020-12-08 08:07:04 +0000
commit2b9fbf366d2ad3c23a9af7d85000c4f420628ae1 (patch)
tree270efe83f874198eb09f5eaac8f411b2f2b2896c /src
parent642e423013e4e86a05f4f12c02bdb5883c6eafab (diff)
downloadbuildstream-2b9fbf366d2ad3c23a9af7d85000c4f420628ae1.tar.gz
_context.py: don't delete bst1 extract directory
Diffstat (limited to 'src')
-rw-r--r--src/buildstream/_context.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/buildstream/_context.py b/src/buildstream/_context.py
index 87b23d50c..34fc6f274 100644
--- a/src/buildstream/_context.py
+++ b/src/buildstream/_context.py
@@ -303,10 +303,9 @@ class Context:
os.symlink(self.casdir, old_casdir)
# Cleanup old extract directories
- old_extractdirs = [os.path.join(self.cachedir, "artifacts", "extract"), os.path.join(self.cachedir, "extract")]
- for old_extractdir in old_extractdirs:
- if os.path.isdir(old_extractdir):
- shutil.rmtree(old_extractdir, ignore_errors=True)
+ old_extractdir = os.path.join(self.cachedir, "extract")
+ if os.path.isdir(old_extractdir):
+ shutil.rmtree(old_extractdir, ignore_errors=True)
# Load quota configuration
# We need to find the first existing directory in the path of our