guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated (e2ff126 -> 6396f0c)


From: guix-commits
Subject: branch master updated (e2ff126 -> 6396f0c)
Date: Tue, 29 Jun 2021 15:18:12 -0400 (EDT)

apteryx pushed a change to branch master
in repository guix.

    from e2ff126  installer: Fix crash when deleting a free space partition.
     new 91e8372  pack: Extract builder code from self-contained-tarball.
     new 7708c0b  pack: Factorize base tar options.
     new f72aa38  pack: Fix typo.
     new 6b0e55c  pack: Improve naming of the packs store file names.
     new 4f3bdc8  pack: Prevent duplicate files in tar archives.
     new 8108c26  tests: pack: Fix compressor extension.
     new 82daab4  pack: Add support for the deb format.
     new 6396f0c  news: Add entry for the new 'deb' guix pack format.

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .dir-locals.el              |   1 +
 Makefile.am                 |   1 +
 NEWS                        |   7 +-
 doc/guix.texi               |   5 +
 etc/news.scm                |  15 ++
 gnu/system/file-systems.scm |  56 ++++--
 guix/build/pack.scm         |  52 +++++
 guix/docker.scm             |  20 +-
 guix/scripts/pack.scm       | 480 ++++++++++++++++++++++++++++++--------------
 tests/file-systems.scm      |   7 +-
 tests/pack.scm              |  77 ++++++-
 11 files changed, 535 insertions(+), 186 deletions(-)
 create mode 100644 guix/build/pack.scm



reply via email to

[Prev in Thread] Current Thread [Next in Thread]