mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-16 07:47:35 +01:00
Update for comments
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
f72fbb8d0d
commit
55c133db74
1 changed files with 6 additions and 6 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue