From 8d3a83a20a57cd505b2f98a542903a3aee0c2b45 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 29 Apr 2018 12:57:33 +0200 Subject: Change sibs cache directory to standard one, remove library archive when it has been extracted --- src/Package.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Package.cpp') diff --git a/src/Package.cpp b/src/Package.cpp index a2aaf52..f87da86 100644 --- a/src/Package.cpp +++ b/src/Package.cpp @@ -87,7 +87,7 @@ namespace sibs } // TODO: Always downloading is fine right now because the package list is small. This should later be modified to use local cache. - // The package file should be stored locally (at ~/.sibs/packages.json) and the version file should also be stored. + // The package file should be stored locally (at ~/.cache/sibs/packages.json) and the version file should also be stored. // First we check if the version is incorrect and if it, we download the new packages.json file. // We should only check if the package list is up to date once every 10 minute or so (make it configurable in a config file?) // to improve build performance and reduce server load. -- cgit v1.2.3