xbps-rindex(8): added -v --verbose option (mainly for -r mode).

This commit is contained in:
Juan RP
2013-10-10 10:43:01 +02:00
parent a5ecaa493f
commit c91050fc35
3 changed files with 13 additions and 4 deletions

4
NEWS
View File

@@ -1,5 +1,7 @@
xbps-0.27 (???):
* xbps-rindex(8): added -v --verbose option.
* xbps-rindex(8): -c --clean mode has been removed. Generating a local repository
is almost as fast as cleaning up the repository data.
@@ -8,7 +10,7 @@ xbps-0.27 (???):
* Support for RSA signed repositories. A repository can be signed with your
preferred RSA key (any ssh key works) as follows:
$ xbps-rindex -s --signedby "foobar <foo@bar>" --privkey /priv/key /path/to/repo
$ xbps-rindex --sign --signedby "foobar <foo@bar>" --privkey /priv/key /path/to/repo
Public keys must be imported before using a remote signed repository thru
the xbps-rkeys(8) utility: