From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SbdQJ-0006yM-2c for garchives@archives.gentoo.org; Mon, 04 Jun 2012 19:58:43 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3BB9E0AD4; Mon, 4 Jun 2012 19:58:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C3239E0AD4 for ; Mon, 4 Jun 2012 19:58:30 +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 0ABA61B401D for ; Mon, 4 Jun 2012 19:58:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C6458E5404 for ; Mon, 4 Jun 2012 19:58:28 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1338839799.25cf86470e5dd1b073494ecf95d1e00cdc9bb9ca.sping@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: HACKING X-VCS-Directories: / X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 25cf86470e5dd1b073494ecf95d1e00cdc9bb9ca X-VCS-Branch: master Date: Mon, 4 Jun 2012 19:58:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 280d2222-cbe6-444f-abf9-5e4071c01673 X-Archives-Hash: 22060f344825dc7a9827c9505602bc87 commit: 25cf86470e5dd1b073494ecf95d1e00cdc9bb9ca Author: Sebastian Pipping pipping org> AuthorDate: Mon Jun 4 19:56:39 2012 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Mon Jun 4 19:56:39 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/genkernel.git= ;a=3Dcommit;h=3D25cf8647 Be more explicit in developer docs --- HACKING | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/HACKING b/HACKING index b8f060e..9df627e 100644 --- a/HACKING +++ b/HACKING @@ -17,7 +17,8 @@ Testing things: =20 Rolling a release: - Bump the version in the main genkernel file. -- echangelog commit the bump +- echangelog "Bump version to ${PV}" +- git commit -a -m "Bump version to ${PV}" - git tag -a -m "Tag release v${PV}" v${PV} - git push ${REMOTE} master --tags - make dist