From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8CF63158086 for ; Thu, 9 Dec 2021 08:22:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC4982BC004; Thu, 9 Dec 2021 08:22:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C1D222BC004 for ; Thu, 9 Dec 2021 08:22:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EF77C342F9F for ; Thu, 9 Dec 2021 08:22:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A67B51DC for ; Thu, 9 Dec 2021 08:22:55 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1639038171.06b85348f28d8484b4a80e4c547d5b9a56a76e9e.sam@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: DEVELOPING X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 06b85348f28d8484b4a80e4c547d5b9a56a76e9e X-VCS-Branch: master Date: Thu, 9 Dec 2021 08:22:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7225ec59-8906-41b9-84f4-41e2291757be X-Archives-Hash: 1ad6908f8b74d92dfbbea67390d26146 commit: 06b85348f28d8484b4a80e4c547d5b9a56a76e9e Author: Sam James gentoo org> AuthorDate: Thu Dec 9 08:20:12 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Dec 9 08:22:51 2021 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=06b85348 DEVELOPING: update release instructions Signed-off-by: Sam James gentoo.org> DEVELOPING | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/DEVELOPING b/DEVELOPING index 7bc559125..624e59683 100644 --- a/DEVELOPING +++ b/DEVELOPING @@ -224,20 +224,19 @@ Releases First update the NEWS and RELEASE-NOTES files and commit. Second create a git tag for this release: - git tag v2.2.8 + git tag portage-2.2.8 -Then create the tarball and run the tests: - ./mkrelease.sh --changelog-rev v2.2.7 --tag --runtests 2.2.8 -Make sure you have all supported python versions installed first +Create the tarball and run the tests: ./runtests (see PYTHON_SUPPORTED_VERSIONS in runtests). -Version bump the ebuild and verify it can re-install itself: - emerge portage - emerge portage +Version bump the ebuild locally (don't push) and verify it can re-install itself: + emerge --oneshot portage + emerge --oneshot portage # this is using the new Portage Publish the results (no going back now): - Push the new git tag - Upload the tarball - Commit the new ebuild version + - Upload the new version to pypi Close the bugs blocking the tracker bug for this release.