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.5-254-ge7fc17b


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.5-254-ge7fc17b
Date: Mon, 17 Feb 2014 23:13:45 +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  e7fc17b592a0d25c18fbc6774b1f8a6d2a9bbc69 (commit)
      from  98e7fc9b02f00f3f2324b12dec1a6cd9beafbe01 (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 e7fc17b592a0d25c18fbc6774b1f8a6d2a9bbc69
Author: Ludovic Courtès <address@hidden>
Date:   Tue Feb 18 00:13:06 2014 +0100

    guix build: Factorize common options.
    
    * guix/scripts/build.scm (show-build-options-help,
      set-build-options-from-command-line): New procedures.
      (show-help): Remove description of --dry-run,
      --fallback, --no-substitutes, --max-silent-time, and --cores.  Call
      'show-build-options-help'.
      (%standard-build-options): New variable.
      (%options): Remove --dry-run, --fallback, --no-substitutes,
      --verbosity, --max-silent-time, and --cores.  Add
      %STANDARD-BUILD-OPTIONS.
      (guix-build): Use 'set-build-options-from-command-line' instead of
      'set-build-options'.
    * guix/scripts/archive.scm (show-help): Remove description of --dry-run,
      --fallback, --no-substitutes, --max-silent-time, and --cores.  Call
      'show-build-options-help'.
      (%options): Remove --dry-run, --fallback, --no-substitutes,
      --verbosity, --max-silent-time, and --cores.  Add
      %STANDARD-BUILD-OPTIONS.
      (export-from-store): Call 'set-build-options-from-command-line'
      instead of 'set-build-options.

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

Summary of changes:
 guix/scripts/archive.scm |  151 ++++++++++++++---------------------
 guix/scripts/build.scm   |  198 ++++++++++++++++++++++++++--------------------
 2 files changed, 171 insertions(+), 178 deletions(-)


hooks/post-receive
-- 
guix source archive



reply via email to

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