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
  1. Allow for an ebuild to be passed with -f. It must be in a valid gentoo repository because of:
  2. Temporary inject the path to the local repo in repos.conf.
  3. Either -p or f has to be passed.
  4. 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.
  5. Also moved some functions to individual files.