From a063c62f54c11e97b4420fa7e52676e81b600656 Mon Sep 17 00:00:00 2001 From: Cayetano Santos Date: Thu, 26 Mar 2026 10:08:28 +0100 Subject: [PATCH] .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 --- .forgejo/pull_request_template.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.forgejo/pull_request_template.md b/.forgejo/pull_request_template.md index 24b1739fc3..137e0245fb 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