Bug#714918: will silently not encrypt submissions if gpg is not available

2013-07-05 Thread Bill Allombert
On Thu, Jul 04, 2013 at 11:26:40AM +0200, Ansgar Burchardt wrote: > Package: popularity-contest > Version: 1.58 > Severity: normal > > >From /etc/cron.daily/popularity-contest: > > if [ "$ENCRYPT" = "yes" ] && [ -x "$GPG" ]; then > > This will make popcon silently not encrypt submissions shoul

Bug#714918: will silently not encrypt submissions if gpg is not available

2013-07-04 Thread Ansgar Burchardt
Package: popularity-contest Version: 1.58 Severity: normal >From /etc/cron.daily/popularity-contest: if [ "$ENCRYPT" = "yes" ] && [ -x "$GPG" ]; then This will make popcon silently not encrypt submissions should gpg not be available. That's fine if you asked popcon to encrypt submissions if po