]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Specify GPG signing user.
authorMichael R Sweet <michael.r.sweet@gmail.com>
Wed, 6 Jun 2018 13:01:33 +0000 (09:01 -0400)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Wed, 6 Jun 2018 13:01:40 +0000 (09:01 -0400)
tools/makesrcdist

index e9966a6e92d3ba5863d382acd33c0fa553df2b25..ed7c05f56e0a8694f493d07723609b080e7c10de 100755 (executable)
@@ -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...