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

pkgcheck scan || exit 1
git add @@EBUILD@@ || exit 1
pkgdev commit -m "@@CP@@: ${DESCR}" --signoff || exit 1

popd > /dev/null