[pacman-dev] [PATCH] doc/repo-add: Add note on when signatures are added to the db
Signed-off-by: Olivier Brunel <i.am.jack.mail@gmail.com> --- It's probably obvious once you know it, but I wasn't sure of how that worked, and couldn't find mention of it anywhere. doc/repo-add.8.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/repo-add.8.txt b/doc/repo-add.8.txt index 80f5865..eb54e71 100644 --- a/doc/repo-add.8.txt +++ b/doc/repo-add.8.txt @@ -25,6 +25,10 @@ They also handle package deltas produced by linkman:pkgdelta[8]. delta file. Multiple packages and/or deltas to add can be specified on the command line. +If a matching ``.sig'' file is found alongside a package file, the signature +will automatically be embedded into the database, thus removing the need for the +``.sig'' file. + 'repo-remove' will update a package database by removing the package name or delta specified on the command line. Multiple packages and/or delta to remove can be specified on the command line. -- 1.8.3.4
On 05/08/13 23:46, Olivier Brunel wrote:
Signed-off-by: Olivier Brunel <i.am.jack.mail@gmail.com> --- It's probably obvious once you know it, but I wasn't sure of how that worked, and couldn't find mention of it anywhere.
doc/repo-add.8.txt | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/doc/repo-add.8.txt b/doc/repo-add.8.txt index 80f5865..eb54e71 100644 --- a/doc/repo-add.8.txt +++ b/doc/repo-add.8.txt @@ -25,6 +25,10 @@ They also handle package deltas produced by linkman:pkgdelta[8]. delta file. Multiple packages and/or deltas to add can be specified on the command line.
+If a matching ``.sig'' file is found alongside a package file, the signature +will automatically be embedded into the database, thus removing the need for the +``.sig'' file. +
Remove the ", thus removing the need..." and I will accept this. The .sig file is still useful.
'repo-remove' will update a package database by removing the package name or delta specified on the command line. Multiple packages and/or delta to remove can be specified on the command line.
Signed-off-by: Olivier Brunel <i.am.jack.mail@gmail.com> --- doc/repo-add.8.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/repo-add.8.txt b/doc/repo-add.8.txt index 80f5865..e51fadf 100644 --- a/doc/repo-add.8.txt +++ b/doc/repo-add.8.txt @@ -25,6 +25,9 @@ They also handle package deltas produced by linkman:pkgdelta[8]. delta file. Multiple packages and/or deltas to add can be specified on the command line. +If a matching ``.sig'' file is found alongside a package file, the signature +will automatically be embedded into the database. + 'repo-remove' will update a package database by removing the package name or delta specified on the command line. Multiple packages and/or delta to remove can be specified on the command line. -- 1.8.3.4
participants (2)
-
Allan McRae
-
Olivier Brunel