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.7-748-g7047133


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.7-748-g7047133
Date: Tue, 11 Nov 2014 14:31:40 +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  7047133f0777789107bd9f61f62c7d6ca10ed164 (commit)
       via  501d76475185127388c7776f89fb6526db4f1336 (commit)
       via  342b5204aad4c591fd4640857441fee955a7bc86 (commit)
      from  b118401f7126469a8cadae81876e21aa93657a79 (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 7047133f0777789107bd9f61f62c7d6ca10ed164
Author: Ludovic Courtès <address@hidden>
Date:   Tue Nov 11 15:30:58 2014 +0100

    import: Add GNU importer.
    
    Suggested by Karl Berry <address@hidden>
    and Andreas Enge <address@hidden>.
    
    * guix/import/gnu.scm, guix/scripts/import/gnu.scm: New files.
    * Makefile.am (MODULES): Add them.
    * guix/scripts/import.scm (importers): Add "gnu".
    * guix/gnu-maintenance.scm (gnu-release-archive-types): New procedure.
      (download-tarball): Export.

commit 501d76475185127388c7776f89fb6526db4f1336
Author: Ludovic Courtès <address@hidden>
Date:   Tue Nov 11 14:59:38 2014 +0100

    gnu-maintenance: Introduce <gnu-release> data type.
    
    * guix/gnu-maintenance.scm (<gnu-release>): New record type.
      (release-file): Rename to...
      (release-file?): ... this.  Return a Boolean.
      (tarball->version, coalesce-releases): New procedures.
      (releases): Call 'coalesce-releases' on RESULT.  Return <gnu-release>
      objects instead of pairs.
      (latest-release): Likewise.
      (package-update-path): Adjust accordingly.
    * gnu/packages.scm (check-package-freshness): Adjust accordingly.

commit 342b5204aad4c591fd4640857441fee955a7bc86
Author: Ludovic Courtès <address@hidden>
Date:   Tue Nov 11 12:05:43 2014 +0100

    nls: Update 'vi' translation.

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

Summary of changes:
 Makefile.am                              |    2 +
 gnu/packages.scm                         |   15 +-
 guix/gnu-maintenance.scm                 |  103 ++++-
 guix/import/gnu.scm                      |  116 ++++++
 guix/scripts/import.scm                  |    4 +-
 guix/scripts/import/{nix.scm => gnu.scm} |   47 ++-
 po/guix/vi.po                            |  642 ++++++++++++++++++------------
 7 files changed, 630 insertions(+), 299 deletions(-)
 create mode 100644 guix/import/gnu.scm
 copy guix/scripts/import/{nix.scm => gnu.scm} (61%)


hooks/post-receive
-- 
guix source archive



reply via email to

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