Merge pull request #142 from Gottox/sign-doc
document that remote repositories must be signed.
This commit is contained in:
commit
0a5f86e772
@ -99,7 +99,9 @@ than looking in the target root directory.
|
|||||||
Appends the specified repository to the top of the list. The
|
Appends the specified repository to the top of the list. The
|
||||||
.Ar url
|
.Ar url
|
||||||
argument expects a URL to the repository for remote repositories or
|
argument expects a URL to the repository for remote repositories or
|
||||||
a path for local repositories.
|
a path for local repositories. Note that remote repositories must be signed
|
||||||
|
using
|
||||||
|
.Xr xbps-rindex 1 .
|
||||||
This option can be specified multiple times.
|
This option can be specified multiple times.
|
||||||
.It Fl r, Fl -rootdir Ar dir
|
.It Fl r, Fl -rootdir Ar dir
|
||||||
Specifies a full path for the target root directory.
|
Specifies a full path for the target root directory.
|
||||||
|
@ -83,7 +83,9 @@ than looking in the target root directory.
|
|||||||
Appends the specified repository to the top of the list. The
|
Appends the specified repository to the top of the list. The
|
||||||
.Ar url
|
.Ar url
|
||||||
argument expects a URL to the repository for remote repositories or
|
argument expects a URL to the repository for remote repositories or
|
||||||
a path for local repositories.
|
a path for local repositories. Note that remote repositories must be signed
|
||||||
|
using
|
||||||
|
.Xr xbps-rindex 1 .
|
||||||
This option can be specified multiple times.
|
This option can be specified multiple times.
|
||||||
.It Fl -regex
|
.It Fl -regex
|
||||||
Enables string matching by using Extended Regular Expressions in compatible modes,
|
Enables string matching by using Extended Regular Expressions in compatible modes,
|
||||||
|
@ -74,7 +74,10 @@ Declares a package repository. The
|
|||||||
argument accepts local and remote repositories.
|
argument accepts local and remote repositories.
|
||||||
A complete url or absolute path to the directory that stores the
|
A complete url or absolute path to the directory that stores the
|
||||||
.Em <arch>-repodata
|
.Em <arch>-repodata
|
||||||
archive is expected, example:
|
archive is expected.
|
||||||
|
Note that remote repositories must be signed using
|
||||||
|
.Xr xbps-rindex 1 ,
|
||||||
|
example:
|
||||||
.Pp
|
.Pp
|
||||||
.Bl -tag -compact -width repository=http://repo.voidlinux.eu/current
|
.Bl -tag -compact -width repository=http://repo.voidlinux.eu/current
|
||||||
.It Sy repository=http://repo.voidlinux.eu/current
|
.It Sy repository=http://repo.voidlinux.eu/current
|
||||||
|
Loading…
Reference in New Issue
Block a user