[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [Popcon-developers] Encrypted popcon submissions



On Thu, Jul 11, 2013 at 03:33:21PM +0200, Bill Allombert wrote:
> GPG=/usr/bin/gpg
> if [ "$ENCRYPT" = "yes" ] && [ -x "$GPG" ]; then
>   POPCONGPG="$POPCON.gpg"
>   rm -f "$POPCONGPG"
>   $GPG --no-default-keyring --keyring "$KEYRING" --trust-model=always \

I know you're using GnuPG 1.x here, but be aware that upstream has
removed the --keyring option in newer 2.x versions, so this will break
at some point in the future if GnuPG 2.x gets used.

-- 
brian m. carlson / brian with sandals: Houston, Texas, US
+1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only
OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187

Attachment: signature.asc
Description: Digital signature


Reply to: