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-203-gf651b47


From: Ludovic Courtès
Subject: [SCM] guix source archive branch, master, updated. v0.1-203-gf651b47
Date: Wed, 20 Feb 2013 22:48: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  f651b477b701d086402c18665eca68b26c3bec6b (commit)
       via  9bb2b96aabdbb245c4a409e96b25df2954cfe385 (commit)
       via  7730d112a2707522943d06940da25a22841a4568 (commit)
       via  c61b026e3ae0ee2aca438100828ed55d226bfad6 (commit)
       via  80736cdf200105cb15872130cf1bb266c588505c (commit)
      from  8dcb0c55ab90c5e994f5adf1dfc68180197489bc (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 f651b477b701d086402c18665eca68b26c3bec6b
Author: Ludovic Courtès <address@hidden>
Date:   Wed Feb 20 23:46:38 2013 +0100

    Add "guix pull".
    
    * guix/scripts/pull.scm: New file.
    * Makefile.am (MODULES): Add it.
    * doc/guix.texi (Invoking guix pull): New node.
      (Invoking guix package): Add cross-ref to it.
    * guix/ui.scm (config-directory): New procedure.
    * scripts/guix.in: When `GUIX_UNINSTALLED' is undefined, add
      $XDG_CONFIG_HOME/guix/latest to the search path.
    * po/POTFILES.in: Add guix/scripts/pull.scm.

commit 9bb2b96aabdbb245c4a409e96b25df2954cfe385
Author: Ludovic Courtès <address@hidden>
Date:   Wed Feb 20 23:41:24 2013 +0100

    ui: Factorize `show-what-to-build'.
    
    * guix/scripts/package.scm (guix-package)[show-what-to-build]: Move to..
    * guix/ui.scm (show-what-to-build): ... here.  Add a `store'
      parameter'.  Adjust callers.
    * guix/scripts/build.scm (guix-build): Use it.  Remove `req' and `req*'
      variables.

commit 7730d112a2707522943d06940da25a22841a4568
Author: Ludovic Courtès <address@hidden>
Date:   Wed Feb 20 23:32:15 2013 +0100

    build: Adjust guix.texi to Texinfo 5.0.
    
    * doc/guix.texi: Change @title and @subtitle syntax to please Texinfo 5.0.

commit c61b026e3ae0ee2aca438100828ed55d226bfad6
Author: Ludovic Courtès <address@hidden>
Date:   Wed Feb 20 23:03:24 2013 +0100

    ui: Add temporary file handling and atomic symlink switch.
    
    * guix/scripts/download.scm (call-with-temporary-output-file): Move to
      ui.scm.
    * guix/scripts/package.scm (switch-symlinks): Likewise.
    * guix/ui.scm (call-with-temporary-output-file, switch-symlinks): New
      procedures.

commit 80736cdf200105cb15872130cf1bb266c588505c
Author: Ludovic Courtès <address@hidden>
Date:   Wed Feb 20 22:59:35 2013 +0100

    download: Adjust to `http-get*' deprecation.
    
    * guix/build/download.scm (http-fetch): Adjust to use #:streaming? when
      using Guile 2.0.8+.

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

Summary of changes:
 Makefile.am               |    1 +
 doc/guix.texi             |   37 +++++++-
 guix/build/download.scm   |   25 ++++--
 guix/scripts/build.scm    |   23 +----
 guix/scripts/download.scm |   11 --
 guix/scripts/package.scm  |   35 +-------
 guix/scripts/pull.scm     |  222 +++++++++++++++++++++++++++++++++++++++++++++
 guix/ui.scm               |   74 +++++++++++++++
 po/POTFILES.in            |    1 +
 scripts/guix.in           |   12 ++-
 10 files changed, 363 insertions(+), 78 deletions(-)
 create mode 100644 guix/scripts/pull.scm


hooks/post-receive
-- 
guix source archive



reply via email to

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