guix-commits
[Top][All Lists]
Advanced

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

[SCM] guix source archive branch, master, updated. v0.1-276-g0f41c26


From: Ludovic Courtès
Subject: [SCM] guix source archive branch, master, updated. v0.1-276-g0f41c26
Date: Thu, 04 Apr 2013 22:14:49 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "guix source archive".

The branch, master has been updated
       via  0f41c26f9b9c981d5d5ecaa8c2ccda4f4c6ab147 (commit)
       via  462f8e9f332b3e89bd8b0ebd4c618447b8558560 (commit)
      from  f65cf81a3cd15eab993e129977bca46972508b4b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0f41c26f9b9c981d5d5ecaa8c2ccda4f4c6ab147
Author: Ludovic Courtès <address@hidden>
Date:   Thu Apr 4 22:29:08 2013 +0200

    Add (guix nar) and (guix serialization).
    
    * guix/store.scm (write-int, read-int, write-long-long, read-long-long,
      write-padding, write-string, read-string, read-latin1-string,
      write-string-list, read-string-list, write-store-path,
      read-store-path, write-store-path-list, read-store-path-list): Move to
      serialization.scm.
      (write-contents, write-file): Move to nar.scm.
    * guix/nar.scm, guix/serialization.scm: New files.
    * Makefile.am (MODULES): Add them.

commit 462f8e9f332b3e89bd8b0ebd4c618447b8558560
Author: Ludovic Courtès <address@hidden>
Date:   Thu Apr 4 21:47:55 2013 +0200

    substitute-binary: Fix communication of several store paths to the daemon.
    
    * guix/scripts/substitute-binary.scm (guix-substitute-binary)["--query"]:
      Emit blank lines only after the complete list of store paths has been
      returned.

-----------------------------------------------------------------------

Summary of changes:
 Makefile.am                        |    2 +
 guix/nar.scm                       |  110 ++++++++++++++++++++++++++
 guix/scripts/substitute-binary.scm |   12 ++--
 guix/serialization.scm             |  114 +++++++++++++++++++++++++++
 guix/store.scm                     |  149 +-----------------------------------
 5 files changed, 234 insertions(+), 153 deletions(-)
 create mode 100644 guix/nar.scm
 create mode 100644 guix/serialization.scm


hooks/post-receive
-- 
guix source archive



reply via email to

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