diff options
author | Viorel Munteanu <ceamac@gentoo.org> | 2023-02-22 12:07:21 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-25 04:45:14 +0100 |
commit | cef1db7c4c2f5de261179999a1676588cd7742a8 (patch) | |
tree | 0b049ecbf539a0752adf894bd0d97ea2a8539952 | |
parent | setup.py: 0.10 (diff) | |
download | tatt-cef1db7c4c2f5de261179999a1676588cd7742a8.tar.gz tatt-cef1db7c4c2f5de261179999a1676588cd7742a8.tar.bz2 tatt-cef1db7c4c2f5de261179999a1676588cd7742a8.zip |
Replace repoman with pgkdev
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
-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 |