feat: new config files
This commit is contained in:
parent
3902a6beaf
commit
d1882114c7
7 changed files with 71 additions and 2 deletions
3
pkgr/skel/etc/pkgr.d/repos.toml
Normal file
3
pkgr/skel/etc/pkgr.d/repos.toml
Normal file
|
@ -0,0 +1,3 @@
|
|||
[repo.main]
|
||||
name = "Main"
|
||||
url = "tcp://pkgs.ixvd.net:1050"
|
6
pkgr/skel/etc/pkgr.toml
Normal file
6
pkgr/skel/etc/pkgr.toml
Normal file
|
@ -0,0 +1,6 @@
|
|||
build_by_default = false
|
||||
tmp_dir = "/tmp/pkgr"
|
||||
|
||||
[storage]
|
||||
repo_file = "/etc/pkgr.d/repos.toml"
|
||||
data_dir = "/var/lib/pkgr/packages"
|
Loading…
Add table
Add a link
Reference in a new issue