All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab@s-opensource.com>
To: Hans Verkuil <hverkuil@xs4all.nl>
Cc: Linux Media Mailing List <linux-media@vger.kernel.org>
Subject: Re: [ANN] Agenda (v2) for the media mini-summit on Friday Oct 27 in Prague
Date: Mon, 30 Oct 2017 07:12:45 -0200	[thread overview]
Message-ID: <20171030071238.711e55ae@vela.lan> (raw)
In-Reply-To: <4361603d-7c2c-6362-662a-646ee138619c@xs4all.nl>

Em Fri, 20 Oct 2017 13:17:31 +0200
Hans Verkuil <hverkuil@xs4all.nl> escreveu:

> Hi all,
> 
> We are organizing a media mini-summit on Friday October 27 in Prague, co-located
> with the ELCE conference:

For those that were at our gpg sign party, don't forget to sign the
keys :-)

The way I did was to place all keys that were exchanged there at the key
party into a file named keys.txt (except for my own key). Then, I ran this
small script to import the keys to my keychain, sign them and send back to
the key server:

$ for i in $(cat keys.txt |sed 's, ,,g'); do if [ "$(gpg --list-sig $i|grep "my@address")" == "" ]; then echo $i; gpg --recv-keys $i; gpg --sign-key $i; gpg --send-keys $i; fi; done

PS.: don't forget to replace "my@address" to the email address you
use for sign keys.

Regard


Cheers,
Mauro

      reply	other threads:[~2017-10-30  9:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-20 11:17 [ANN] Agenda (v2) for the media mini-summit on Friday Oct 27 in Prague Hans Verkuil
2017-10-30  9:12 ` Mauro Carvalho Chehab [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171030071238.711e55ae@vela.lan \
    --to=mchehab@s-opensource.com \
    --cc=hverkuil@xs4all.nl \
    --cc=linux-media@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.