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-578-g0f241da


From: Ludovic Courtès
Subject: [SCM] guix source archive branch, master, updated. v0.1-578-g0f241da
Date: Sun, 12 May 2013 14:36:07 +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  0f241da212dee9e027ff63b3c0020e5cbd3f6e44 (commit)
       via  a463ffd9e8b1a60c2514eeb0d9f621e5a0e33767 (commit)
       via  e793178adbd7d0d2202c0ab4bc6a9fec1df8851f (commit)
       via  c0cd1b3ea7753fe2826f7a336019000df9dea96f (commit)
       via  9b1ef2f3232e7af111ba05353008ebd2f8955f02 (commit)
       via  46614bba7c164745d63ec9542f7ea7cd5cff26eb (commit)
      from  47d188109ebe95d862c3297657a990845c9a4545 (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 0f241da212dee9e027ff63b3c0020e5cbd3f6e44
Author: Ludovic Courtès <address@hidden>
Date:   Sun May 12 16:35:08 2013 +0200

    Update `NEWS'.

commit a463ffd9e8b1a60c2514eeb0d9f621e5a0e33767
Author: Ludovic Courtès <address@hidden>
Date:   Sun May 12 16:26:12 2013 +0200

    build: Make sure the distribution doesn't embed store file names.
    
    * Makefile.am (assert-no-store-file-names): New target.
      (dist-hook): Depend on it.

commit e793178adbd7d0d2202c0ab4bc6a9fec1df8851f
Author: Ludovic Courtès <address@hidden>
Date:   Sun May 12 16:14:25 2013 +0200

    build: Generate a ChangeLog file upon "make dist".
    
    * Makefile.am (sync-synopses): New rule, formerly `dist-hook.
      (gen-ChangeLog): New rule.
      (dist-hook): Depend on these two targets.

commit c0cd1b3ea7753fe2826f7a336019000df9dea96f
Author: Ludovic Courtès <address@hidden>
Date:   Sun May 12 15:46:16 2013 +0200

    Move record utilities to (guix records).
    
    * guix/utils.scm (define-record-type*): Move to...
    * guix/records.scm: ... here.  New file.
    * guix/build-system.scm, guix/packages.scm: Use it.
    * guix/gnu-maintenance.scm: Likewise.
      (official-gnu-packages)[alist->record]: Remove.
    * guix/scripts/substitute-binary.scm: Likewise.
      (alist->record, object->fields): Remove.
    * tests/utils.scm ("define-record-type*", "define-record-type* with
      letrec* behavior", "define-record-type* & inherit",
      "define-record-type* & inherit & letrec* behavior",
      "define-record-type* & thunked", "define-record-type* & thunked &
      default", "define-record-type* & thunked & inherited"): Move to...
    * tests/records.scm: ... here.  New file.

commit 9b1ef2f3232e7af111ba05353008ebd2f8955f02
Author: Ludovic Courtès <address@hidden>
Date:   Sun May 12 15:18:17 2013 +0200

    release.nix: Revert back to before unchroot experiments.
    
    * release.nix: Revert to commit 4050e5d6cfe8f7af29f10b2f1b3c7febdc10946a.

commit 46614bba7c164745d63ec9542f7ea7cd5cff26eb
Author: Ludovic Courtès <address@hidden>
Date:   Sun May 12 12:37:21 2013 +0200

    gnu: guile-reader: Install modules in the right place.
    
    * gnu/packages/guile.scm (guile-reader): Add `arguments' field.

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

Summary of changes:
 ChangeLog                          |    5 +-
 Makefile.am                        |   45 ++++++--
 NEWS                               |   26 ++++-
 gnu/packages/guile.scm             |   10 ++-
 guix/build-system.scm              |    4 +-
 guix/gnu-maintenance.scm           |    7 +-
 guix/packages.scm                  |    1 +
 guix/records.scm                   |  214 ++++++++++++++++++++++++++++++++++++
 guix/scripts/substitute-binary.scm |   17 +---
 guix/utils.scm                     |  165 ---------------------------
 release.nix                        |   70 ++----------
 tests/records.scm                  |  137 +++++++++++++++++++++++
 tests/utils.scm                    |  108 ------------------
 13 files changed, 434 insertions(+), 375 deletions(-)
 create mode 100644 guix/records.scm
 create mode 100644 tests/records.scm


hooks/post-receive
-- 
guix source archive



reply via email to

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