guix-commits
[Top][All Lists]
Advanced

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

GNU Guixguix source archive branch, master, updated. v0.3-68-g59e6ae6


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.3-68-g59e6ae6
Date: Sat, 24 Aug 2013 15:31:51 +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  59e6ae6cf1863366976f86b509c80c6c546856f9 (commit)
       via  bbe8d8f028283449f030b70fdbeb12dcf58b53ad (commit)
       via  fe12c3458c1b1df56227800f27db777936a90971 (commit)
       via  7357138bba23851584f522e6a986ca3fc80dbf43 (commit)
       via  b095792f9b8676411f7b5eb6c768d28ae123449b (commit)
      from  c9dfa3c72184fcad6a4c1c23d5c75c6d01b77a8c (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 59e6ae6cf1863366976f86b509c80c6c546856f9
Author: Ludovic Courtès <address@hidden>
Date:   Sat Aug 24 17:29:55 2013 +0200

    hydra: Add job to run "make distcheck" on Guix.
    
    * build-aux/hydra/guix.scm: New file.
    * Makefile.am (EXTRA_DIST): Add it.

commit bbe8d8f028283449f030b70fdbeb12dcf58b53ad
Author: Ludovic Courtès <address@hidden>
Date:   Sat Aug 24 17:23:17 2013 +0200

    gnu: Add Guix.
    
    * gnu/packages/package-management.scm: New file.
    * gnu-system.am (GNU_SYSTEM_MODULES): Add it.

commit fe12c3458c1b1df56227800f27db777936a90971
Author: Ludovic Courtès <address@hidden>
Date:   Sat Aug 24 17:17:06 2013 +0200

    build-system/gnu: Add `dist-package'.
    
    * guix/build/gnu-dist.scm: New file.
    * Makefile.am (MODULES): Add it.
    * guix/build-system/gnu.scm (%default-modules): New variable.
      (gnu-build): Use it.
      (dist-package): New procedure.

commit 7357138bba23851584f522e6a986ca3fc80dbf43
Author: Ludovic Courtès <address@hidden>
Date:   Sat Aug 24 16:58:44 2013 +0200

    packages: Allow file names as package sources.
    
    * guix/packages.scm (package-source-derivation): Add cases for SOURCE as
      a store path or user file.
    * tests/packages.scm ("package-source-derivation, file",
      "package-source-derivation, store path"): New tests.

commit b095792f9b8676411f7b5eb6c768d28ae123449b
Author: Ludovic Courtès <address@hidden>
Date:   Sat Aug 24 11:08:01 2013 +0200

    doc: Mention what's in the chroot, and add a caveat about /dev/shm.
    
    * doc/guix.texi (Setting Up the Daemon): Document the default content of
      the chroot, and the /dev/shm caveat.

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

Summary of changes:
 Makefile.am                         |    2 +
 build-aux/hydra/guix.scm            |   98 +++++++++++++++++++++++++++++++++
 doc/guix.texi                       |   11 ++++
 gnu-system.am                       |    1 +
 gnu/packages/package-management.scm |  102 +++++++++++++++++++++++++++++++++++
 guix/build-system/gnu.scm           |   46 ++++++++++++++--
 guix/build/gnu-dist.scm             |   95 ++++++++++++++++++++++++++++++++
 guix/packages.scm                   |    6 ++-
 tests/packages.scm                  |   22 +++++++-
 9 files changed, 376 insertions(+), 7 deletions(-)
 create mode 100644 build-aux/hydra/guix.scm
 create mode 100644 gnu/packages/package-management.scm
 create mode 100644 guix/build/gnu-dist.scm


hooks/post-receive
-- 
guix source archive



reply via email to

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