[manjaro-tools.conf] simplify cache dir settings

This commit is contained in:
udeved 2015-01-12 01:07:44 +01:00
parent f1f26c510e
commit 6317c937eb

View file

@ -8,19 +8,18 @@
# unset defaults to given value
# arch=$(uname -m)
# cache dir where buildpkg or buildiso cache packages
# cache_dir=/var/cache/manjaro-tools
################################################
########### manjaro-tools buildpkg #############
################################################
# path to sets
# uncomment if you use a user manjaro-tools.conf
# custom path to sets
# profiledir=/etc/manjaro-tools/sets
# default chroot path
# chroots=/srv/manjarobuild
# pkg cache where to move built pkgs
# pkg_dir=/var/cache/manjaro-tools
# chroots=/opt/buildpkg
# default set; name without .set extension
# profile=default
@ -38,26 +37,18 @@
################################################
# default work dir
# if unset, it defaults to the iso config dir
# work_dir=/srv/manjaroiso
# work_dir=/opt/buildiso
# default iso target dir
# if unset, it defaults to the iso config dir
# target_dir=/srv/manjaro-release-iso
# use custom cache, accessible with buildiso <args> -L
# cache_lng=/var/cache/manjaro-tools/lng
# use custom cache, accessible with buildiso <args> -P
# cache_pkgs=/var/cache/manjaro-tools/pkgs
# target_dir=/opt/manjaro-iso
################ iso settings ################
# unset defaults to given value
# iso_label="MJRO0811"
# iso_label="MJRO090"
# unset defaults to given value
# iso_version=0.8.11
# iso_version=0.9.0
# unset defaults to given value
# manjaro_kernel="linux317"