maintainers/scripts/check-by-name.sh: Introduce symlink alias

This commit is contained in:
Silvan Mosberger
2023-12-22 00:04:16 +01:00
parent 1968beeabd
commit f882df781c
3 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -91,6 +91,6 @@ jobs:
exit 0
else
exitCode=$?
echo "To run locally: ./pkgs/test/nixpkgs-check-by-name/scripts/run-local.sh $GITHUB_BASE_REF https://github.com/$GITHUB_REPOSITORY.git"
echo "To run locally: ./maintainers/scripts/check-by-name.sh $GITHUB_BASE_REF https://github.com/$GITHUB_REPOSITORY.git"
exit "$exitCode"
fi
+4
View File
@@ -9,6 +9,10 @@ What follows is a (very incomplete) overview of available scripts.
## Metadata
### `check-by-name.sh`
An alias for `pkgs/test/nixpkgs-check-by-name/scripts/run-local.sh`, see [documentation](../../pkgs/test/nixpkgs-check-by-name/scripts/README.md).
### `get-maintainer.sh`
`get-maintainer.sh [selector] value` returns a JSON object describing
+1
View File
@@ -0,0 +1 @@
../../pkgs/test/nixpkgs-check-by-name/scripts/run-local.sh