Received: from cogitri.dev (cogitri.dev [207.180.226.74]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 610D2781A4C for <~alpine/devel@lists.alpinelinux.org>; Tue, 28 Apr 2020 08:28:53 +0000 (UTC) X-Virus-Scanned: Yes Message-ID: <9fade1ffa91b2d5b2d53a7620265cea594d19780.camel@cogitri.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cogitri.dev; s=mail; t=1588062527; bh=JBAm6CHZD2/YGrjYDxHmA2EuWBQoQtlNlWQiUUznTlQ=; h=Subject:From:To:Cc:In-Reply-To:References; b=TC9kNXfrBZxS8qLPJbUpxz4SueYcGGfZBNZjufrS9YE4FjchBgAb+P7tvz0L8kUte hMs+0P1FEbDTKTFDww3aIQ5zgE5KwgIazDWzXWIpcgjVLtpF+x9YD5hRpQiKwvw11m 6C75SD3fbZbfa8zSML30lyWy+id2CJBdQ+wGpaJ94CLeGqu1w8joCD7HzlTquZhJ/Q /7P284utw0PDpXOhAE8tJSLVbpC+2EJOl5OFo7wjALdswtnQs/4xEQ6MDLN3HAavnb QaWli77EnADPVcrbEVyuCvoF31H6z7S3jbIRxedrMQVFWM8TVJovNsz/tY0eYibmqe z4XmRqEVWb53Q== Subject: Re: Enforcing patch headers for patches From: Rasmus Thomsen To: Kevin Daudt Cc: ~alpine/devel@lists.alpinelinux.org Date: Tue, 28 Apr 2020 10:28:46 +0200 In-Reply-To: <20200428080647.GB1838755@alpha> References: <4ac4d3aad3bf0f050070166b27a2344efe32e9b7.camel@cogitri.dev> <20200428080647.GB1838755@alpha> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit On Tue, 2020-04-28 at 10:06 +0200, Kevin Daudt wrote: > I think this is a good idea as well, just a few points: > > * How are we going to handle the existing patches? I think we should just leave them as-is. It'd be a lot of work to rework all patches now. > * What if there is already a commit message present in the patch? Are > we > going to prepend the header before that? Yes, the patch header should be at the top of the file. The "Reason" field of the patch header can be omitted if there's a commit message in the patch since that should explain the reason for having the patch already. The "Url" and "Upstream" field should be added though, so that we can track progress of getting things upstream. Thanks, Rasmus