summaryrefslogtreecommitdiff
path: root/guix/scripts/pack.scm
AgeCommit message (Expand)Author
2020-11-21transformations: Show '--help-transform' only where applicable.Ludovic Courtès
2020-11-13pack: Expose some bindings for third-party use.John Soo
2020-11-05pack: Do not include the host (guix config).Ludovic Courtès
2020-10-31guix build: Move transformation options to (guix transformations).Ludovic Courtès
2020-10-31guix build: 'options->transformation' no longer takes a 'store' parameter.Ludovic Courtès
2020-10-30guix: pack: Only wrap executable files.Eric Bavier
2020-10-30guix: pack: Fix offset calculation for store directory mount point.Eric Bavier
2020-10-20guix build: Move package transformation options behind '--help-transform'.Ludovic Courtès
2020-10-02guix build: Record package transformations in manifest entries.Ludovic Courtès
2020-10-01pack: Work around ld.so bug that affects the "fakechroot" engine.Ludovic Courtès
2020-09-10scripts: Use 'define-command' and have 'guix help' use that.Ludovic Courtès
2020-08-03scripts: Pass #:verbosity to 'build-notifier'.Ludovic Courtès
2020-07-28pack: "fakechroot" execution engine can load its audit module.Ludovic Courtès
2020-07-24pack: '-R' applies to propagated inputs too.Ludovic Courtès
2020-07-20pack: Build the store database under a UTF-8 locale.Ludovic Courtès
2020-07-20pack: 'self-contained-tarball' runs derivation in a UTF-8local.Ludovic Courtès
2020-06-30pack: Dereference symlinks when looking for executables.Ludovic Courtès
2020-06-18database: 'register-items' takes an open database.Ludovic Courtès
2020-06-16pack: Add zstd compressor.Tobias Geerinckx-Rice
2020-05-14pack: Add relocation via ld.so and fakechroot.Ludovic Courtès
2020-05-14pack: Do not cross-compile the image building tools.Ludovic Courtès
2020-04-30Merge branch 'master' into core-updatesMarius Bakke
2020-04-26pack: Use a declarative profile.Ludovic Courtès
2020-04-08Merge branch 'master' into core-updatesMarius Bakke
2020-04-03pack: Pass the cross-compilation target to 'run-with-store'.Ludovic Courtès
2020-03-30Merge branch 'master' into core-updatesMarius Bakke
2020-03-29'--dry-run' no longer implies '--no-grafts'.Ludovic Courtès
2020-03-27Merge branch 'master' into core-updatesMarius Bakke
2020-03-24pack: Do not store extended attributes in squashfs images.Ludovic Courtès
2020-03-22pack: Use 'with-build-handler'.Ludovic Courtès
2020-03-17scripts: Refer to (default-guile) instead of 'guile-2.2'.Ludovic Courtès
2020-03-13pack: Do not create a squashfs "recovery file".Ludovic Courtès
2020-03-13pack: Make bit-reproducible squashfs images.Ludovic Courtès
2020-03-13pack: Factorize 'mksquashfs' invocations.Ludovic Courtès
2020-01-06Adjust module autoloads.Ludovic Courtès
2019-12-29pack: Save provenance information when using '--manifest'.Ludovic Courtès
2019-12-29profiles: Add 'map-manifest-entries'.Ludovic Courtès
2019-12-26gnu: Remove squashfs-tools-next.Ricardo Wurmus
2019-12-10pack: Clarify the /bin/sh requirement for Singularity.Ludovic Courtès
2019-11-26Use 'offload?' instead of 'build-hook?' internally.Ludovic Courtès
2019-11-22pack: Allow multiple '--manifest' options.Ludovic Courtès
2019-11-21pack: Add "--derivation".Ludovic Courtès
2019-09-17Merge branch 'master' into core-updatesLudovic Courtès
2019-09-16pack: Provide a meaningful "repository name" for Docker.Ludovic Courtès
2019-09-16pack: Add packages in the order in which they appear on the command line.Ludovic Courtès
2019-08-29Merge branch 'master' into core-updatesMark H Weaver
2019-08-27pack: Create /tmp in Docker images.Ludovic Courtès
2019-08-27docker: Take a list of directives instead of a list of symlinks.Ludovic Courtès
2019-08-23pack: '-R' honors the requested output.Ludovic Courtès
2019-07-31Merge branch 'master' into core-updatesMarius Bakke