it v1.2.3'/>
aboutsummaryrefslogtreecommitdiff
path: root/build-aux/generate-authors.scm
='left'>Author
AgeCommit message (Expand)Author
2022-04-11gnu: genimage: Update to 15....* gnu/packages/genimage.scm (genimage): Update to 15. [arguments]: Update 'fix-failing-tests phase to reference new files. Vagrant Cascadian
2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès
2021-11-21gnu: genimage: Update to 14-1.11bb044....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. Mathieu Othacehe
2021-11-12gnu: genimage: Update to 14....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> Ryan Sundberg
2021-10-21gnu: genimage: Factorise substitutions....* 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. Tobias Geerinckx-Rice