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 1DDBF1397F2 for ; Fri, 21 Aug 2015 16:44:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 966F7E0802; Fri, 21 Aug 2015 16:44:08 +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 3B986E0802 for ; Fri, 21 Aug 2015 16:44:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 450F4340817 for ; Fri, 21 Aug 2015 16:44:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B5A3129 for ; Fri, 21 Aug 2015 16:44:06 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1440175439.169af14ceed55e018222f032c7ae85dd1976b76b.maekke@gentoo> Subject: [gentoo-commits] dev/maekke:master commit in: scripts/ X-VCS-Repository: dev/maekke X-VCS-Files: scripts/keyword.sh X-VCS-Directories: scripts/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 169af14ceed55e018222f032c7ae85dd1976b76b X-VCS-Branch: master Date: Fri, 21 Aug 2015 16:44:06 +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: d7e99258-fd3b-4104-8749-133b7cf531ae X-Archives-Hash: e3e14303e6ebb42c83249a13cded4999 commit: 169af14ceed55e018222f032c7ae85dd1976b76b Author: Markus Meier gentoo org> AuthorDate: Fri Aug 21 16:43:59 2015 +0000 Commit: Markus Meier gentoo org> CommitDate: Fri Aug 21 16:43:59 2015 +0000 URL: https://gitweb.gentoo.org/dev/maekke.git/commit/?id=169af14c fix commit message for stabilization Signed-off-by: Markus Meier gentoo.org> scripts/keyword.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/keyword.sh b/scripts/keyword.sh index bc64786..e18f3a5 100755 --- a/scripts/keyword.sh +++ b/scripts/keyword.sh @@ -82,7 +82,7 @@ for pkg in ${pkgs} ; do if [[ ${arches:0:1} == "~" ]] ; then msg="${cpn}: add ${arches// //}" else - msg="${cpn} ${tmparches// //} stable" + msg="${cpn}: ${tmparches// //} stable" fi [[ ${bugid} != "0" ]] && msg="${msg}, bug #${bugid}"