]> 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:02:08 +0000 (09:02 -0400)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Wed, 6 Jun 2018 13:02:08 +0000 (09:02 -0400)
tools/makesrcdist

index 7ce1e589d7b8da35b12490eb580453faa406ff0c..2521b03cd73c578584da5db8f2d38abd7eae4a1c 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...