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 Received: from picard.linux.it (picard.linux.it [213.254.12.146]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D72DEE7E626 for ; Tue, 26 Sep 2023 11:46:05 +0000 (UTC) Received: from picard.linux.it (localhost [IPv6:::1]) by picard.linux.it (Postfix) with ESMTP id 293663CDC8B for ; Tue, 26 Sep 2023 13:46:04 +0200 (CEST) Received: from in-3.smtp.seeweb.it (in-3.smtp.seeweb.it [217.194.8.3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by picard.linux.it (Postfix) with ESMTPS id 36E083C9977 for ; Tue, 26 Sep 2023 13:45:53 +0200 (CEST) Received: from smtp-out2.suse.de (smtp-out2.suse.de [IPv6:2001:67c:2178:6::1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by in-3.smtp.seeweb.it (Postfix) with ESMTPS id A094A1A009BA for ; Tue, 26 Sep 2023 13:45:51 +0200 (CEST) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 901BB1F74C; Tue, 26 Sep 2023 11:45:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1695728750; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=4hKTuB0ZQ+5PzFuOk7DW4xVLVkmdKJZrbfR/oef4efM=; b=L16QXK64AIKy1HmCynWq54mxG17RuNXZ34m1BpHUvZIeQVaA1E93UVcePU2ad6qcFakBWx QTxjjV6+oIt/K9KSfshfKJlT1VjNTXzV4QKa4PIEe4VTPOqKBYIiR1uUq8xDkYBrzSTvww O7WaMS7ICloUAZx9/Cx8L23nuMkXfv8= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1695728750; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=4hKTuB0ZQ+5PzFuOk7DW4xVLVkmdKJZrbfR/oef4efM=; b=snnAUjKSjEIuwTYyT4xW+1Y+4eouYoImQj0eDA2ljlGkNnAxG2yCi7YThSc47TOoKYjraK UG6qPUTddeYeX2Ag== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 7DAA31390B; Tue, 26 Sep 2023 11:45:50 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id B3A+Hm7EEmXOeQAAMHmgww (envelope-from ); Tue, 26 Sep 2023 11:45:50 +0000 Date: Tue, 26 Sep 2023 13:46:33 +0200 From: Cyril Hrubis To: Petr Vorel Message-ID: References: <20230920095318.340582-1-pvorel@suse.cz> <20230920095318.340582-5-pvorel@suse.cz> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230920095318.340582-5-pvorel@suse.cz> X-Virus-Scanned: clamav-milter 1.0.1 at in-3.smtp.seeweb.it X-Virus-Status: Clean Subject: Re: [LTP] [PATCH 4/5] doc: Add Release procedure X-BeenThere: ltp@lists.linux.it X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux Test Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Xiao Yang , Richard Palethorpe , ltp@lists.linux.it Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ltp-bounces+ltp=archiver.kernel.org@lists.linux.it Sender: "ltp" Hi! > This slightly outdated document exists in LTP wiki, start versioning it > in the original repository. The only unversioned file in the wiki is > now Home.rest. > > Signed-off-by: Petr Vorel > --- > doc/LTP-Release-Procedure.asciidoc | 67 ++++++++++++++++++++++++++++++ > 1 file changed, 67 insertions(+) > create mode 100644 doc/LTP-Release-Procedure.asciidoc > > diff --git a/doc/LTP-Release-Procedure.asciidoc b/doc/LTP-Release-Procedure.asciidoc > new file mode 100644 > index 000000000..cd7682fb8 > --- /dev/null > +++ b/doc/LTP-Release-Procedure.asciidoc > @@ -0,0 +1,67 @@ > +LTP Release Procedure > +===================== > + > +This page contains quick summary of what needs to be done to do a LTP release. It's expected that LTP git is frozen and git HEAD was properly tested and that LTP git tree is cloned to a directory named 'ltp'. > + > +NOTE: The string YYYYMMDD should be substituted to the current date. > + > +1. Tag the git > +-------------- > + > +[source,sh] > +-------------------------------------------------------------------- > +cd ltp > +echo YYYYMMDD > VERSION > +git commit -s -m 'LTP YYYYMMDD' VERSION > +git tag -a YYYYMMDD -m 'LTP YYYYMMDD' > +-------------------------------------------------------------------- > + > +2. Push changes to github > +------------------------- > +[source,sh] > +-------------------------------------------------------------------- > +git push > +git push --tags > +-------------------------------------------------------------------- > + > +3. Prepare tarballs > +------------------- > +[source,sh] > +-------------------------------------------------------------------- > +cd .. > +git clone ltp ltp-full-YYYYMMDD > +cd ltp-full-YYYYMMDD > +# Update mce-inject submodule ^ We do have a couple of submodules now, so this should be updated > +git submodule init > +git submodule update > +# Generate configure script > +make autotools > +# Prepare the archives > +cd .. > +tar -cjf ltp-full-YYYYMMDD.tar.bz2 ltp-full-YYYYMMDD --exclude .git > +tar -cJf ltp-full-YYYYMMDD.tar.xz ltp-full-YYYYMMDD --exclude .git > +-------------------------------------------------------------------- > + > +4. Upload the tarballs to GitHub > +-------------------------------- > + > +Click on 'releases' then switch to 'tags' then click on 'Add release notes' there should be 'Attach binaries ...' link at the bottom of the page. > + > +Don't forget to upload md5 and sha-1 sums for the tarballs as well. > + > +5. Send release announcement > +---------------------------- > + > +Have a look at http://sourceforge.net/p/ltp/mailman/message/34429656/ to get the idea how it should look. ^ This is now outdated, I guess that we should include a template rather than this? > +The announcement is send to: > + > +* ltp at lists.linux.it > +* linux-kernel at vger.kernel.org > +* libc-alpha at sourceware.org > + > +CCed to: > + > +* lwn at lwn.net > +* akpm at linux-foundation.org > +* torvalds at linux-foundation.org. > \ No newline at end of file > -- > 2.40.1 > -- Cyril Hrubis chrubis@suse.cz -- Mailing list info: https://lists.linux.it/listinfo/ltp