mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-09 17:24:47 +01:00
35 lines
No EOL
629 B
Markdown
35 lines
No EOL
629 B
Markdown
# CONFIGURATION FILES
|
|
|
|
There are four configuration files.
|
|
|
|
## slpkg.toml
|
|
|
|
The general configuration file:
|
|
```
|
|
/etc/slpkg/slpkg.toml
|
|
General configuration of slpkg
|
|
```
|
|
|
|
## repositories.toml
|
|
|
|
The repositories configuration file that you can setting about repositories:
|
|
```
|
|
/etc/slpkg/repositories.toml
|
|
Repositories configuration
|
|
```
|
|
|
|
## blacklist.toml
|
|
|
|
In the blacklist configuration file, you can add packages to be ignored:
|
|
```
|
|
/etc/slpkg/blacklist.toml
|
|
Blacklist of packages
|
|
```
|
|
|
|
## rules.toml
|
|
|
|
The rules configuration is about to manage some specials files:
|
|
```
|
|
/etc/slpkg/rules.toml
|
|
Rules of packages.
|
|
``` |