aboutsummaryrefslogtreecommitdiff
blob: 1dd7df82ea8c246ca3dc9c29b8e8835e6ef9e6b3 (plain)
1
2
3
4
5
6
7
# Code for checking consistency of @@EBUILD@@
pushd @@CP@@ > /dev/null

repoman -d full || exit 1
repoman -m "@@CP@@: @@NEWKEYWORD@@ stable (bug #@@BUG@@)" commit || exit 1

popd > /dev/null