Add repos set in xbps_handle::repositories to the top of the list.
That means that now xbps-install(8) and xbps-query(8) --repository option does not override the repository list of a configuration file.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
.Dd October 12, 2013
|
||||
.Dd December 4, 2013
|
||||
.Os Void Linux
|
||||
.Dt xbps-query 8
|
||||
.Sh NAME
|
||||
@ -62,9 +62,8 @@ Show the help usage.
|
||||
Enable repository mode. This mode explicitly looks in repositories, rather
|
||||
than looking in the target root directory. The
|
||||
.Ar url
|
||||
argument is optional and can be used to add the repository to the list,
|
||||
overriding the repository list of a configuration file. Multiple repositories
|
||||
can be specified.
|
||||
argument is optional and can be used to add the repository to the top of the list.
|
||||
This option can be specified multiple times.
|
||||
.It Fl r, Fl -rootdir Ar dir
|
||||
Specifies a full path for the target root directory.
|
||||
.It Fl v, Fl -verbose
|
||||
@ -110,6 +109,9 @@ Such packages won't be updated automatically.
|
||||
Lists repositories and the number of packages contained on them. If a repository is not
|
||||
available the number of packages will be
|
||||
.Sy -1 .
|
||||
The
|
||||
.Fl v
|
||||
option can be used to show more detailed information of remote repositories.
|
||||
.It Fl m, Fl -list-manual-pkgs
|
||||
Lists registered packages in the package database (pkgdb) that were installed
|
||||
manually by the user (i.e not as dependency of any package).
|
||||
|
Reference in New Issue
Block a user