| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
| |
* 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'.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
| |
available.
* build-aux/check-available-binaries.scm: Add "arm-linux-gnueabihf" as a
cross target.
|
|
|
|
|
| |
* build-aux/check-available-binaries.scm: Pass #:substitute-urls to
'set-build-options'.
|
|
|
|
| |
* build-aux/check-available-binaries.scm: Display %HYDRA-SUPPORTED-SYSTEMS.
|
|
|
|
|
|
|
| |
This is a followup to 7adf9b8.
* build-aux/check-final-inputs-self-contained.scm: Use (guix grafts).
* build-aux/check-available-binaries.scm: Likewise.
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
| |
* build-aux/check-available-binaries.scm: Use %HYDRA-SUPPORTED-SYSTEMS
instead of %SUPPORTED-SYSTEMS.
|
|
|
|
|
|
| |
* build-aux/check-available-binaries.scm: Wrap body in 'parameterize'
form that clears '%graft?'.
* build-aux/check-final-inputs-self-contained.scm: Likewise.
|
|
|
|
|
| |
* build-aux/check-available-binaries.scm: Use 'substitution-oracle'.
Changer caller and 'warn' accordingly.
|
|
|
|
|
| |
* build-aux/check-available-binaries.scm: Use 'with-store' instead of an
explicit 'open-connection'.
|
|
|
|
|
|
| |
* build-aux/check-available-binaries.scm (%supported-systems): Remove.
* build-aux/check-final-inputs-self-contained.scm (%supported-systems):
Remove.
|
|
|
|
|
| |
* build-aux/check-available-binaries.scm: Add call to
'set-build-options'.
|
|
|
|
|
| |
* build-aux/check-available-binaries.scm: Use 'derivation->output-path'
instead of 'derivation-path->output-path'.
|
|
|
|
|
|
| |
* build-aux/check-available-binaries.scm (%supported-systems): New
variable.
(native): Map over these.
|
|
* build-aux/check-available-binaries.scm: New file.
* Makefile.am (EXTRA_DIST): Add it.
(distcheck-hook, assert-binaries-available): New target.
|