issues
search
APN-Pucky
/
pkg-testing-tools
Set of tools to simplify package testing for arch stabilizations and package bumps in Gentoo
BSD 3-Clause "New" or "Revised" License
2
stars
0
forks
source link
Add -f/--file parameter
#20
Closed
APN-Pucky
closed
8 months ago
APN-Pucky
commented
8 months ago
Allow for an ebuild to be passed with
-f
. It must be in a valid gentoo repository because of:
Temporary inject the path to the local repo in repos.conf.
Either
-p
or
f
has to be passed.
This direct testing of an ebuild will be integrated into
https://github.com/APN-Pucky/pkgpr
to
optionally
automatically test a PR before sending it.
Also moved some functions to individual files.
-f
. It must be in a valid gentoo repository because of:-p
orf
has to be passed.