On Sun, Nov 17, 2013 at 08:31:04PM -0500, Yaroslav Halchenko wrote:
> > Send them to me after deanonymization, and I see to decrypt them.

Sigh. I meant 'anonymization'.

> > > indeed -- a good idea!  Should I try to elaborate such a patch or you
> > > are on top of it?
> 
> > Do you need debconf preseeding support ?
> 
> ATM not -- we just 'patch' (yes yes -- cruel)
> /etc/popularity-contest.conf to add our submission server to the
> SUBMITURLS variable.

Well, then you can as well patch it to change KEYRING and POPCONKEY.
You can also patch cron.daily if it is need.

I am considering simply replacing
  $GPG --batch --no-options --no-default-keyring --trust-model=always \
       --homedir "$GPGHOME" --keyring "$KEYRING" --quiet \
       --armor -o "$POPCONGPG" -r "$POPCONKEY" --encrypt "$POPCON"
by
  $GPG --batch --no-options --no-default-keyring --trust-model=always \
       --homedir "$GPGHOME" --keyring $KEYRING --quiet \
       --armor -o "$POPCONGPG" -r $POPCONKEY --encrypt "$POPCON"

(i.e. removing the ")

So you will be able to do
KEYRING="/usr/share/popularity-contest/debian-popcon.gpg --keyring 
neurodebian-popcon.gpg"
POPCONKEY="6672B9765BDF38A3 -r D41D8CD98F00B204E"

Better suggestions ?

Cheers,
-- 
Bill. <ballo...@debian.org>

Imagine a large red swirl here. 


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to