diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-03-26 10:08:28 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-04-01 10:46:10 +0200 |
| commit | a063c62f54c11e97b4420fa7e52676e81b600656 (patch) | |
| tree | c61a247ea1ed76bc182e036358850f0d9c5f9baf | |
| parent | 8f061f549a1e81f0f8c8ddffc203c37306b5328b (diff) | |
.forgejo: pull_request_template: Compute closure size increase.
* .forgejo/issue_template/pull_request_template.md: Bash expresion to
explicit it.
Merges guix/guix!7490
Change-Id: I4b13aa212d740f067c6ba8f3ae52d149a9ed317d
| -rw-r--r-- | .forgejo/pull_request_template.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.forgejo/pull_request_template.md b/.forgejo/pull_request_template.md index 24b1739fc30..137e0245fb5 100644 --- a/.forgejo/pull_request_template.md +++ b/.forgejo/pull_request_template.md | |||
| @@ -28,7 +28,13 @@ Tick a box by changing it from [ ] to [x]. | |||
| 28 | - [ ] i586-gnu | 28 | - [ ] i586-gnu |
| 29 | 29 | ||
| 30 | - Package **update** | 30 | - Package **update** |
| 31 | - Closure size increase after update (`./pre-inst-env guix size PACKAGE`). | 31 | - Closure size increase. |
| 32 | ```console | ||
| 33 | $ guix size PACKAGE | tail -n1 # before | ||
| 34 | total: ... | ||
| 35 | $ ./pre-inst-env guix size PACKAGE | tail -n1 # after | ||
| 36 | total: ... | ||
| 37 | ``` | ||
| 32 | - Build status of direct dependents (`./pre-inst-env guix build -k -P1 PACKAGE ...`): | 38 | - Build status of direct dependents (`./pre-inst-env guix build -k -P1 PACKAGE ...`): |
| 33 | ```text | 39 | ```text |
| 34 | 40 | ||
