[kup] 02/18: Use --armor as well in the examples
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 dc5297492d7b73ec538dbd35d5d8ea006c207e19
Author: Konstantin Ryabitsev <mricon at kernel.org>
Date: Wed May 8 16:45:13 2013 -0400
Use --armor as well in the examples
It's not really necessary, since binary signatures will work as well,
but for consistency's sake let's use armo(u)red signatures across the
board.
---
kup.1 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kup.1 b/kup.1
index 08cda8d..509deac 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 --detach-sign foolib-1.0.tar
+gpg --detach-sign --armor 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 --detach-sign foolib-1.0.tar
+gpg --detach-sign --armor 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