summaryrefslogtreecommitdiff
path: root/guix/scripts/pack.scm
AgeCommit message (Expand)Author
2019-07-22pack: Pass a list as the entry point for 'build-docker-image'.Ludovic Courtès
2019-07-04pack: 'squashfs' backend records the profile's search paths.Ludovic Courtès
2019-07-04pack: 'docker' backend records the profile's search paths.Ludovic Courtès
2019-06-10pack: Fix 'guix pack -f docker'.Ludovic Courtès
2019-06-07pack: Add '--entry-point'.Ludovic Courtès
2019-05-22pack: Warn when building an empty pack.Ludovic Courtès
2019-05-22pack: Add '--root'.Ludovic Courtès
2019-04-04scripts: More commands default to verbosity level 1.Ludovic Courtès
2019-04-04gexp: Remove workarounds for <https://bugs.gnu.org/15602>.Ludovic Courtès
2019-03-19pack: Create an empty /home directory for '-f squashfs'.Ludovic Courtès
2019-03-19pack: Produce relative symlinks when using '-f squashfs'.Ludovic Courtès
2019-03-15pack: Construct inferior package names correctly.P.C. Shyamshankar
2019-03-15pack: "-RR" produces PRoot-enabled relocatable binaries.Ludovic Courtès
2019-03-07pack: Add '--save-provenance'.Ludovic Courtès
2019-02-11Avoid name clash with 'build' from (guix store) and (guix status).Ludovic Courtès
2019-02-11pack, vm: Fix incorrect use of 'package-transitive-propagated-inputs'.Ludovic Courtès
2019-01-11guix build: Re-purpose '--verbosity' and add '--debug'.Ludovic Courtès
2019-01-11status: Add 'with-status-verbosity'.Ludovic Courtès
2019-01-09maint: Remove 'cond-expand' forms for Guile 2.0.Ludovic Courtès
2018-11-27pack: List the available formats.Efraim Flashner
2018-11-23pack: Add '--profile-name'.Ludovic Courtès
2018-11-06pack: Squashfs backend now honors '--localstatedir'.Ludovic Courtès
2018-11-06pack: Docker backend now honors '--localstatedir'.Ludovic Courtès
2018-11-06pack: Import (guix store database) only when '--localstatedir' is passed.Ludovic Courtès
2018-11-06pack: Move store database creation to a separate derivation.Ludovic Courtès
2018-10-27pack: Hide 'zip' colliding binding.Ludovic Courtès
2018-10-27pack: Remove unused variable.Ludovic Courtès
2018-10-19pack: Fix "-C none -f tarball".Ludovic Courtès
2018-10-15status: Build upon multiplexed build output.Ludovic Courtès
2018-09-27Add (guix status) and use it for pretty colored output.Ludovic Courtès
2018-09-04Switch to Guile-Gcrypt.Ludovic Courtès
2018-08-31pack: Correctly report "unknown pack format" errors.Ludovic Courtès
2018-07-22Revert "guix: Compress and decompress xz archives in parallel."Marius Bakke
2018-07-05pack: Use guile-for-build for the target system.Ludovic Courtès
2018-06-25pack: Squashfs build expression refers to (guix store database) & co.Ludovic Courtès
2018-06-24pack: Fix guix pack -f docker.Christopher Baines
2018-06-14install: Use (guix store database) instead of 'guix-register'.Ludovic Courtès
2018-06-14store-copy: 'read-reference-graph' returns a list of records.Ludovic Courtès
2018-06-01pack: Use 'with-extensions' when referring to (guix docker).Ludovic Courtès
2018-05-28pack: Add support for squashfs images.Ricardo Wurmus
2018-05-28pack: Rename "tar" to "archiver".Ricardo Wurmus
2018-05-14pack: Link top-level entries of wrapped packages.Ludovic Courtès
2018-05-11pack: 'guix pack -S xxx' no longer adds entries twice to the tarball.Ludovic Courtès
2018-05-10pack: Add '--relocatable'.Ludovic Courtès
2018-05-07pack: Fix handling of '-e'.Ludovic Courtès
2018-05-07pack: Honor package transformation options.Ludovic Courtès
2018-05-07pack: Do not autoload (gnu packages base).Ludovic Courtès
2018-03-24guix: Rewrite build-docker-image to allow more paths.Chris Marusich
2018-03-24tests: Add tests for "guix pack".Chris Marusich
2018-02-16pack: Adjust '--manifest' documentation.Ludovic Courtès