guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] UNNAMED PROJECT branch, core-updates, updated. 97d3998e7a8a8e22fbe


From: Ludovic Courtès
Subject: [SCM] UNNAMED PROJECT branch, core-updates, updated. 97d3998e7a8a8e22fbef2e42db66456b826b1695
Date: Wed, 02 Jan 2013 00:05:10 +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 "UNNAMED PROJECT".

The branch, core-updates has been updated
       via  97d3998e7a8a8e22fbef2e42db66456b826b1695 (commit)
       via  52b8e5fc30f42914c1dadeca4243a5b55467be48 (commit)
       via  46866fadee576d3c1dfa4b3d3ab819bfae3fdf8b (commit)
       via  8cd8e97cb5e4a32c20cbab6c048f5213509c4ac9 (commit)
       via  93b035757554830d4f4e190aef7d5b90fa845bb0 (commit)
       via  4d058c67929aa9d464fcb1ff0217122424078cb8 (commit)
       via  450fb5a6b44f05dbaa35daf2b696dfc4d502be96 (commit)
       via  b2adb3ae04ce2b0e383b6c4a0b78c7e885350d7a (commit)
      from  bc5bf85fa222cf06e5d8236d01872c1bb89a8d20 (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 97d3998e7a8a8e22fbef2e42db66456b826b1695
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jan 2 01:04:37 2013 +0100

    tests: Adjust to not rely on /bin/sh.
    
    * tests/derivations.scm (%bash): New variable.
      Replace occurrences of "/bin/sh" by %BASH.
    * tests/union.scm ("union-build"): Delete duplicates from
      %BOOTSTRAP-INPUTS.

commit 52b8e5fc30f42914c1dadeca4243a5b55467be48
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jan 2 01:01:58 2013 +0100

    distro: sed: Patch references to /bin/sh in the test suite.
    
    * distro/packages/base.scm (sed): Add `patch-test-suite' phase.

commit 46866fadee576d3c1dfa4b3d3ab819bfae3fdf8b
Author: Ludovic Courtès <address@hidden>
Date:   Tue Jan 1 23:55:40 2013 +0100

    distro: glibc: Build the statically-linked Bash embedded in glibc.
    
    * distro/packages/base.scm (glibc): Expect "static-bash" to be a
      directory, not a single file.  Call `remove-store-references' on the
      "bash" binary that is copied.  Add an `sh' -> `bash' symlink.  Change
      the "static-bash" input to (static-package bash-light).
      (glibc-final): Rename to...
      (glibc-final-with-bootstrap-bash): ... this.  Change `name' to
      "glibc-intermediate".  Remove #:patch-shebangs? setting.
      (cross-gcc-wrapper): New procedure, with code formerly in
      GCC-BOOT0-WRAPPED.
      (gcc-boot0-wrapped): Use it.
      (static-bash-for-glibc): New variable.
      (glibc-final): Inherit from GLIBC-FINAL-WITH-BOOTSTRAP-BASH, and use
      STATIC-BASH-FOR-GLIBC as the "static-bash" input.

commit 8cd8e97cb5e4a32c20cbab6c048f5213509c4ac9
Author: Ludovic Courtès <address@hidden>
Date:   Tue Jan 1 23:50:52 2013 +0100

    distro: glibc: Fix contradicting settings of `BASH_SHELL'.
    
    * distro/packages/base.scm (glibc-final): Remove `ac_cv_path_BASH_SHELL'
      setting.
      (glibc): Set `BASH_SHELL' instead of `ac_cv_path_BASH_SHELL'.

commit 93b035757554830d4f4e190aef7d5b90fa845bb0
Author: Ludovic Courtès <address@hidden>
Date:   Tue Jan 1 23:12:34 2013 +0100

    utils: Use binary I/O primitives for `remove-store-references'.
    
    * guix/build/utils.scm (fold-port-matches)[get-char]: New procedure.
      (remove-store-references): Use `put-u8' and `put-bytevector'.

commit 4d058c67929aa9d464fcb1ff0217122424078cb8
Author: Ludovic Courtès <address@hidden>
Date:   Tue Jan 1 16:55:34 2013 +0100

    build-system/gnu: Add `static-package'.
    
    * distro/packages/make-bootstrap.scm (static-package): Move to...
    * guix/build-system/gnu.scm (static-package): ... here.  New procedure.

commit 450fb5a6b44f05dbaa35daf2b696dfc4d502be96
Author: Ludovic Courtès <address@hidden>
Date:   Tue Jan 1 16:54:45 2013 +0100

    distro: Move lightweight Bash to (distro packages bash).
    
    * distro/packages/make-bootstrap.scm (%bash-static): Move BASH-LIGHT to...
    * distro/packages/bash.scm (bash-light): ... here.  New variable.

commit b2adb3ae04ce2b0e383b6c4a0b78c7e885350d7a
Author: Ludovic Courtès <address@hidden>
Date:   Tue Jan 1 16:52:27 2013 +0100

    build-system/gnu: Add support for the "bin" output.
    
    * guix/build/gnu-build-system.scm (configure): Add support for "bin"
      output.

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

Summary of changes:
 distro/packages/base.scm           |  174 ++++++++++++++++++++++++------------
 distro/packages/bash.scm           |   21 +++++
 distro/packages/make-bootstrap.scm |   46 +---------
 guix/build-system/gnu.scm          |   26 +++++-
 guix/build/gnu-build-system.scm    |    4 +
 guix/build/utils.scm               |   21 +++--
 tests/derivations.scm              |   43 +++++----
 tests/union.scm                    |    7 +-
 8 files changed, 214 insertions(+), 128 deletions(-)


hooks/post-receive
-- 
UNNAMED PROJECT



reply via email to

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