Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | maint: Add 'etc/release-manifest.scm'.•••* etc/release-manifest.scm: New file. * gnu/ci.scm (%cross-targets): Export. * build-aux/check-available-binaries.scm: Remove. * Makefile.am (EXTRA_DIST): Add 'etc/release-manifest.scm' and remove 'build-aux/check-available-binaries.scm'. (assert-binaries-available): Rewrite using 'guix weather -m'. | Ludovic Courtès | 2020-03-13 | 1 | -78/+0 |
* | maint: 'check-available-binaries' checks for more packages.•••Fixes <https://bugs.gnu.org/35539>. Reported by Florian Pelz <pelzflorian@pelzflorian.de>. * build-aux/check-available-binaries.scm (packages-for-system): New procedure. <top level>: Use it. | Ludovic Courtès | 2019-05-16 | 1 | -2/+22 |
* | Remove most references to hydra.gnu.org.•••* Makefile.am (assert-binaries-available): Don't mention hydra.gnu.org in comment. * build-aux/check-available-binaries.scm: Likewise. * build-aux/check-final-inputs-self-contained.scm: Likewise. * doc/guix.texi (SUBSTITUTE-SERVER): New variable. Use it throughout instead of "mirror.hydra.gnu.org". * doc/contributing.texi (Submitting Patches): Likewise. * gnu/services/base.scm (hydra-key-authorization) (guix-activation): Remove mentions of "hydra.gnu.org" in comments and messages. * gnu/system/install.scm (%installation-services): Likewise. * guix/scripts/size.scm (guix-size): Likewise. | Ludovic Courtès | 2018-12-04 | 1 | -2/+2 |
* | maint: Check whether binaries cross-built to "arm-linux-gnueabihf" are availa...•••* build-aux/check-available-binaries.scm: Add "arm-linux-gnueabihf" as a cross target. | Ludovic Courtès | 2017-05-08 | 1 | -1/+2 |
* | maint: 'check-available-binaries' forces use of the official servers.•••* build-aux/check-available-binaries.scm: Pass #:substitute-urls to 'set-build-options'. | Ludovic Courtès | 2017-05-08 | 1 | -2/+4 |
* | build: 'make assert-binaries-available' shows the list of systems.•••* build-aux/check-available-binaries.scm: Display %HYDRA-SUPPORTED-SYSTEMS. | Ludovic Courtès | 2016-04-27 | 1 | -2/+3 |
* | build: Use (guix grafts) as needed.•••This is a followup to 7adf9b8. * build-aux/check-final-inputs-self-contained.scm: Use (guix grafts). * build-aux/check-available-binaries.scm: Likewise. | Ludovic Courtès | 2016-03-03 | 1 | -1/+2 |
* | check-available-binaries: Use 'substitutable-paths'.•••* build-aux/check-available-binaries.scm: Rewrite to use 'substitutable-paths' instead of 'substitution-oracle'. The latter does more than we need, and it no longer check the substitutability of valid items, which is not what we want. Use 'lset-difference' instead of iterating over the items. | Ludovic Courtès | 2015-07-21 | 1 | -15/+12 |
* | check-available-binaries: Use %HYDRA-SUPPORTED-SYSTEMS.•••* build-aux/check-available-binaries.scm: Use %HYDRA-SUPPORTED-SYSTEMS instead of %SUPPORTED-SYSTEMS. | Ludovic Courtès | 2015-05-01 | 1 | -1/+1 |
* | build: Disable grafting in sanity checks.•••* build-aux/check-available-binaries.scm: Wrap body in 'parameterize' form that clears '%graft?'. * build-aux/check-final-inputs-self-contained.scm: Likewise. | Ludovic Courtès | 2015-02-24 | 1 | -23/+24 |
* | check-available-binaries: Use 'substitution-oracle'.•••* build-aux/check-available-binaries.scm: Use 'substitution-oracle'. Changer caller and 'warn' accordingly. | Ludovic Courtès | 2015-01-14 | 1 | -10/+10 |
* | check-available-binaries: Use 'with-store'.•••* build-aux/check-available-binaries.scm: Use 'with-store' instead of an explicit 'open-connection'. | Ludovic Courtès | 2015-01-14 | 1 | -24/+24 |
* | build: Use the canonical list of supported systems in 'assert-*'.•••* build-aux/check-available-binaries.scm (%supported-systems): Remove. * build-aux/check-final-inputs-self-contained.scm (%supported-systems): Remove. | Ludovic Courtès | 2015-01-14 | 1 | -4/+1 |
* | check-available-binaries: Make sure substitutes are enabled.•••* build-aux/check-available-binaries.scm: Add call to 'set-build-options'. | Ludovic Courtès | 2014-03-25 | 1 | -1/+2 |
* | build: check-available-binaries: Adjust to derivation API change.•••* build-aux/check-available-binaries.scm: Use 'derivation->output-path' instead of 'derivation-path->output-path'. | Ludovic Courtès | 2013-09-23 | 1 | -1/+1 |
* | build: Check the availability of i686-linux binaries.•••* build-aux/check-available-binaries.scm (%supported-systems): New variable. (native): Map over these. | Ludovic Courtès | 2013-07-17 | 1 | -2/+7 |
* | build: Check for the availability of binaries upon "distcheck".•••* build-aux/check-available-binaries.scm: New file. * Makefile.am (EXTRA_DIST): Add it. (distcheck-hook, assert-binaries-available): New target. | Ludovic Courtès | 2013-07-15 | 1 | -0/+52 |