Remove PackagesOnHold from xbps.conf; use xbps-pkgdb -m hold|unhold instead.

To put a package on hold mode:
	$ xbps-pkgdb -m hold foo

To unhold the package:
	$ xbps-pkgdb -m unhold foo

To list packages on hold mode:
	$ xbps-query -H

This also close #12 from github.
This commit is contained in:
Juan RP
2013-08-12 14:46:54 +02:00
parent 9c9d5b58dd
commit 776b94e6bc
11 changed files with 96 additions and 60 deletions

View File

@@ -41,15 +41,6 @@ repositories = {
#http://xbps.nopcode.org/repos/current/nonfree
}
# Packages on hold.
#
# Packages that are put on hold won't be updated when running a full
# system upgrade, these packages must be updated manually.
#
# Package names and shell wildcards can be specified.
#
#PackagesOnHold = { "glibc-*" }
# Virtual packages.
#
# The following syntax is used: