Gentoo Archives: gentoo-dev

From: Matthias Maier <tamiko@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Deprecating repoman
Date: Wed, 09 Mar 2022 21:37:43
Message-Id: 87k0d2x0wy.fsf@gentoo.org
In Reply to: Re: [gentoo-dev] Deprecating repoman by Matt Turner
1 Just a quick though:
2
3 Looking at the man page of repoman it doesn't look to difficult to
4 replicate the behavior with pkgcheck. Meaning, we could think of
5 creating a drop-in replacement for "repoman [full]" (which would just
6 call pkgcheck) and "repoman commit" which actually does much more than
7 just prepending the git commit summary line: repoman commit does
8
9 - update the manifest
10 - bail out if files are not correctly "git add"ed
11 - add the output of [pkgcheck] as a comment to the git commit
12 description
13
14 Best,
15 Matthias

Replies

Subject Author
Re: [gentoo-dev] Deprecating repoman Matt Turner <mattst88@g.o>