summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-06-08 17:03:17 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-06-08 17:03:17 +0100
commit5ef298d50edc3c2d7f90150afd3a711a8c3cae68 (patch)
treed414543f8224af130c332d3989cec646e60cbd59
parent74ab4e42aa24eea172cd03c6fa4c15250fff4a48 (diff)
backend : leave the package cache alone while switching branches
-rw-r--r--src/backend/branchsetup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backend/branchsetup.py b/src/backend/branchsetup.py
index 2b12c3d..4ac3b84 100644
--- a/src/backend/branchsetup.py
+++ b/src/backend/branchsetup.py
@@ -83,7 +83,6 @@ def warnAboutBinaryRepository(branch,remote):
def start(branch,remote):
if sisyphus.check.root():
sisyphus.purge.branch()
- sisyphus.purge.cache()
sisyphus.purge.metadata()
injectGentooPortageTree(branch,remote)
injectRedcoreEbuildOverlay(branch,remote)