summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xDocumentation/maintainers/bump_new_revision.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/maintainers/bump_new_revision.sh b/Documentation/maintainers/bump_new_revision.sh
index c273b6b61cb..91586221e44 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