slpkg/docs/configuration/index.md

35 lines
629 B
Markdown
Raw Normal View History

2023-06-15 10:23:27 +03:00
# CONFIGURATION FILES
2023-06-12 20:38:47 +03:00
There are four configuration files.
2023-06-15 09:31:53 +03:00
## slpkg.toml
2023-06-15 08:41:44 +03:00
2023-06-12 20:38:47 +03:00
The general configuration file:
```
/etc/slpkg/slpkg.toml
General configuration of slpkg
```
2023-06-15 09:31:53 +03:00
## repositories.toml
2023-06-15 08:41:44 +03:00
2023-06-12 20:38:47 +03:00
The repositories configuration file that you can setting about repositories:
```
/etc/slpkg/repositories.toml
Repositories configuration
```
2023-06-15 09:31:53 +03:00
## blacklist.toml
2023-06-15 08:41:44 +03:00
2023-06-12 20:44:57 +03:00
In the blacklist configuration file, you can add packages to be ignored:
2023-06-12 20:38:47 +03:00
```
/etc/slpkg/blacklist.toml
Blacklist of packages
```
2023-06-15 09:31:53 +03:00
## rules.toml
2023-06-15 08:41:44 +03:00
2023-06-12 20:38:47 +03:00
The rules configuration is about to manage some specials files:
```
/etc/slpkg/rules.toml
Rules of packages.
```