civodul pushed a change to branch master
in repository guix.

    from 85743578bc gnu: ucx: Enable building on riscv64-linux.
     new 8ee03e30bd transformations: Export ‘package-with-upstream-version’.
     new 2c5f6787fd gnu-maintenance: ‘import-html-release’ doesn’t abort upon 
HTTP 404.
     new bc3c89a475 gnu-maintenance: Savannah/Xorg updaters no longer abort on 
network errors.
     new a633422371 guix build: Add ‘--development’ option.
     new 4b5dae8def packages: Factorize ‘all-packages’.
     new 6b14eb3402 guix build: Add ‘--dependents’.
     new da9c3195ed import: gnome: Keep going upon HTTP errors.
     new e85cce3431 gnu-maintenance: ‘gnu-ftp’ updater excludes GnuPG-hosted 
packages.
     new 2227a6b084 gnu: Update updater properties for GnuPG-related packages.
     new 79be44fb51 gnu: gnutls: Change release monitoring URL.
     new db59509931 gnu: git-minimal: Add ‘upstream-name’ property.
     new 5d6691d33e gnu-maintenance: ‘generic-html’ update honors <base 
href="…">.
     new c6050cce28 guix build: Validate that the file passed to ‘-m’ returns a 
manifest.
     new dbce5c2d47 transformations: ‘package-with-upstream-version’ can 
preserve patches.
     new 3dfb757a45 transformations: Add #:authenticate? to 
‘package-with-upstream-version’.
     new 858dd7e721 etc: Add upgrade manifest.

The 16 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                      |   1 +
 doc/contributing.texi            |   4 +-
 doc/guix.texi                    |  52 +++++++++++
 etc/source-manifest.scm          |  13 +--
 etc/upgrade-manifest.scm         | 128 +++++++++++++++++++++++++++
 gnu/packages.scm                 |  20 ++++-
 gnu/packages/gnupg.scm           |  40 +++------
 gnu/packages/tls.scm             |   6 +-
 gnu/packages/version-control.scm |   3 +-
 guix/download.scm                |   3 +-
 guix/gnu-maintenance.scm         |  90 ++++++++++++-------
 guix/import/gnome.scm            |  13 ++-
 guix/scripts/build.scm           | 185 ++++++++++++++++++++++++++++++---------
 guix/scripts/graph.scm           |  10 ---
 guix/scripts/refresh.scm         |  10 ---
 guix/scripts/weather.scm         |  15 ----
 guix/transformations.scm         |  43 +++++++--
 tests/guix-build.sh              |  11 +++
 tests/transformations.scm        |  31 ++++++-
 19 files changed, 517 insertions(+), 161 deletions(-)
 create mode 100644 etc/upgrade-manifest.scm

Reply via email to