xbps-rindex.8: improve -s --sign mode.
This commit is contained in:
parent
70d5cea79c
commit
c8d91348a1
@ -1,4 +1,4 @@
|
|||||||
.Dd November 29, 2014
|
.Dd December 6, 2014
|
||||||
.Dt XBPS-RINDEX 8
|
.Dt XBPS-RINDEX 8
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
.Nm xbps-rindex
|
.Nm xbps-rindex
|
||||||
@ -52,11 +52,12 @@ Packages that are not currently registered in repository's index will
|
|||||||
be removed (out of date, invalid archives, etc).
|
be removed (out of date, invalid archives, etc).
|
||||||
Absolute path to the local repository is expected.
|
Absolute path to the local repository is expected.
|
||||||
.It Sy -s, --sign Ar /path/to/repository
|
.It Sy -s, --sign Ar /path/to/repository
|
||||||
Signs a repository with your specified RSA key. If
|
Signs all binary packages stored in repository with your specified RSA key. If
|
||||||
.Fl --privkey
|
.Fl --privkey
|
||||||
argument not set, it defaults to
|
argument not set, it defaults to
|
||||||
.Sy ~/.ssh/id_rsa .
|
.Sy ~/.ssh/id_rsa .
|
||||||
Absolute path to the local repository is expected.
|
Absolute path to the local repository is expected. Only binary packages that
|
||||||
|
have not been signed are processed.
|
||||||
.El
|
.El
|
||||||
.Sh ENVIRONMENT
|
.Sh ENVIRONMENT
|
||||||
.Bl -tag -width XBPS_TARGET_ARCH
|
.Bl -tag -width XBPS_TARGET_ARCH
|
||||||
|
Loading…
Reference in New Issue
Block a user