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 254CB1381F3 for ; Sun, 9 Jun 2013 08:32:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B42C9E081D; Sun, 9 Jun 2013 08:32:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 185F1E07B3 for ; Sun, 9 Jun 2013 08:32:23 +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 2ECF533E312 for ; Sun, 9 Jun 2013 08:32:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id CF110E468F for ; Sun, 9 Jun 2013 08:32:20 +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: <1370762176.e9a12c3259f26966a2348f1dd45ceed3d16e8e42.ryao@gentoo> Subject: [gentoo-commits] proj/genkernel:ryao 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: e9a12c3259f26966a2348f1dd45ceed3d16e8e42 X-VCS-Branch: ryao Date: Sun, 9 Jun 2013 08:32:20 +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: 5c575dc4-0c6b-4b84-85b6-76be0f1e34cf X-Archives-Hash: 8da7b7b92fecc8d5fa799a18e55262a1 commit: e9a12c3259f26966a2348f1dd45ceed3d16e8e42 Author: Richard Yao gentoo org> AuthorDate: Thu Jun 6 06:07:48 2013 +0000 Commit: Richard Yao gentoo org> CommitDate: Sun Jun 9 07:16:16 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=e9a12c32 Update HACKING to use git-shortlog The old command we used to generate a change history for announcement emails no longer works, so we switch to git-shortlog. Signed-off-by: Richard Yao gentoo.org> --- HACKING | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HACKING b/HACKING index 7ac0a60..d8b9f21 100644 --- a/HACKING +++ b/HACKING @@ -35,7 +35,7 @@ Rolling a release: and . Use - PREV_TAG=$(git tag -l | tail -n 2 | head -n 1) - git diff ${PREV_TAG}..v${PV} ChangeLog | /bin/grep '^+\($\| \)' | sed 's|^+ *||' | xsel + PREV_TAG=$(git tag -l | tail -n 2 | head -n 1) \ + git shortlog ${PREV_TAG}..v${PV} | xsel to generate the mail body. 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 D8C8B1381F3 for ; Sun, 9 Jun 2013 08:31:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DBC3E081D; Sun, 9 Jun 2013 08:31:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6CE61E07B3 for ; Sun, 9 Jun 2013 08:31:08 +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 5C5E7335DF3 for ; Sun, 9 Jun 2013 08:31:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 00275E468F for ; Sun, 9 Jun 2013 08:31:05 +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: <1370762176.e9a12c3259f26966a2348f1dd45ceed3d16e8e42.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: e9a12c3259f26966a2348f1dd45ceed3d16e8e42 X-VCS-Branch: master Date: Sun, 9 Jun 2013 08:31:05 +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: d51c03c6-389f-47a9-bd9b-2dd2fcb141a1 X-Archives-Hash: 628481400b5d333b736ba995f9456f2a Message-ID: <20130609083105.a9hM5qt97-HTTM2vAYh2cPmIh-MBKP-OMPw-YyGVJgs@z> commit: e9a12c3259f26966a2348f1dd45ceed3d16e8e42 Author: Richard Yao gentoo org> AuthorDate: Thu Jun 6 06:07:48 2013 +0000 Commit: Richard Yao gentoo org> CommitDate: Sun Jun 9 07:16:16 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=e9a12c32 Update HACKING to use git-shortlog The old command we used to generate a change history for announcement emails no longer works, so we switch to git-shortlog. Signed-off-by: Richard Yao gentoo.org> --- HACKING | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HACKING b/HACKING index 7ac0a60..d8b9f21 100644 --- a/HACKING +++ b/HACKING @@ -35,7 +35,7 @@ Rolling a release: and . Use - PREV_TAG=$(git tag -l | tail -n 2 | head -n 1) - git diff ${PREV_TAG}..v${PV} ChangeLog | /bin/grep '^+\($\| \)' | sed 's|^+ *||' | xsel + PREV_TAG=$(git tag -l | tail -n 2 | head -n 1) \ + git shortlog ${PREV_TAG}..v${PV} | xsel to generate the mail body.