From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.4 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_PASS,T_DKIMWL_WL_HIGH,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E1F38C04A6B for ; Wed, 8 May 2019 09:51:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B1A9E214C6 for ; Wed, 8 May 2019 09:51:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1557309103; bh=w2YzoApdP5gXxu2q+DrZy84QdbMTv4dvLlV2x9o3k5g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=UbGpnerWatzTWwm5dZPsshUEdF1C/uh9ldYiqcTFX+nXgX87nMMOrj0Nl/gFxxR7B l7yZiBuAjMVRvqisT/y1+uNSuG9z1Rw4P2ypaTR7WJIGT0uIQyxCdDfu7JXhtRa+8B sN++I8ggbfJMsZM7Mw7HH0FxsiHrOGVxUKWDkxCw= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726803AbfEHJvn (ORCPT ); Wed, 8 May 2019 05:51:43 -0400 Received: from mail.kernel.org ([198.145.29.99]:55524 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725868AbfEHJvn (ORCPT ); Wed, 8 May 2019 05:51:43 -0400 Received: from localhost (unknown [84.241.196.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D4E1C21479; Wed, 8 May 2019 09:51:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1557309102; bh=w2YzoApdP5gXxu2q+DrZy84QdbMTv4dvLlV2x9o3k5g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=yEtTJ4kidmUkm8Dr7rH8mLMflDxuxzlx0Fq6YODvDPG7ztpkZMAmD89SZweQWcVY0 TtaKP9sxNil3mjQIgzsPCKy3cSH5ZjvJJnHzcq4aGolS844vbh+B0bOOEoValwhj9q ZsPnjXY0zZmgTlKKLsSEYIEGlrup/Dj6Tm8J6Xz0= Date: Wed, 8 May 2019 11:51:39 +0200 From: Greg KH To: Thomas Gleixner Cc: linux-spdx@vger.kernel.org Subject: Re: [patch 0/4] SPDX: First batch of patches Message-ID: <20190508095139.GE6996@kroah.com> References: <20190507121952.495564307@linutronix.de> <20190507141746.GA28384@kroah.com> <20190507181435.GB13061@kroah.com> <20190507185816.GC17205@kroah.com> <20190508064608.GC21796@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.11.4 (2019-03-13) Sender: linux-spdx-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-spdx@vger.kernel.org On Wed, May 08, 2019 at 11:26:34AM +0200, Thomas Gleixner wrote: > On Wed, 8 May 2019, Greg KH wrote: > > On Wed, May 08, 2019 at 08:25:51AM +0200, Thomas Gleixner wrote: > > > Apropos changelog. You said they need some care. If you check out the utils > > > repo, there are templates in the step2/3 directories and the subdirectories > > > of step1. If you could work on them that would be appreciated. > > > > What repo are you referring to? Did I miss a link somewhere? > > In the let the fun begin mail: > > git://git.kernel.org/pub/scm/utils/spdx/spdx-utils Ah, sorry, I missed that. It uses 'scancode', but I've lost the link to that repo. And from what I remember, there are a zillion different branches of that repo, any hint as to which one you used? thanks, greg k-h