Update for comments

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2024-06-02 12:19:27 +03:00
parent f72fbb8d0d
commit 55c133db74

View file

@ -40,12 +40,12 @@ VIEW_MISSING_DEPS = true
# There are two different methods to choose when you want to upgrade
# your installed packages, "version" method and "package" method.
# With the "version" method, it will compare the version and the
# build number of the packages following the semantic versioning,
# and with the "package" method it will compare the whole package
# between installed and repository and this means it will suggest
# also downgrades if the installed package is newer than the
# repository package. Default is false. [true/false]
# With the "version" method (it is by default), it will compare
# the version and the build number of the packages following the
# semantic versioning, and with the "package" method it will compare
# for different package between installed and repository and this
# means it will suggest also downgrades if the installed package
# is newer than the repository package. Default is false. [true/false]
PACKAGE_METHOD = false
# Delete downloaded sources after build or install packages.