[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (5f9c92d -> 129b9b1)
From: |
guix-commits |
Subject: |
branch master updated (5f9c92d -> 129b9b1) |
Date: |
Tue, 17 Nov 2020 18:02:45 -0500 (EST) |
apteryx pushed a change to branch master
in repository guix.
from 5f9c92d gnu: snap: Update to 6.3.3.
add 3de898b maint: update-guix-package: Optionally add sources to store.
add a4cfdab gnu: python-flask-basicauth: Fix build.
add c410e9e gnu: python-flask-basicauth: Fix indentation.
add a30e7a7 maint: Use 'guix' instead of 'guile3.0-guix' for the binary
tarball.
add ae10ec4 gnu: glib: Graft patch to detect changes to the installed
applications.
add 1e272d4 Update NEWS.
add 3ba6ffd gnu: guix: Update to 1.2.0rc1.
add 4b2ce77 gnu: guix: Update to 3ba6ffd.
add 4e01bc4 gnu: python-pysam: Update to version 0.16.0.1.
add 0b146ce Merge branch 'version-1.2.0' of
ssh://git.sv.gnu.org/srv/git/guix into version-1.2.0
add e783cd5 pack: Expose some bindings for third-party use.
add 0cdc13c guix build: Expose log-url for third parties.
add 627e61f maint: Add '.guix-authorizations' to the distribution.
add c6e8f40 maint: Rebuild '.version' when 'config.status' changes.
add 6234328 etc: Updates for the guix-daemon SELinux policy.
add 6306028 publish: Harmonize buffer size values and configuration.
add 977eb5d Properly deal with build directories containing '~'.
add 98750a9 self: Limit the number of threads used when translating
manuals.
add 29ed17d pull: Do not suggest running `guix pull --news' on the first
run.
add d403141 maint: Install 'guix-daemon.cil' SELinux file.
add 6cad3f6 services: mingetty: Export configuration accessors.
add 37c21b1 gnu: guix: Use libexec/guix/guile in the 'guix' shebang.
add 9113de2 installer: Fix device synchronization.
new 129b9b1 Merge remote-tracking branch 'origin/version-1.2.0' into
master
The 1 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 | 23 ++--
NEWS | 4 +
build-aux/update-guix-package.scm | 73 ++++++++---
doc/contributing.texi | 11 +-
etc/guix-daemon.cil.in | 180 +++++++++++++++++++++++---
gnu/local.mk | 1 +
gnu/packages/glib.scm | 14 +-
gnu/packages/package-management.scm | 16 ++-
gnu/packages/patches/glib-appinfo-watch.patch | 92 +++++++++++++
gnu/packages/python-web.scm | 33 +++--
gnu/services/base.scm | 21 ++-
guix/scripts/build.scm | 4 +-
guix/scripts/pack.scm | 5 +
guix/scripts/publish.scm | 28 +++-
guix/scripts/pull.scm | 2 +-
guix/self.scm | 10 +-
tests/build-utils.scm | 4 +-
18 files changed, 431 insertions(+), 91 deletions(-)
create mode 100644 gnu/packages/patches/glib-appinfo-watch.patch
- branch master updated (5f9c92d -> 129b9b1),
guix-commits <=