guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated (44f07d1 -> cfd4e4d)


From: guix-commits
Subject: branch core-updates updated (44f07d1 -> cfd4e4d)
Date: Fri, 14 Jun 2019 17:35:33 -0400 (EDT)

civodul pushed a change to branch core-updates
in repository guix.

      from  44f07d1   gnu: guile: Disable unreliable out-of-memory test
       new  267966f   download: Add 'url-fetch/executable'.
       new  836a85d   gnu: bootstrap: Download the bootstrap bash, mkdir, tar, 
and xz binaries.
       new  11b4a87   tests: Remove expensive and pointless test.
       new  03d7657   tests: Make builds less expensive.
       new  1ba0b1e   packages: Remove 'search-bootstrap-binary'.
       new  92d00ca   build: Remove 'gnu/packages/bootstrap' and its binaries.
       new  cfd4e4d   build-system/gnu: Make 'first-subdirectory' deterministic.

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                  |   1 +
 Makefile.am                                 |   2 +-
 gnu/local.mk                                |  35 -------
 gnu/packages.scm                            |  25 +----
 gnu/packages/bootstrap.scm                  | 138 +++++++++++++++++++++++-----
 gnu/packages/bootstrap/aarch64-linux/bash   | Bin 1162056 -> 0 bytes
 gnu/packages/bootstrap/aarch64-linux/mkdir  | Bin 558216 -> 0 bytes
 gnu/packages/bootstrap/aarch64-linux/tar    | Bin 1085128 -> 0 bytes
 gnu/packages/bootstrap/aarch64-linux/xz     | Bin 738576 -> 0 bytes
 gnu/packages/bootstrap/armhf-linux/bash     | Bin 802224 -> 0 bytes
 gnu/packages/bootstrap/armhf-linux/mkdir    | Bin 401544 -> 0 bytes
 gnu/packages/bootstrap/armhf-linux/tar      | Bin 755356 -> 0 bytes
 gnu/packages/bootstrap/armhf-linux/xz       | Bin 502884 -> 0 bytes
 gnu/packages/bootstrap/i686-linux/bash      | Bin 1351732 -> 0 bytes
 gnu/packages/bootstrap/i686-linux/mkdir     | Bin 714316 -> 0 bytes
 gnu/packages/bootstrap/i686-linux/tar       | Bin 1285420 -> 0 bytes
 gnu/packages/bootstrap/i686-linux/xz        | Bin 861836 -> 0 bytes
 gnu/packages/bootstrap/mips64el-linux/bash  | Bin 1409080 -> 0 bytes
 gnu/packages/bootstrap/mips64el-linux/mkdir | Bin 698500 -> 0 bytes
 gnu/packages/bootstrap/mips64el-linux/tar   | Bin 1283708 -> 0 bytes
 gnu/packages/bootstrap/mips64el-linux/xz    | Bin 851736 -> 0 bytes
 guix/build/gnu-build-system.scm             |  22 ++---
 guix/download.scm                           |  28 +++++-
 guix/scripts/environment.scm                |  10 +-
 guix/tests.scm                              |  68 +++++++++++++-
 po/guix/POTFILES.in                         |   1 +
 tests/builders.scm                          |  41 +--------
 tests/derivations.scm                       |   1 -
 tests/grafts.scm                            |   3 +-
 tests/guix-daemon.sh                        |   4 +-
 tests/guix-environment.sh                   |  27 ++----
 tests/guix-package-net.sh                   |   2 +-
 tests/packages.scm                          |   6 +-
 tests/profiles.scm                          |   7 +-
 tests/search-paths.scm                      |   8 +-
 tests/union.scm                             |   9 +-
 36 files changed, 248 insertions(+), 190 deletions(-)
 delete mode 100755 gnu/packages/bootstrap/aarch64-linux/bash
 delete mode 100755 gnu/packages/bootstrap/aarch64-linux/mkdir
 delete mode 100755 gnu/packages/bootstrap/aarch64-linux/tar
 delete mode 100755 gnu/packages/bootstrap/aarch64-linux/xz
 delete mode 100755 gnu/packages/bootstrap/armhf-linux/bash
 delete mode 100755 gnu/packages/bootstrap/armhf-linux/mkdir
 delete mode 100755 gnu/packages/bootstrap/armhf-linux/tar
 delete mode 100755 gnu/packages/bootstrap/armhf-linux/xz
 delete mode 100755 gnu/packages/bootstrap/i686-linux/bash
 delete mode 100755 gnu/packages/bootstrap/i686-linux/mkdir
 delete mode 100755 gnu/packages/bootstrap/i686-linux/tar
 delete mode 100755 gnu/packages/bootstrap/i686-linux/xz
 delete mode 100755 gnu/packages/bootstrap/mips64el-linux/bash
 delete mode 100755 gnu/packages/bootstrap/mips64el-linux/mkdir
 delete mode 100755 gnu/packages/bootstrap/mips64el-linux/tar
 delete mode 100755 gnu/packages/bootstrap/mips64el-linux/xz



reply via email to

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