pkgdev
pkgdev copied to clipboard
collection of tools for Gentoo development
I often end up manually modifying package.mask to stage the removal of a specific package's mask line to include it in the treeclean commit for said package to allow easier...
The docs currently consistent of an entirely generated man page.
Currently `pkgdev commit` and `pkgdev push` use the GentooCI checkset defined internally by pkgcheck, but it could be nice to allow discerning users to alter the keyword set that triggers...
Without proper bash parsing support, this could still do things like updating file headers and fixing EOF lines and the functionality should be available for external use so `pkgdev commit`...
Probably makes sense to limit it to package scope on the initial implementation. As a rough overview, the workflow would be similar to this: 1. Lots of ebuild changes are...
So users can change what wording commit message templates use to their own personal preference more easily than changing the code itself.
For new packages (directories) in: - acct-user: "acct-user/foo: add user UID" - acct-group: "acct-group/foo: add group GID" Unfortunately, we can't easily determine who these new packages are for, but "......
Often, in profiles/*, we need to make new files like use.mask within subprofiles. pkgdev commit could add the necessary copyright headers at the beginning of the file. See also: #5...
This would basically be `pkgdev manifest` (https://github.com/pkgcore/pkgdev/issues/1) without the manifesting part. In essence, supporting parallelized distfile fetching against generic path restrictions.
``` $ cat ~/.config/pkgdev/pkgdev.conf [DEFAULT] commit.signoff = true ``` But `pkgdev commit` is not signed :( ``` $ pkgdev --version pkgdev 0.2.9 ```