summaryrefslogtreecommitdiff
path: root/.forgejo
diff options
context:
space:
mode:
authorCayetano Santos <csantosb@inventati.org>2026-03-26 10:08:28 +0100
committerCayetano Santos <csantosb@inventati.org>2026-04-01 10:46:10 +0200
commita063c62f54c11e97b4420fa7e52676e81b600656 (patch)
treec61a247ea1ed76bc182e036358850f0d9c5f9baf /.forgejo
parent8f061f549a1e81f0f8c8ddffc203c37306b5328b (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
Diffstat (limited to '.forgejo')
-rw-r--r--.forgejo/pull_request_template.md8
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].
- [ ] i586-gnu
- Package **update**
- - Closure size increase after update (`./pre-inst-env guix size PACKAGE`).
+ - Closure size increase.
+```console
+$ guix size PACKAGE | tail -n1 # before
+total: ...
+$ ./pre-inst-env guix size PACKAGE | tail -n1 # after
+total: ...
+```
- Build status of direct dependents (`./pre-inst-env guix build -k -P1 PACKAGE ...`):
```text