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-172-gdc5669c


From: Mark H. Weaver
Subject: [SCM] guix source archive branch, master, updated. v0.1-172-gdc5669c
Date: Thu, 14 Feb 2013 03:09:01 +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  dc5669cd654019994fa59ab26db59c292332ae55 (commit)
      from  c2868b1e0c4155fbeffac9860d69a1ed6041156a (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 dc5669cd654019994fa59ab26db59c292332ae55
Author: Mark H Weaver <address@hidden>
Date:   Tue Feb 12 01:24:21 2013 -0500

    Build newest versions unless specified, and implement upgrades.
    
    * gnu/packages.scm (find-newest-available-packages):
      New exported procedure.
    
    * guix-build.in (newest-available-packages, find-best-packages-by-name):
      New procedures.
      (find-package): Use find-best-packages-by-name, to guarantee that
      if a version number is not specified, only the newest versions will
      be considered.
    
    * guix-package.in (%options): Add --upgrade/-u option.
      (newest-available-packages, find-best-packages-by-name, upgradeable?):
      New procedures.
      (find-package): Use find-best-packages-by-name, to guarantee that
      if a version number is not specified, only the newest versions will
      be considered.
      (process-actions): Implement upgrade option.
    
    * doc/guix.texi (Invoking guix-package): In the description of --install,
      mention that if no version number is specified, the newest available
      version will be selected.

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

Summary of changes:
 doc/guix.texi    |    7 +++--
 gnu/packages.scm |   26 ++++++++++++++++++-
 guix-build.in    |   20 ++++++++++++--
 guix-package.in  |   73 ++++++++++++++++++++++++++++++++++++++++++++---------
 4 files changed, 106 insertions(+), 20 deletions(-)


hooks/post-receive
-- 
guix source archive



reply via email to

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