mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
Updated configuration file
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
e3074c0daa
commit
aea515d43a
1 changed files with 26 additions and 6 deletions
|
@ -2,28 +2,48 @@ configs:
|
||||||
# OS architecture by default.
|
# OS architecture by default.
|
||||||
os_arch: x86_64
|
os_arch: x86_64
|
||||||
|
|
||||||
# All necessary paths.
|
# Tmp path for slpkg.
|
||||||
tmp_slpkg: /tmp/slpkg
|
tmp_slpkg: /tmp/slpkg
|
||||||
|
|
||||||
|
# Path for building source and the script
|
||||||
build_path: /tmp/slpkg/build
|
build_path: /tmp/slpkg/build
|
||||||
|
|
||||||
|
# This path working only with the command download.
|
||||||
download_only: /tmp/slpkg
|
download_only: /tmp/slpkg
|
||||||
|
|
||||||
|
# The path that the SLACKBUILDS.TXT file downloaded.
|
||||||
sbo_repo_path: /var/lib/slpkg/repository
|
sbo_repo_path: /var/lib/slpkg/repository
|
||||||
|
|
||||||
# Database name.
|
# The name of the database. Default name is 'database.slpkg'.
|
||||||
database: database.slpkg
|
database: database.slpkg
|
||||||
|
|
||||||
# SBo repository configs.
|
# Slackbuilds.org repository url.
|
||||||
sbo_repo_url: http://slackbuilds.org/slackbuilds/15.0
|
sbo_repo_url: http://slackbuilds.org/slackbuilds/15.0
|
||||||
|
|
||||||
|
# The sbo repository main file.
|
||||||
sbo_txt: SLACKBUILDS.TXT
|
sbo_txt: SLACKBUILDS.TXT
|
||||||
|
|
||||||
|
# The sbo tar suffix.
|
||||||
sbo_tar_suffix: .tar.gz
|
sbo_tar_suffix: .tar.gz
|
||||||
|
|
||||||
|
# The sbo repo tag.
|
||||||
sbo_repo_tag: _SBo
|
sbo_repo_tag: _SBo
|
||||||
|
|
||||||
# Slackware commands.
|
# Slackware install command. Alternative you can
|
||||||
|
# use 'installpkg', if you want.
|
||||||
installpkg: upgradepkg --install-new
|
installpkg: upgradepkg --install-new
|
||||||
|
|
||||||
|
# Upgrade or reinstall slackware command.
|
||||||
reinstall: upgradepkg --reinstall
|
reinstall: upgradepkg --reinstall
|
||||||
|
|
||||||
|
# Slackware command fro remove packages.
|
||||||
removepkg: removepkg
|
removepkg: removepkg
|
||||||
|
|
||||||
# Cli menu colors configs.
|
# Cli menu colors configs. Default is on. [on/off]
|
||||||
colors: on
|
colors: on
|
||||||
|
|
||||||
# Wget options.
|
# Wget downloader options.
|
||||||
|
# -c, --continue: resume getting a partially-downloaded file.
|
||||||
|
# -N, --timestamping: don't re-retrieve files unless newer
|
||||||
|
# than local.
|
||||||
wget_options: -c -N
|
wget_options: -c -N
|
||||||
|
|
Loading…
Add table
Reference in a new issue