From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6C1191381F4 for ; Tue, 14 Aug 2012 17:04:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2A81E07BA; Tue, 14 Aug 2012 17:04:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 91580E07BA for ; Tue, 14 Aug 2012 17:04:09 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 034691B402E for ; Tue, 14 Aug 2012 17:04:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id AD42FE543A for ; Tue, 14 Aug 2012 17:04:07 +0000 (UTC) From: "Richard Yao" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Yao" Message-ID: <1344963665.1d84e6315b882b9cb94699fa802c07b79e4ac6c5.ryao@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: HACKING X-VCS-Directories: / X-VCS-Committer: ryao X-VCS-Committer-Name: Richard Yao X-VCS-Revision: 1d84e6315b882b9cb94699fa802c07b79e4ac6c5 X-VCS-Branch: master Date: Tue, 14 Aug 2012 17:04:07 +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-Archives-Salt: edf2f082-71bb-4a78-9dd6-7aa228de4e56 X-Archives-Hash: 24c2e86cfe16d420881a3c8e7d62f0e2 commit: 1d84e6315b882b9cb94699fa802c07b79e4ac6c5 Author: Richard Yao cs stonybrook edu> AuthorDate: Tue Aug 14 17:01:05 2012 +0000 Commit: Richard Yao gentoo org> CommitDate: Tue Aug 14 17:01:05 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=1d84e631 Add diff ... | patch ... trick for propagating changes to live ebuild --- HACKING | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/HACKING b/HACKING index a2e197e..a802779 100644 --- a/HACKING +++ b/HACKING @@ -29,6 +29,7 @@ Rolling a release: - cp genkernel-${PV}.tar.bz2 /usr/portage/distfiles/ - Bump the ebuild - Propagate ebuild changes to the live ebuild + diff genkernel-${OLD_PV}.ebuild genkernel-${NEW_PV}.ebuild | patch genkernel-9999.ebuild - check open bugs with keyword "InSVN" or "InVCS" for closability and close these bugs with a comment like "Fixed in ${PV}, just released. Closing." - Send a mail with subject "genkernel ${PV} released" to both