etc/defaults.conf: add XBPS_UPDATE_CHECK_VERBOSE

closes #38076
This commit is contained in:
classabbyamp 2022-08-01 21:34:27 -04:00 committed by Piotr
parent 4033dfc399
commit 93bf159ce1
1 changed files with 6 additions and 0 deletions

View File

@ -158,3 +158,9 @@ XBPS_SUCMD="sudo /bin/sh -c"
# When unset, newly build package overwrites the older one.
#
#XBPS_PRESERVE_PKGS=yes
# [OPTIONAL]
# Show more detailed output in ./xbps-src update-check. Useful for debugging.
# This can also be set or exported as a regular environment variable.
#
#XBPS_UPDATE_CHECK_VERBOSE=yes