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 C907B138B43 for ; Thu, 6 Feb 2014 23:29:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8AC9E0DDD; Thu, 6 Feb 2014 23:26:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6A265E0DDD for ; Thu, 6 Feb 2014 23:26:18 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8557933D898 for ; Thu, 6 Feb 2014 23:26:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 9975C18278 for ; Thu, 6 Feb 2014 23:26:13 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1391729241.8fbe45bbab74c3ab37dba2b8fce29f75179f4110.dilfridge@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: Documentation/maintainers/ X-VCS-Repository: proj/kde X-VCS-Files: Documentation/maintainers/bump_new_revision.sh X-VCS-Directories: Documentation/maintainers/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 8fbe45bbab74c3ab37dba2b8fce29f75179f4110 X-VCS-Branch: master Date: Thu, 6 Feb 2014 23:26:13 +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: 79273750-031b-4a08-9eaf-bac6def8755f X-Archives-Hash: 71d0b60ffb955fc0a4cd011ef476417d commit: 8fbe45bbab74c3ab37dba2b8fce29f75179f4110 Author: Andreas K. Huettel (dilfridge) gentoo org> AuthorDate: Thu Feb 6 23:27:21 2014 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Thu Feb 6 23:27:21 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8fbe45bb [bumpscript] dont update the keywords again on cvsmove --- Documentation/maintainers/bump_new_revision.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/maintainers/bump_new_revision.sh b/Documentation/maintainers/bump_new_revision.sh index c273b6b..9158622 100755 --- a/Documentation/maintainers/bump_new_revision.sh +++ b/Documentation/maintainers/bump_new_revision.sh @@ -395,7 +395,8 @@ case ${OPERATION} in fi # now we have to check up the keywords pushd "${WRKDIR}" &> /dev/null - update_keywords "${EBUILD/*\//}" ${dir} + # update_keywords "${EBUILD/*\//}" ${dir} + # ^for unknown reason this is broken, but the keywords are already correct from the initial bump echangelog "Version bump KDE SC ${VERSION}" repoman manifest popd &> /dev/null