mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-25 05:31:57 +01:00
CURATORS.md: some commenter clarifications
This commit is contained in:
parent
5d59787a3f
commit
e7f7928e45
@ -411,7 +411,7 @@ errors for builds, tests and benchmarks.
|
|||||||
|
|
||||||
### Large scale enabling/disabling of packages
|
### Large scale enabling/disabling of packages
|
||||||
|
|
||||||
`etc/commenter` is a binary that automates `build-constraints.yaml` workflows.
|
`./commenter` is a [tool](https://github.com/bergmark/commenter/) that automates `build-constraints.yaml` workflows.
|
||||||
|
|
||||||
#### Setup
|
#### Setup
|
||||||
This is currently a rust program, You can install the rust toolchain
|
This is currently a rust program, You can install the rust toolchain
|
||||||
@ -438,6 +438,7 @@ Now run:
|
|||||||
```
|
```
|
||||||
./check 2>&1 >/dev/null | ./commenter add
|
./check 2>&1 >/dev/null | ./commenter add
|
||||||
```
|
```
|
||||||
|
(or easier just use `commenter add-loop`).
|
||||||
|
|
||||||
You will get this output:
|
You will get this output:
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user