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:
Juan RP
2013-09-18 17:13:43 +02:00
parent 2e5501b1a6
commit 27db8e89c4
5 changed files with 38 additions and 23 deletions

15
NEWS
View File

@ -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