From 67e28fecc7e4a9b4845ea01f1988ac7f6a2a43e8 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Wed, 19 Oct 2022 21:18:25 +0300 Subject: [PATCH] Updated comments in .yml files Signed-off-by: Dimitris Zlatanidis --- configs/blacklist.yml | 4 +++- configs/slpkg.yml | 14 +++++++------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/configs/blacklist.yml b/configs/blacklist.yml index 348c014f..e85b367d 100644 --- a/configs/blacklist.yml +++ b/configs/blacklist.yml @@ -1,2 +1,4 @@ blacklist: - packages: [] + + # Add packages and separate them with commas. + packages: [] diff --git a/configs/slpkg.yml b/configs/slpkg.yml index 803f3301..889b3fc4 100644 --- a/configs/slpkg.yml +++ b/configs/slpkg.yml @@ -1,8 +1,8 @@ configs: - # OS architecture by default + # OS architecture by default. os_arch: x86_64 - # All necessary paths + # All necessary paths. tmp_path: /tmp tmp_slpkg: /tmp/slpkg build_path: /tmp/slpkg/build @@ -13,22 +13,22 @@ configs: sbo_repo_path: /var/lib/slpkg/repository log_packages: /var/log/packages - # Database name + # Database name. database: database.slpkg - # SBo repository configs + # SBo repository configs. sbo_repo_url: http://slackbuilds.org/slackbuilds/15.0 sbo_txt: SLACKBUILDS.TXT sbo_tar_suffix: .tar.gz sbo_repo_tag: _SBo - # Slackware commands + # Slackware commands. installpkg: upgradepkg --install-new reinstall: upgradepkg --reinstall removepkg: removepkg - # Cli menu colors configs + # Cli menu colors configs. colors: on - # Wget options + # Wget options. wget_options: -c -N