nixpkgs-immich/maintainers/scripts
2024-09-17 10:23:40 -06:00
..
bootstrap-files immich sync 2024-09-17 10:23:40 -06:00
convert-to-import-cargo-lock immich sync 2024-09-17 10:23:40 -06:00
doc immich sync 2024-09-17 10:23:40 -06:00
haskell immich sync 2024-09-17 10:23:40 -06:00
kde immich sync 2024-09-17 10:23:40 -06:00
__init__.py immich sync 2024-09-17 10:23:40 -06:00
all-tarballs.nix immich sync 2024-09-17 10:23:40 -06:00
build.nix immich sync 2024-09-17 10:23:40 -06:00
check-by-name.sh immich sync 2024-09-17 10:23:40 -06:00
check-cherry-picks.sh immich sync 2024-09-17 10:23:40 -06:00
check-hydra-by-maintainer.nix immich sync 2024-09-17 10:23:40 -06:00
check-maintainer-github-handles.sh immich sync 2024-09-17 10:23:40 -06:00
check-maintainers-sorted.nix immich sync 2024-09-17 10:23:40 -06:00
convert-to-import-cargo-lock.sh immich sync 2024-09-17 10:23:40 -06:00
copy-tarballs.pl immich sync 2024-09-17 10:23:40 -06:00
db-to-md.sh immich sync 2024-09-17 10:23:40 -06:00
debian-patches.sh immich sync 2024-09-17 10:23:40 -06:00
dep-licenses.sh immich sync 2024-09-17 10:23:40 -06:00
eval-release.nix immich sync 2024-09-17 10:23:40 -06:00
eval-release.sh immich sync 2024-09-17 10:23:40 -06:00
feature-freeze-teams.pl immich sync 2024-09-17 10:23:40 -06:00
fetch-kde-qt.sh immich sync 2024-09-17 10:23:40 -06:00
find-tarballs.nix immich sync 2024-09-17 10:23:40 -06:00
fix-maintainers.pl immich sync 2024-09-17 10:23:40 -06:00
get-maintainer.sh immich sync 2024-09-17 10:23:40 -06:00
hydra_eval_check immich sync 2024-09-17 10:23:40 -06:00
hydra-eval-failures.py immich sync 2024-09-17 10:23:40 -06:00
luarocks-config.lua immich sync 2024-09-17 10:23:40 -06:00
luarocks-packages.csv immich sync 2024-09-17 10:23:40 -06:00
nix-call-package immich sync 2024-09-17 10:23:40 -06:00
nix-diff.sh immich sync 2024-09-17 10:23:40 -06:00
nix-generate-from-cpan.nix immich sync 2024-09-17 10:23:40 -06:00
nix-generate-from-cpan.pl immich sync 2024-09-17 10:23:40 -06:00
nixpkgs-lint.nix immich sync 2024-09-17 10:23:40 -06:00
nixpkgs-lint.pl immich sync 2024-09-17 10:23:40 -06:00
patchelf-hints.sh immich sync 2024-09-17 10:23:40 -06:00
pluginupdate.py immich sync 2024-09-17 10:23:40 -06:00
README.md immich sync 2024-09-17 10:23:40 -06:00
rebuild-amount.sh immich sync 2024-09-17 10:23:40 -06:00
remove-old-aliases.py immich sync 2024-09-17 10:23:40 -06:00
sha-to-sri.py immich sync 2024-09-17 10:23:40 -06:00
update-channel-branches.sh immich sync 2024-09-17 10:23:40 -06:00
update-dotnet-lockfiles.nix immich sync 2024-09-17 10:23:40 -06:00
update-octave-packages immich sync 2024-09-17 10:23:40 -06:00
update-octave-shell.nix immich sync 2024-09-17 10:23:40 -06:00
update-python-libraries immich sync 2024-09-17 10:23:40 -06:00
update-redirected-urls.sh immich sync 2024-09-17 10:23:40 -06:00
update-ruby-packages immich sync 2024-09-17 10:23:40 -06:00
update.nix immich sync 2024-09-17 10:23:40 -06:00
update.py immich sync 2024-09-17 10:23:40 -06:00
vanity-manual-equalities.txt immich sync 2024-09-17 10:23:40 -06:00
vanity.sh immich sync 2024-09-17 10:23:40 -06:00

Maintainer scripts

This folder contains various executable scripts for nixpkgs maintainers, and supporting data or nixlang files as needed. These scripts generally aren't a stable interface and may changed or be removed.

What follows is a (very incomplete) overview of available scripts.

Metadata

check-by-name.sh

An alias for pkgs/test/check-by-name/run-local.sh, see documentation.

get-maintainer.sh

get-maintainer.sh [selector] value returns a JSON object describing a given nixpkgs maintainer, equivalent to lib.maintainers.${x} // { handle = x; }.

This allows looking up a maintainer's attrset (including GitHub and Matrix handles, email address etc.) based on any of their handles, more correctly and robustly than text search through maintainers-list.nix.

 ./get-maintainer.sh nicoo
{
  "email": "nicoo@debian.org",
  "github": "nbraud",
  "githubId": 1155801,
  "keys": [
    {
      "fingerprint": "E44E 9EA5 4B8E 256A FB73 49D3 EC9D 3708 72BC 7A8C"
    }
  ],
  "name": "nicoo",
  "handle": "nicoo"
}

 ./get-maintainer.sh name 'Silvan Mosberger'
{
  "email": "contact@infinisil.com",
  "github": "infinisil",
  "githubId": 20525370,
  "keys": [
    {
      "fingerprint": "6C2B 55D4 4E04 8266 6B7D  DA1A 422E 9EDA E015 7170"
    }
  ],
  "matrix": "@infinisil:matrix.org",
  "name": "Silvan Mosberger",
  "handle": "infinisil"
}

The maintainer is designated by a selector which must be one of:

  • handle (default): the maintainer's attribute name in lib.maintainers;
  • email, name, github, githubId, matrix, name: attributes of the maintainer's object, matched exactly; see maintainer-list.nix for the fields' definition.