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-185-ge49951e


From: Mark H. Weaver
Subject: [SCM] guix source archive branch, master, updated. v0.1-185-ge49951e
Date: Sun, 17 Feb 2013 03:19:59 +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  e49951eb3e1e1a8e7bad6d7471483e70b0865352 (commit)
      from  040860152e63bbafb2eb3e93619e18d107c96b55 (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 e49951eb3e1e1a8e7bad6d7471483e70b0865352
Author: Mark H Weaver <address@hidden>
Date:   Thu Feb 14 04:15:25 2013 -0500

    Replace individual scripts with master 'guix' script.
    
    * scripts/guix.in: New script.
    
    * Makefile.am (bin_SCRIPTS): Add 'scripts/guix'.  Remove 'guix-build',
      'guix-download', 'guix-import', 'guix-package', and 'guix-gc'.
    
      (MODULES): Add 'guix/scripts/build.scm', 'guix/scripts/download.scm',
      'guix/scripts/import.scm', 'guix/scripts/package.scm', and
      'guix/scripts/gc.scm'.
    
    * configure.ac (AC_CONFIG_FILES): Add 'scripts/guix'.  Remove 'guix-build',
      'guix-download', 'guix-import', 'guix-package', and 'guix-gc'.
    
    * guix-build.in, guix-download.in, guix-gc.in, guix-import.in,
      guix-package.in: Remove shell script boilerplate.  Move to guix-COMMAND.in
      to guix/scripts/COMMAND.scm.  Rename module from (guix-COMMAND) to
      (guix scripts COMMAND).  Change "guix-COMMAND" to "guix COMMAND" in
      usage help string.
    
    * pre-inst-env.in: Add "@abs_top_builddir@/scripts" to the front of $PATH.
      Export $GUIX_UNINSTALLED.
    
    * tests/guix-build.sh, tests/guix-daemon.sh, tests/guix-download.sh,
      tests/guix-gc.sh, tests/guix-package.sh: Use "guix COMMAND" instead of
      "guix-COMMAND".
    
    * doc/guix.texi: Replace all occurrences of "guix-COMMAND" with
      "guix COMMAND".
    
    * po/POTFILES.in: Update.

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

Summary of changes:
 .gitignore                                    |    6 +--
 Makefile.am                                   |   11 ++--
 configure.ac                                  |    9 +--
 doc/guix.texi                                 |   82 ++++++++++++------------
 guix-build.in => guix/scripts/build.scm       |   17 +-----
 guix-download.in => guix/scripts/download.scm |   17 +-----
 guix-gc.in => guix/scripts/gc.scm             |   22 +------
 guix-import.in => guix/scripts/import.scm     |   17 +-----
 guix-package.in => guix/scripts/package.scm   |   17 +-----
 guix/ui.scm                                   |   38 +++++++++++-
 po/POTFILES.in                                |    8 +-
 pre-inst-env.in                               |   11 +++-
 scripts/guix.in                               |   56 +++++++++++++++++
 tests/guix-build.sh                           |   26 ++++----
 tests/guix-daemon.sh                          |    6 +-
 tests/guix-download.sh                        |   12 ++--
 tests/guix-gc.sh                              |   24 ++++----
 tests/guix-package.sh                         |   56 +++++++++---------
 18 files changed, 227 insertions(+), 208 deletions(-)
 rename guix-build.in => guix/scripts/build.scm (96%)
 rename guix-download.in => guix/scripts/download.scm (91%)
 rename guix-gc.in => guix/scripts/gc.scm (90%)
 rename guix-import.in => guix/scripts/import.scm (88%)
 rename guix-package.in => guix/scripts/package.scm (98%)
 create mode 100644 scripts/guix.in


hooks/post-receive
-- 
guix source archive



reply via email to

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