cbaines pushed a change to branch master
in repository guix.

    from df64d48e6f maint: Fix help2man for guix subcommands with `make V=2'.
     new d439deae12 gnu: sonata: Add gvfs as an input.
     new ac19e038b4 Switch order of the default substitute servers.
     new d9276a46bf scripts: substitute: Remove side effect warning from 
network-error?.
     new dcf0cca8d7 scripts: substitute: Allow not using with-timeout in 
download-nar.
     new ecbab97f07 scripts: substitute: Replace some leave calls with raise.
     new 22fa92cf28 store: database: Remove call-with-savepoint and associated 
code.
     new b914fb9b70 store: database: Remove with-statement and associated code.
     new cdd4a0c3c9 store: database: Inline SQL to where it's used.
     new 511d68c71d store: database: Stop finalizing prepared statements.
     new c6cc9aeb87 store: database: Refactor sqlite-register.
     new c9cd16c630 store: database: Rename a couple of procedures.

The 11 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 -
 config-daemon.ac               |   2 +-
 doc/guix.texi                  |   4 +-
 etc/guix-install.sh            |   2 +-
 gnu/installer/newt/network.scm |   4 +-
 gnu/packages/mpd.scm           |   1 +
 guix/scripts/substitute.scm    |  82 ++++++++------
 guix/store.scm                 |   4 +-
 guix/store/database.scm        | 238 ++++++++++++++++-------------------------
 tests/pack.scm                 |   2 +-
 tests/store-database.scm       |  53 +++++----
 11 files changed, 179 insertions(+), 216 deletions(-)

Reply via email to