Go to file
2023-06-08 07:41:50 -06:00
src add search indicator 2023-06-07 17:04:23 -06:00
.envrc initial 2023-05-22 19:12:52 -06:00
.gitignore Add a basic front end written in elm 2023-05-24 15:03:12 -06:00
elm.json Add some style and validation. 2023-05-24 20:58:59 -06:00
flake.lock initial 2023-05-22 19:12:52 -06:00
flake.nix force checkout and fetch 2023-06-06 18:46:06 -06:00
LICENSE initial 2023-05-22 19:12:52 -06:00
Makefile add perltidy step 2023-05-29 07:33:36 -06:00
Makefile.PL initial 2023-05-22 19:12:52 -06:00
module.nix add module, fix 'nix-build' 2023-05-22 19:39:52 -06:00
pr-status.pl compare trueCount against length of stable branches 2023-06-08 07:41:50 -06:00
README.md ~readme 2023-05-23 21:35:29 -06:00

pr-status-pl

Is a tool that queries the nixpkgs repository for a given pull request. It determines:

  • branches a PR has landed in
  • if a PR is against stable or unstable
  • determines if a PR is "completed" (made it to release)

The result of the above is fed to the end user in a JSON string.

I use this to track upstream'd PRs and dynamically disable overlays in my configs.