From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (wildebeest.demon.nl [212.238.236.112]) by sourceware.org (Postfix) with ESMTPS id 4A98C385801D for ; Sat, 27 Mar 2021 22:55:54 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 4A98C385801D Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mark@klomp.org Received: from librem (deer0x15.wildebeest.org [172.31.17.151]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id D17853000AC8; Sat, 27 Mar 2021 23:55:52 +0100 (CET) Received: by librem (Postfix, from userid 1000) id 6CE03C04AC; Sat, 27 Mar 2021 23:54:35 +0100 (CET) Date: Sat, 27 Mar 2021 23:54:35 +0100 From: Mark Wielaard To: Tom de Vries Cc: dwz@sourceware.org, jakub@redhat.com Subject: Re: [PATCH] Release process improvements Message-ID: <20210327225435.GP2685@wildebeest.org> References: <20210308131307.GA11239@delia> <34d02fbd208931b2c4d309208cbd6d847807c764.camel@klomp.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Status: No, score=-5.0 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: dwz@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Dwz mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Mar 2021 22:55:55 -0000 Hi Tom, On Fri, Mar 12, 2021 at 10:05:53AM +0100, Tom de Vries wrote: > That email also contains a suggestion on how to move things to git, > which might be a nice improvement. [ I don't really understand how to > go about that, maybe you understand the suggestion better? Anyway, > otherwise, we can ask for clarifications. ] It took me a while, but I now understand how to transform the CVS repo into a git repo. Which I just did. So now we can update our webpages through https://sourceware.org/git/dwz-htdocs.git Cheers, Mark