From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx2.suse.de (mx2.suse.de [195.135.220.15]) by sourceware.org (Postfix) with ESMTPS id 8C7F63834408 for ; Thu, 18 Feb 2021 13:45:40 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 8C7F63834408 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=suse.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=tdevries@suse.de X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id A5CC9ACE5; Thu, 18 Feb 2021 13:45:39 +0000 (UTC) Subject: Re: [PUSHED] Update FSF Copyright years to include 2021. To: Mark Wielaard , dwz@sourceware.org References: <20210212122911.9094-1-mark@klomp.org> <54beb0a7ae1bb32cbd6b44fa9543ed4c91316891.camel@klomp.org> From: Tom de Vries Message-ID: Date: Thu, 18 Feb 2021 14:45:39 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0 MIME-Version: 1.0 In-Reply-To: <54beb0a7ae1bb32cbd6b44fa9543ed4c91316891.camel@klomp.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-6.3 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, NICE_REPLY_A, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham 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: Thu, 18 Feb 2021 13:45:42 -0000 On 2/18/21 2:39 PM, Mark Wielaard wrote: > Hi Tom, > > On Sun, 2021-02-14 at 08:58 +0100, Tom de Vries wrote: >> On 2/12/21 1:29 PM, Mark Wielaard wrote: >>> This should have been done as part of commit f7c0d8afb >>> "Sync dwarf2.{def,h} and dwarfnames.c from gcc/libiberty." >> >> FWIW, there's a script contrib/release/gen-copyright-years.sh, that >> comes to the same conclusion: >> ... > > O nice, I wasn't aware of the contrib/release scripts. > So we have everything needed to do a release there? Well, I don't know if it's everything, but I've tried to write scripts to automate the process. There's: ... $ ls -1 contrib/release/*.sh contrib/release/do-release.sh contrib/release/gen-copyright-years.sh contrib/release/upload-release.sh ... So: - gen-copyright-years updates COPYRIGHT_YEARS. - do-release does a git tag and updates VERSION - upload-release.sh uploads the release to the sourceware site I guess other things to do are: - sent out release announcement, and - update webpage. Thanks, - Tom