xbps-query: replace -D --defrepo' option with
-R' and `--repository=url'.
The argument in `--repository' is optional, therefore must be specified with `=' to work. If no argument is specified, repository mode is enabled preserving the repository list of configuration file.
This commit is contained in:
15
NEWS
15
NEWS
@ -1,10 +1,19 @@
|
||||
xbps-0.26 (???):
|
||||
|
||||
* xbps-install(8): added support to specify multiple repositories with `-R'.
|
||||
* xbps-query(8): the `-D --defrepo' argument has been superseded by
|
||||
`-R --repository=<url>' argument.
|
||||
|
||||
* xbps-install(8): added support to specify multiple repositories with
|
||||
`--repository=<url>`. For consistency with `xbps-query(8)' use the same
|
||||
syntax as it were an optional argument.
|
||||
|
||||
This overrides the list of a configuration file.
|
||||
|
||||
* xbps-query(8: added support to specify multiple repositories with `-D'.
|
||||
This overrides the list of a configuration file.
|
||||
* xbps-query(8: added support to specify multiple repositories with
|
||||
`--repository=<url>`. This also enables repository mode; the argument is
|
||||
optional and can be used to specify desired repositories.
|
||||
|
||||
This overrides the repository list of a configuration file.
|
||||
|
||||
* Re-added all metadata package objects to the repository index, this avoids
|
||||
remote connections when querying packages from remote repositories. This also
|
||||
|
Reference in New Issue
Block a user