summaryrefslogtreecommitdiff
path: root/guix/scripts/pack.scm
AgeCommit message (Expand)Author
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
2018-02-15pack: Add '--manifest'.Konrad Hinsen
2017-12-07scripts: All commands enable build hooks by default.Ludovic Courtès
2017-09-01scripts: Remove 'max-silent-time' from the default options.Maxim Cournoyer
2017-08-19pack: Add "none" compressor.Ricardo Wurmus
2017-05-20pack: Use 'guile2.0-json' when building with Guile 2.0.Ludovic Courtès
2017-05-03ui: Rename '_' to 'G_'.Ludovic Courtès
2017-04-07pack: Add '--expression'.Ludovic Courtès
2017-04-02guix: Compress and decompress xz archives in parallel.Efraim Flashner
2017-03-18pack: Add '--target'.Ludovic Courtès
2017-03-17pack: Move absolute file name to <compressor>.Ludovic Courtès
2017-03-16pack: Allow for "-S /opt/foo=".Ludovic Courtès
2017-03-16pack: Honor symlinks in the Docker back-end.Ludovic Courtès
2017-03-16pack: Use a fixed timestamp in Docker images.Ludovic Courtès
2017-03-16pack: Add '--format' option and Docker output support.Ludovic Courtès
2017-03-16pack: Honor command-line options related to the store.Ludovic Courtès
2017-03-14pack: Add unit test.Ludovic Courtès
2017-03-14pack: Use maximum compression; use '-n' for gzip.Ludovic Courtès
2017-03-14pack: Add '--symlink'.Ludovic Courtès
2017-03-14pack: Add '--localstatedir' option.Ludovic Courtès
2017-03-12Add 'guix pack'.Ludovic Courtès