[kup] 01/18: It's not --clearsign, but --detach-sign

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Sun Apr 9 02:47:29 UTC 2017


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch master
in repository kup.

commit a01ccc54170d733fde1abc95368b50615210701e
Author: Konstantin Ryabitsev <mricon at kernel.org>
Date:   Tue May 7 15:18:30 2013 -0400

    It's not --clearsign, but --detach-sign
    
    Fix confusing example.
---
 kup.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kup.1 b/kup.1
index 35eeb1b..08cda8d 100644
--- a/kup.1
+++ b/kup.1
@@ -161,7 +161,7 @@ Generate a tarball locally, sign it, compress it, and upload it into /pub/foolib
 .RS
 .nf
 git archive --format=tar --prefix=foolib-1.0/ -o foolib-1.0.tar v1.0
-gpg --clearsign foolib-1.0.tar
+gpg --detach-sign foolib-1.0.tar
 bzip2 -9 foolib-1.0.tar
 kup put foolib-1.0.tar.bz2 foolib-1.0.tar.asc /pub/foolib/foolib-1.0.tar.bz2
 .fi
@@ -174,7 +174,7 @@ results in /pub/foolib:
 .RS
 .nf
 git archive --format=tar --prefix=foolib-1.0/ -o foolib-1.0.tar v1.0
-gpg --clearsign foolib-1.0.tar
+gpg --detach-sign foolib-1.0.tar
 kup put --tar --prefix=foolib-1.0/ /repos/foolib.git v1.0 foolib-1.0.tar.asc /pub/foolib/foolib-1.0.tar.gz
 .fi
 .RE

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/kup.git



More information about the Kernel-svn-changes mailing list