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 CCD8A13877A for ; Sun, 15 Jun 2014 19:18:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65B7AE0BC9; Sun, 15 Jun 2014 19:18:15 +0000 (UTC) Received: from mail-la0-f44.google.com (mail-la0-f44.google.com [209.85.215.44]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 322AEE0AAC; Sun, 15 Jun 2014 19:18:13 +0000 (UTC) Received: by mail-la0-f44.google.com with SMTP id ty20so457466lab.17 for ; Sun, 15 Jun 2014 12:18:12 -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=WEvytP/TzCwlTWPvHSGlf9fZ/a9dLeCiHEDuUweoNdE=; b=I2QqljAWpgwVelZqCuiGW2vnHVKmHcFTlO9sd4R/9W0PJHY3oThMToFIHlBtks4i+8 QNGl6VKnZg6Q+cXCjS2DLIRCNC4Cbcc4pN/XsdPJfQ+/7vf4CtLi/VVe4s3eB6ZY62Db t3ShM+52V6cKN4GWWwhiCBcFnEVXMdoukuQK76WEacpKLyhLc8GLtOprbbuIzVG+/GT7 buwq65LJry/chhtjMKcFH1mNffwgQOL2ys1R+d17TF+keFY9U56BImhGBZq5CXAe0g/0 jBwqfil1gT38YN/Uhb7J5zMuihPDHd2/HtZyoC3bHi8NLriJRWCfhMGFdLV3/UmUEXyK +KvA== 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.112.124.204 with SMTP id mk12mr4137lbb.101.1402859892508; Sun, 15 Jun 2014 12:18:12 -0700 (PDT) Sender: dastergon@gmail.com Received: by 10.112.28.74 with HTTP; Sun, 15 Jun 2014 12:18:12 -0700 (PDT) Date: Sun, 15 Jun 2014 22:18:12 +0300 X-Google-Sender-Auth: f72g7n6d5W3Xi2tWs6MG0uOcHSg Message-ID: Subject: [gentoo-keys] Gentoo Keys: Expansion and improvements -- weekly report #4 From: Pavlos Ratis To: gentoo-soc@lists.gentoo.org, gentoo-keys@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: e7ee1b65-7481-46ed-903c-3dbf166fe0c6 X-Archives-Hash: ed6c02017f2e6b39af7f64207892e03f 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 #4 ======= Status: on schedule Tasks done: * Refactor gkeys and gkeyldap * code clean up * move some actions behind seed handler * add more docstrings * improvements in argument parser Goals for the next week: * Final fixes in seed file format. * Final improvements in list/add/delete key actions. Best regards, Pavlos Ratis