summaryrefslogtreecommitdiff
path: root/lib/spack/spack/paths.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/spack/spack/paths.py')
-rw-r--r--lib/spack/spack/paths.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/spack/spack/paths.py b/lib/spack/spack/paths.py
index 76eb9dfdac..627be54bd7 100644
--- a/lib/spack/spack/paths.py
+++ b/lib/spack/spack/paths.py
@@ -56,6 +56,9 @@ user_bootstrap_path = os.path.join(user_config_path, 'bootstrap')
reports_path = os.path.join(user_config_path, "reports")
monitor_path = os.path.join(reports_path, "monitor")
+# We cache repositories (git) in first, extracted metadata in second
+user_repos_cache_path = os.path.join(user_config_path, 'git_repos')
+
opt_path = os.path.join(prefix, "opt")
etc_path = os.path.join(prefix, "etc")
system_etc_path = '/etc'