From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 23EF71381FA for ; Sun, 1 Jun 2014 19:21:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6894E09AF; Sun, 1 Jun 2014 19:21:03 +0000 (UTC) Received: from mail-la0-f54.google.com (mail-la0-f54.google.com [209.85.215.54]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A673DE09A9; Sun, 1 Jun 2014 19:21:02 +0000 (UTC) Received: by mail-la0-f54.google.com with SMTP id pv20so2105373lab.13 for ; Sun, 01 Jun 2014 12:21:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=kKPZWOPBbFkM939z2mZK8bQ9+a2DFraQzRGQy1WUyPY=; b=SB73poE31b7cnc1mHWYFd5VAC3/8dnPm3tH00beCeShf3jCn1Cqcluy7VOZoTzzmyK WS8sE7lGoTKGx4EudeglQ7Noxh3WWe9qZx5KNn3UsvQRaY9vJd+3BONYDhIdQpoJhMtI epu8I4EMVaQUAHXunH2DrqYVXmv2QqcIZIarDo5nGdXIC3swYoH3+3njFUT0G1S3L26q TjKzjjaRSs6FkJyASeM+Y36xK1QJGdIoufWPn1HnWLRJmXK8C42rKacfQn7mugD/tAsI bjpG/kYy5vcaD+ryLU6VuExT5WZd9aElJr4Qf+dldgtgkVmEBGydI1+9QHGZmQeIuImu 2z+w== Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: List to discuss signing and verification of the Gentoo Tree. X-BeenThere: gentoo-keys@gentoo.org X-BeenThere: gentoo-keys@lists.gentoo.org MIME-Version: 1.0 X-Received: by 10.152.20.194 with SMTP id p2mr24764925lae.13.1401650460884; Sun, 01 Jun 2014 12:21:00 -0700 (PDT) Sender: dastergon@gmail.com Received: by 10.112.28.74 with HTTP; Sun, 1 Jun 2014 12:21:00 -0700 (PDT) Date: Sun, 1 Jun 2014 22:21:00 +0300 X-Google-Sender-Auth: fVWBqFNe5k1qGhSjARB6wNxhshw Message-ID: Subject: [gentoo-keys] Gentoo Keys: Expansion and improvements -- weekly report #2 From: Pavlos Ratis To: gentoo-soc@lists.gentoo.org, gentoo-keys@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: d8463a22-8dbd-439f-827f-a7773bf1c5dc X-Archives-Hash: 7aa58a1b71d0c5f2febcf4729015e3b4 Hello, This year I am working on improving and expanding the features of Gentoo Keys. Gentoo Keys is a Python based project that aims to manage the GPG keys used for validation on users and Gentoo's infrastructure servers. These keys will be any/all of the release keys, developer keys and any other third party keys or keyrings available or needed. Source code: https://github.com/gentoo/gentoo-keys Week #2 ======= Status: on schedule Tasks done: * Seed fetch handling support via ssl-fetch. * Pretty print function for human-readable GKEY results. * Fixes that raised in the 3rd party libs( pyGPG, ssl-fetch ). * Meeting for the GLEP 63 GPG key template system. * General improvements. Goals for the next week: * Expand key actions * Continue GPG key creation template system. * Create automation script for generating seeds. Best regards, Pavlos Ratis