summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2018-06-06 09:01:33 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2018-06-06 09:01:40 -0400
commitaddb17b18d50e1fccc67500c518163c87dae41c0 (patch)
tree4ff74153b7a07cf52a6473980891907091037efd /tools
parent39897200c14d8e54509cc7df38399deedd1d2229 (diff)
downloadcups-addb17b18d50e1fccc67500c518163c87dae41c0.tar.gz
Specify GPG signing user.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/makesrcdist2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/makesrcdist b/tools/makesrcdist
index e9966a6e9..ed7c05f56 100755
--- a/tools/makesrcdist
+++ b/tools/makesrcdist
@@ -105,7 +105,7 @@ tar czf $file cups-$version
if test $SIGNFILES = yes; then
echo Signing...
test -f $file.sig && rm -f $file.sig
- gpg --detach-sign $file
+ gpg --detach-sign -u security@cups.org $file
fi
echo Removing temporary files...