diff options
-rw-r--r-- | templates/commit-snippet-2 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/commit-snippet-2 b/templates/commit-snippet-2 index 577db3b..93aed7b 100644 --- a/templates/commit-snippet-2 +++ b/templates/commit-snippet-2 @@ -1,7 +1,8 @@ # Code for checking consistency of @@EBUILD@@ pushd @@CP@@ > /dev/null -repoman -d full || exit 1 -repoman -m "@@CP@@: ${DESCR}" commit || exit 1 +pkgcheck scan || exit 1 +git add @@EBUILD@@ || exit 1 +pkgdev commit -m "@@CP@@: ${DESCR}" --signoff || exit 1 popd > /dev/null |