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