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:
Juan RP
2013-12-04 16:59:15 +01:00
parent d98468515a
commit 4403caa434
4 changed files with 18 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
.Dd October 12, 2013
.Dd December 4, 2013
.Os Void Linux
.Dt xbps-install 8
.Sh NAME
@@ -70,8 +70,7 @@ Show the help usage.
.It Fl n, Fl -dry-run
Dry-run mode. Show what actions would be done but don't do anything.
.It Fl R, Fl -repository=uri
Repository to be added to the list. Multiple repositories can be specified. This repository
list overrides the list in a configuration file.
Repository to be added 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 S, Fl -sync