Skip to content

Commit 99f2e65

Browse files
ci/README.md: one sentence per line
1 parent b4532ef commit 99f2e65

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

ci/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,21 @@ This is in contrast with [`maintainers/scripts`](../maintainers/scripts) which i
66
## Pinned Nixpkgs
77

88
CI may need certain packages from Nixpkgs.
9-
In order to ensure that the needed packages are generally available without building,
10-
[`pinned.json`](./pinned.json) contains a pinned Nixpkgs version tested by Hydra.
9+
In order to ensure that the needed packages are generally available without building, [`pinned.json`](./pinned.json) contains a pinned Nixpkgs version tested by Hydra.
1110

1211
Run [`update-pinned.sh`](./update-pinned.sh) to update it.
1312

1413
## `ci/nixpkgs-vet.sh BASE_BRANCH [REPOSITORY]`
1514

16-
Runs the [`nixpkgs-vet` tool](https://github.com/NixOS/nixpkgs-vet) on the HEAD commit, closely matching what CI does. This can't do exactly the same as CI, because CI needs to rely on GitHub's server-side Git history to compute the mergeability of PRs before the check can be started.
15+
Runs the [`nixpkgs-vet` tool](https://github.com/NixOS/nixpkgs-vet) on the HEAD commit, closely matching what CI does.
16+
This can't do exactly the same as CI, because CI needs to rely on GitHub's server-side Git history to compute the mergeability of PRs before the check can be started.
1717
In turn, when contributors are running this tool locally, we don't want to have to push commits to test them, and we can also rely on the local Git history to do the mergeability check.
1818

1919
Arguments:
2020

2121
- `BASE_BRANCH`: The base branch to use, e.g. master or release-24.05
22-
- `REPOSITORY`: The repository from which to fetch the base branch. Defaults to <https://github.com/NixOS/nixpkgs.git>.
22+
- `REPOSITORY`: The repository from which to fetch the base branch.
23+
Defaults to <https://github.com/NixOS/nixpkgs.git>.
2324

2425
# Branch classification
2526

0 commit comments

Comments
 (0)