diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-02-18 12:23:51 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-02-18 12:23:51 +0000 |
commit | 13c75baf1d8beca2dfa38bcec98e724fb4cc9d16 (patch) | |
tree | 381ab2dbd7cf285411009e1a4c3cda81dabc44f6 | |
parent | 9c12f18bba7d38db5c38bb6f756d39305e20828c (diff) |
looks like we reintroduced this after eliminating it in commit 5ef298d50edc3c2d7f90150afd3a711a8c3cae68v5.2302.0
-rw-r--r-- | src/backend/setbranch.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backend/setbranch.py b/src/backend/setbranch.py index 08c303b..0bb25c6 100644 --- a/src/backend/setbranch.py +++ b/src/backend/setbranch.py @@ -92,7 +92,6 @@ def giveWarning(branch, remote): def start(branch, remote): if sisyphus.checkenv.root(): sisyphus.purgeenv.branch() - sisyphus.purgeenv.cache() sisyphus.purgeenv.metadata() injectGentooRepo(branch, remote) injectRedcoreRepo(branch, remote) |