Shell wildcard patterns can now be used in the PackagesOnHold option.
This commit is contained in:
+3
-4
@@ -55,11 +55,10 @@ repositories = {
|
||||
# Packages on hold.
|
||||
#
|
||||
# Packages that are put on hold won't be updated even if there is a
|
||||
# newer version in repository pool.
|
||||
# newer version in repository pool. Package names and shell wildcards
|
||||
# can be specified.
|
||||
#
|
||||
# This expects package names and separated by commas.
|
||||
#
|
||||
#PackagesOnHold = { glibc, xbps }
|
||||
#PackagesOnHold = { "glibc-*" }
|
||||
|
||||
# Virtual packages.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user