diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-01-12 22:27:04 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-01-12 22:27:04 +0000 |
commit | def1fa5301790963e7e7ae214a2df1c692f97005 (patch) | |
tree | 47be1c85884facf0bbed4d22a8a9e2fee904eb71 /src/backend/update.py | |
parent | e07a1e4959c34d70631b693f76af8163702c306a (diff) |
bugfix : https://bugs.redcorelinux.org/show_bug.cgi?id=132 && add manual cache cleaning optionv5.2301.0
Diffstat (limited to 'src/backend/update.py')
-rw-r--r-- | src/backend/update.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backend/update.py b/src/backend/update.py index 45d231e..82f66d4 100644 --- a/src/backend/update.py +++ b/src/backend/update.py @@ -12,7 +12,6 @@ import sisyphus.syncenv def syncAll(): - sisyphus.purgeenv.cache() sisyphus.syncenv.gentooRepo() sisyphus.syncenv.redcoreRepo() sisyphus.syncenv.portageConfigRepo() |