mgorny-dev-scripts icon indicating copy to clipboard operation
mgorny-dev-scripts copied to clipboard

Quick & dirty ebuild development scripts

Results 5 mgorny-dev-scripts issues
Sort by recently updated
recently updated
newest added

IMHO "pkg" script name is a little to "bare" or "generic". I would suggest changing it to pkgname or similar. I myself use a similar script with name "pn" (for...

When doing **pkgdiff-mg -b** against go ebuilds, you can get literally tens of thousands of lines just LICENSE differences due to updated go modules. We can use external tools to...

pkgdiff can cause large files in the used temprorary directory that are not cleaned up on exit. Using /tmp for those, which is often a tmpfs, which means that the...

`pkgdiff-mg` doesn't currently work for `ruby-fakegem.eclass`-based ebuilds because it compares the wrong paths, and all differences show up as new files. (I don't know why this layout exists at the...