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-201-g2cd0910


From: nikita
Subject: GNU Guixguix source archive branch, master, updated. v0.3-201-g2cd0910
Date: Thu, 19 Sep 2013 11:35:39 +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  2cd09108c9b316c9c8aa1c1b87b85a1c32cef089 (commit)
      from  72d9148fbf6e097cd8838b51c49f107c5176287a (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 2cd09108c9b316c9c8aa1c1b87b85a1c32cef089
Author: Nikita Karetnikov <address@hidden>
Date:   Thu Sep 19 11:07:39 2013 +0000

    guix package: Add '--list-generations'.
    
    * guix/scripts/package.scm: Import (srfi srfi-19).
      (generation-time, matching-generations): New functions.
      (show-help): Add '--list-generations'.
      (%options): Likewise.
      (guix-package)[process-query]: Add support for '--list-generations'.
    * guix/ui.scm: Import (srfi srfi-19) and (ice-9 regex).
      (string->generations, string->duration): New functions.
    * tests/guix-package.sh: Test '--list-generations'.
    * tests/ui.scm: Import (srfi srfi-19).
      Test 'string->generations' and 'string->duration'.
    * doc/guix.texi (Invoking guix-package): Document '--list-generations'.

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

Summary of changes:
 doc/guix.texi            |   33 ++++++++++++++
 guix/scripts/package.scm |  107 ++++++++++++++++++++++++++++++++++++++++++++++
 guix/ui.scm              |   68 +++++++++++++++++++++++++++++
 tests/guix-package.sh    |    4 ++
 tests/ui.scm             |   85 ++++++++++++++++++++++++++++++++++++
 5 files changed, 297 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
guix source archive



reply via email to

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