From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4B8BE138334 for ; Sat, 29 Sep 2018 13:30:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA0FDE0995; Sat, 29 Sep 2018 13:30:06 +0000 (UTC) Received: from mail-pg1-f171.google.com (mail-pg1-f171.google.com [209.85.215.171]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 820C1E0967 for ; Sat, 29 Sep 2018 13:30:06 +0000 (UTC) Received: by mail-pg1-f171.google.com with SMTP id b129-v6so6372255pga.13 for ; Sat, 29 Sep 2018 06:30:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=19/8MXel0dibz86ZJOfoiLgdOkdbqLfSGVHZclMXrdc=; b=mEH2eL0L8ef2f19VbnVbMWVsg/u8XYVBiab5oqPdtIbO7SElz+yJ8tGhA2Q81SP6t0 WT0U+CaUyyFQMCOyWki16raJHRDWk6VsjsCRqwYiqAY+C2BoCixU1/ZqgUmr6M6iwi1P FE4FJXPyl0Ld/06d0kePQlSbJrLoFIQVBigWNqCjT4+0KFRjDwSCNb3speTwf1w2+TSP JY36oiw+lSrPbA8TxG1m5zQ7Pr7nQbAjx5Wjx9lsUNW2ctvd77zETcf1ygsj/FYTFxUW /G6tA4Rxziit6d5ITpK3oA7wZjP6t3Ziw5Z2ALii8cA6dH93glm6yJEXW2wC/a5CWRSD sqAg== X-Gm-Message-State: ABuFfojKt6doj6TanKhIS9d2tEFVUlGzLIwvaLPq7rrcegdfwxfW6xIS HiyisTVDmjZLDOXYUMm/E+Bv85Q61UA/WS8RnVYjxFQV X-Google-Smtp-Source: ACcGV628CWiqCrdY+bpBWa/yI8fDKoitT+jL/qIgdEbW4pNMpnlZSiu9Fxf8QgQc0VLDTLxR1BOLWX5Ku7UMinNwC+o= X-Received: by 2002:a17:902:24e7:: with SMTP id l36-v6mr3301945plg.234.1538227805130; Sat, 29 Sep 2018 06:30:05 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 References: <1538209150.1199.7.camel@gentoo.org> <20180929151415.337aa5b3@wim.jer> In-Reply-To: From: Rich Freeman Date: Sat, 29 Sep 2018 09:29:53 -0400 Message-ID: Subject: Re: [gentoo-dev] Signed-off-by verification incoming To: gentoo-dev Content-Type: text/plain; charset="UTF-8" X-Archives-Salt: 16634e8f-1912-47c5-8fb3-da0422f94017 X-Archives-Hash: 004735cd6fe24da9a5248f0a19b41b8e On Sat, Sep 29, 2018 at 9:25 AM Dirkjan Ochtman wrote: > > Some kind of repoman support would make this much easier to handle. As > it is, doing this by hand for the trivial case (only my own changes) > is a PITA. repoman could grow some kind of --sign-off option that > appends this to the commit message presumably? > Does "repoman commit" no longer do the right thing? -- Rich