mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-16 07:47:35 +01:00
Added configs folder
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
b30132eaec
commit
e1b2f27f1c
2 changed files with 24 additions and 0 deletions
2
configs/blacklist.yml
Normal file
2
configs/blacklist.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
blacklist:
|
||||
packages: []
|
22
configs/slpkg.yml
Normal file
22
configs/slpkg.yml
Normal file
|
@ -0,0 +1,22 @@
|
|||
configs:
|
||||
os_arch: x86_64
|
||||
tmp_path: /tmp
|
||||
tmp_slpkg: /tmp/slpkg
|
||||
build_path: /tmp/slpkg/build
|
||||
lib_path: /var/lib/slpkg
|
||||
etc_path: /etc/slpkg
|
||||
db_path: /var/lib/slpkg/database
|
||||
sbo_repo_path: /var/lib/slpkg/repository
|
||||
log_packages: /var/log/packages
|
||||
database: database.slpkg
|
||||
repo_version: 15.0
|
||||
sbo_url: http://slackbuilds.org/slackbuilds/15.0
|
||||
sbo_txt: SLACKBUILDS.TXT
|
||||
tar_suffix: .tar.gz
|
||||
pkg_suffix: .tgz
|
||||
repo_tag: _SBo
|
||||
installpkg: upgradepkg --install-new
|
||||
reinstall: upgradepkg --reinstall
|
||||
removepkg: removepkg
|
||||
colors: on
|
||||
wget_options: -c -N
|
Loading…
Reference in a new issue