guix-commits
[Top][All Lists]
Advanced

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

branch master updated (d129d962e4 -> d276a7dd61)


From: guix-commits
Subject: branch master updated (d129d962e4 -> d276a7dd61)
Date: Wed, 25 May 2022 03:29:06 -0400 (EDT)

mothacehe pushed a change to branch master
in repository guix.

    from d129d962e4 gnu: breezy: Update to 3.2.2.
     new dab819d5c4 Move (gnu platform) and (gnu platforms ...) to guix/.
     new 9e2b0dc9e5 build-system: linux-module: Directly use-module (guix 
platform).
     new d276a7dd61 tests: Fix wrong target triplets.

The 3 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:
 Makefile.am                         |  8 ++++++++
 doc/guix.texi                       |  2 +-
 etc/release-manifest.scm            |  2 +-
 gnu/ci.scm                          |  2 +-
 gnu/image.scm                       |  2 +-
 gnu/local.mk                        |  8 --------
 gnu/packages/bioinformatics.scm     |  2 +-
 gnu/packages/bootstrap.scm          |  2 +-
 gnu/packages/cross-base.scm         |  2 +-
 gnu/packages/instrumentation.scm    |  2 +-
 gnu/packages/linux.scm              |  2 +-
 gnu/system/image.scm                |  2 +-
 gnu/system/images/hurd.scm          |  2 +-
 gnu/system/images/novena.scm        |  2 +-
 gnu/system/images/pine64.scm        |  2 +-
 gnu/system/images/pinebook-pro.scm  |  2 +-
 gnu/system/images/rock64.scm        |  2 +-
 guix/build-system/linux-module.scm  |  4 ++--
 {gnu => guix}/platform.scm          |  4 ++--
 {gnu => guix}/platforms/arm.scm     |  5 ++---
 {gnu => guix}/platforms/hurd.scm    |  5 ++---
 {gnu => guix}/platforms/mips.scm    |  5 ++---
 {gnu => guix}/platforms/powerpc.scm |  5 ++---
 {gnu => guix}/platforms/riscv.scm   |  5 ++---
 {gnu => guix}/platforms/s390.scm    |  5 ++---
 {gnu => guix}/platforms/x86.scm     |  5 ++---
 guix/scripts/build.scm              |  2 +-
 guix/scripts/system.scm             |  2 +-
 guix/self.scm                       |  2 +-
 tests/gexp.scm                      | 12 ++++++------
 tests/guix-pack.sh                  |  2 +-
 31 files changed, 51 insertions(+), 58 deletions(-)
 rename {gnu => guix}/platform.scm (98%)
 rename {gnu => guix}/platforms/arm.scm (92%)
 rename {gnu => guix}/platforms/hurd.scm (90%)
 rename {gnu => guix}/platforms/mips.scm (90%)
 rename {gnu => guix}/platforms/powerpc.scm (92%)
 rename {gnu => guix}/platforms/riscv.scm (91%)
 rename {gnu => guix}/platforms/s390.scm (90%)
 rename {gnu => guix}/platforms/x86.scm (94%)



reply via email to

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