summaryrefslogtreecommitdiff
path: root/config/paths.go
diff options
context:
space:
mode:
Diffstat (limited to 'config/paths.go')
-rw-r--r--config/paths.go5
1 files changed, 4 insertions, 1 deletions
diff --git a/config/paths.go b/config/paths.go
index ff3b927..d4ffcbd 100644
--- a/config/paths.go
+++ b/config/paths.go
@@ -1,5 +1,8 @@
package paths
-const ReposUrlsFile = "etc/qulay/repositories"
+const ReposConfigDir = "etc/qulay/repos/"
const ReposDir = "var/lib/qulay/repos/"
const InstalledFile = "var/lib/qulay/installed"
+const BuiltDir = "var/lib/qulay/built/"
+const FilesDir = "var/lib/qulay/files/"
+const BuildConfigFile = "etc/qulay/build"