commit:     f8c30a0be3ae8ea200ac46c0f7c85571b328d72f
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  6 21:42:58 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> 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

Reply via email to