/gnu/services/

type='hidden' name='id' value='9e44a6f77615fa95990412a7b1dc2ba8086a5124'/>
path: root/gnu/packages/genimage.scm
AgeCommit message (Collapse)Author
2022-04-11gnu: genimage: Update to 15.Vagrant Cascadian
* gnu/packages/genimage.scm (genimage): Update to 15. [arguments]: Update 'fix-failing-tests phase to reference new files.
2021-12-13gnu: Simplify package inputs.Ludovic Courtès
This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
2021-11-21gnu: genimage: Update to 14-1.11bb044.Mathieu Othacehe
Update to commit 11bb04455 to integrate fixes related to new genext2fs and e2fsprogs versions. * gnu/packages/genimage.scm (genimage): Update to 14-1.11bb044. [arguments]{fix-failing-tests}: Update it. * gnu/packages/patches/genimage-mke2fs-test.patch: Update it.
2021-11-12gnu: genimage: Update to 14.Ryan Sundberg
Update genimage from version 11 to 14. A patch is required for the tests due to differences in ext tooling. * gnu/local.mk (dist_patch_DATA): Replace patch reference. * gnu/packages/genimage.scm: Update package source. * gnu/packages/patches/genimage-mke2fs-test.patch: New patch file. * gnu/packages/patches/genimage-signedness.patch: Delete obsolete patch. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-10-21gnu: genimage: Factorise substitutions.Tobias Geerinckx-Rice
* gnu/packages/genimage.scm (genimage)[arguments]: Factorise input substitution for great line savings; also fun. Don't sneakily replace mkdosfs with mkfs.vfat. Remove obsolete fixes. Fix tests in their own 'fix-failing-tests phase. Don't explicitly return #t from any phases.