Updated comments in .yml files

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2022-10-19 21:18:25 +03:00
parent 40657212af
commit 67e28fecc7
2 changed files with 10 additions and 8 deletions

View file

@ -1,2 +1,4 @@
blacklist: blacklist:
# Add packages and separate them with commas.
packages: [] packages: []

View file

@ -1,8 +1,8 @@
configs: configs:
# OS architecture by default # OS architecture by default.
os_arch: x86_64 os_arch: x86_64
# All necessary paths # All necessary paths.
tmp_path: /tmp tmp_path: /tmp
tmp_slpkg: /tmp/slpkg tmp_slpkg: /tmp/slpkg
build_path: /tmp/slpkg/build build_path: /tmp/slpkg/build
@ -13,22 +13,22 @@ configs:
sbo_repo_path: /var/lib/slpkg/repository sbo_repo_path: /var/lib/slpkg/repository
log_packages: /var/log/packages log_packages: /var/log/packages
# Database name # Database name.
database: database.slpkg database: database.slpkg
# SBo repository configs # SBo repository configs.
sbo_repo_url: http://slackbuilds.org/slackbuilds/15.0 sbo_repo_url: http://slackbuilds.org/slackbuilds/15.0
sbo_txt: SLACKBUILDS.TXT sbo_txt: SLACKBUILDS.TXT
sbo_tar_suffix: .tar.gz sbo_tar_suffix: .tar.gz
sbo_repo_tag: _SBo sbo_repo_tag: _SBo
# Slackware commands # Slackware commands.
installpkg: upgradepkg --install-new installpkg: upgradepkg --install-new
reinstall: upgradepkg --reinstall reinstall: upgradepkg --reinstall
removepkg: removepkg removepkg: removepkg
# Cli menu colors configs # Cli menu colors configs.
colors: on colors: on
# Wget options # Wget options.
wget_options: -c -N wget_options: -c -N