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 E516113829C for ; Mon, 6 Jun 2016 21:47:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 955A7254024; Mon, 6 Jun 2016 21:47:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BE4A3E053C for ; Mon, 6 Jun 2016 21:47:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DE40A340CCA for ; Mon, 6 Jun 2016 21:47:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83AF5209A for ; Mon, 6 Jun 2016 21:47:41 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1465249378.f8c30a0be3ae8ea200ac46c0f7c85571b328d72f.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: Documentation/maintainers/ X-VCS-Repository: proj/kde X-VCS-Files: Documentation/maintainers/bump-from-set.sh X-VCS-Directories: Documentation/maintainers/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: f8c30a0be3ae8ea200ac46c0f7c85571b328d72f X-VCS-Branch: master Date: Mon, 6 Jun 2016 21:47:41 +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: eebffbdd-2b17-459b-bf59-3b67b0f9b03e X-Archives-Hash: 51d35de3d7098d1f9c2c06ad1d3814cb commit: f8c30a0be3ae8ea200ac46c0f7c85571b328d72f Author: Johannes Huber gentoo org> AuthorDate: Mon Jun 6 21:42:58 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Mon Jun 6 21:42:58 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f8c30a0b Documentation: Drop keywords to testing on bump If latest ebuild from gentoo main tree has stable keywords there are added on bump. Call ekeyword with test marker again to prevent stable keywords in bumped version. Documentation/maintainers/bump-from-set.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/maintainers/bump-from-set.sh b/Documentation/maintainers/bump-from-set.sh index c9ddaa7..6316227 100755 --- a/Documentation/maintainers/bump-from-set.sh +++ b/Documentation/maintainers/bump-from-set.sh @@ -64,6 +64,7 @@ for cp in ${packages} ; do if [[ ${destination} != *9999* ]] ; then ekeyword $(get_main_tree_keyword ${cp}) ${destination} > /dev/null + ekeyword ~all ${destination} > /dev/null fi repoman manifest