guix-commits
[Top][All Lists]
Advanced

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

branch master updated (d318ccc363 -> cc0cdf51f7)


From: guix-commits
Subject: branch master updated (d318ccc363 -> cc0cdf51f7)
Date: Sun, 19 Feb 2023 21:24:54 -0500 (EST)

apteryx pushed a change to branch master
in repository guix.

    from d318ccc363 gnu: icecat: Unbundle nss and nspr.
     new 068971805a .dir-locals: Add let-keywords indentation rules.
     new 5c099f496f pack: Use let-keywords instead of keyword-ref.
     new 68775338a5 gexp: computed-file: Honor %guile-for-build.
     new 68380db4c4 pack: Extract populate-profile-root from 
self-contained-tarball/builder.
     new ac1d530d56 tests: pack: Fix indentation.
     new 598f4c509b pack: Add RPM format.
     new 633ead4afc etc: Add a news entry snippet.
     new cc0cdf51f7 news: Add entry for the new 'rpm' 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                               |   3 +
 Makefile.am                                  |   2 +
 doc/guix.texi                                |  46 +-
 etc/news.scm                                 |  45 +-
 etc/snippets/yas/scheme-mode/guix-news-entry |   9 +
 guix/gexp.scm                                |   6 +-
 guix/rpm.scm                                 | 623 +++++++++++++++++++++++++++
 guix/scripts/pack.scm                        | 555 +++++++++++++++++-------
 tests/pack.scm                               | 336 +++++++++------
 tests/rpm.scm                                |  86 ++++
 10 files changed, 1404 insertions(+), 307 deletions(-)
 create mode 100644 etc/snippets/yas/scheme-mode/guix-news-entry
 create mode 100644 guix/rpm.scm
 create mode 100644 tests/rpm.scm



reply via email to

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