diff options
| author | huker667 <huker@tuta.io> | 2026-08-11 18:58:45 +0300 |
|---|---|---|
| committer | huker667 <huker@tuta.io> | 2026-08-11 18:58:45 +0300 |
| commit | d6ebd95cbdbd98b959e52122f2924621b510d291 (patch) | |
| tree | a8a176a2c7186d2a99b2c214a2f6a4aa9af95c0c /config/paths.go | |
| parent | 22359129afeef78e0fcd56e62586819c06950846 (diff) | |
| download | qulay-main.tar.gz qulay-main.tar.bz2 qulay-main.zip | |
Diffstat (limited to 'config/paths.go')
| -rw-r--r-- | config/paths.go | 5 |
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" |