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-312-g98eb8cb


From: nikita
Subject: [SCM] guix source archive branch, master, updated. v0.1-312-g98eb8cb
Date: Sun, 21 Apr 2013 08:22: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  98eb8cbe8d0bdebde0e151bfb309aa27abaef4d7 (commit)
      from  c6d7e299ae0acb14c76465c7036fdbddf2ef495e (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 98eb8cbe8d0bdebde0e151bfb309aa27abaef4d7
Author: Nikita Karetnikov <address@hidden>
Date:   Sun Apr 21 08:08:40 2013 +0000

    ui: Add a 'define-diagnostic' macro.
    
    * guix/ui.scm (define-diagnostic): New macro, which is based on the
      previous version of 'warning'.
      (warning, leave): Redefine using 'define-diagnostic'.
      (report-error): New macro.
      (install-locale): Use 'warning' instead of 'format'.
      (call-with-error-handling): Adjust 'leave'.
    * gnu/packages.scm (package-files): Use 'warning' instead of 'format'.
    * guix/gnu-maintenance.scm (http-fetch): Use 'warning' and 'leave'.
    * guix/scripts/build.scm (derivations-from-package-expressions, guix-build):
      Adjust 'leave'.
    * guix/scripts/download.scm (guix-download): Adjust 'leave'.
    * guix/scripts/gc.scm (size->number, %options): Adjust 'leave'.
    * guix/scripts/package.scm (roll-back, guix-package): Adjust 'leave'.
    * po/POTFILES.in: Add 'guix/gnu-maintenance.scm'.

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

Summary of changes:
 gnu/packages.scm          |    6 ++--
 guix/gnu-maintenance.scm  |   12 +++---
 guix/scripts/build.scm    |   14 ++++----
 guix/scripts/download.scm |    4 +-
 guix/scripts/gc.scm       |    7 ++--
 guix/scripts/package.scm  |    5 +--
 guix/ui.scm               |   82 ++++++++++++++++++++++----------------------
 po/POTFILES.in            |    1 +
 8 files changed, 65 insertions(+), 66 deletions(-)


hooks/post-receive
-- 
guix source archive



reply via email to

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