me
/
guix
Archived
1
0
Fork 0
This repository has been archived on 2024-08-07. You can view files and clone it, but cannot push or open issues/pull-requests.
guix/guix/scripts
Timothy Sample fbc2a52a32
download: Use Disarchive as a last resort.
This is a fixed version of 66b14dccdd,
which was reverted in e74250c3c5.

* guix/download.scm (%disarchive-mirrors): New variable.
(%disarchive-mirror-file): New variable.
(built-in-download): Add 'disarchive-mirrors' keyword argument and
pass its value along to the 'builtin:download' derivation.
(url-fetch): Pass '%disarchive-mirror-file' to 'built-in-download'.
* guix/scripts/perform-download.scm (perform-download): Read
Disarchive mirrors from the environment and pass them to
'url-fetch'.
* guix/build/download.scm (disarchive-fetch/any): New procedure.
(url-fetch): Add 'disarchive-mirrors' keyword argument, use it to
make a list of URIs, and use the new procedure to fetch the file if
all other methods fail.
* build-aux/build-self.scm (build-program)[select?]: Exclude '(guix
build download)'.
* guix/self.scm (compiled-guix)[*core-modules*]: Add 'guile-json' to
the list of extensions.
2021-04-29 11:24:48 -04:00
..
container
git
import import: Remove Nix importer. 2021-04-20 12:13:16 +02:00
system
archive.scm scripts: Scripts that defaulted to -v2 now default to -v3. 2021-03-31 16:08:05 +02:00
authenticate.scm
build.scm scripts: Scripts that defaulted to -v2 now default to -v3. 2021-03-31 16:08:05 +02:00
challenge.scm
container.scm
copy.scm scripts: Scripts that defaulted to -v2 now default to -v3. 2021-03-31 16:08:05 +02:00
deploy.scm
describe.scm scripts: describe: Replace 'args-fold*' by 'parse-command-line'. 2021-04-01 14:58:54 +02:00
discover.scm scripts: discover: Replace 'args-fold*' by 'parse-command-line'. 2021-04-01 14:58:54 +02:00
download.scm scripts: download: Replace 'args-fold*' by 'parse-command-line'. 2021-04-01 14:58:54 +02:00
edit.scm scripts: edit: Replace 'args-fold*' by 'parse-command-line'. 2021-04-01 14:58:54 +02:00
environment.scm
gc.scm
git.scm
graph.scm
hash.scm
import.scm import: Remove Nix importer. 2021-04-20 12:13:16 +02:00
install.scm
lint.scm
offload.scm
pack.scm
package.scm guix package: Autoload Guile-JSON and (guix describe). 2021-03-19 13:23:27 +01:00
perform-download.scm download: Use Disarchive as a last resort. 2021-04-29 11:24:48 -04:00
processes.scm
publish.scm scripts: publish: Replace 'args-fold*' by 'parse-command-line'. 2021-04-01 14:58:54 +02:00
pull.scm
refresh.scm
remove.scm
repl.scm scripts: repl: Replace 'args-fold*' by 'parse-command-line'. 2021-04-01 14:58:54 +02:00
search.scm scripts: search: Replace 'args-fold*' by 'parse-command-line'. 2021-04-01 14:58:55 +02:00
show.scm scripts: show: Replace 'args-fold*' by 'parse-command-line'. 2021-04-01 14:58:55 +02:00
size.scm
substitute.scm http-client, substitute: Gracefully handle GnuTLS EAGAIN/EINTR. 2021-04-24 19:08:13 +02:00
system.scm scripts: system: Default to -v3 when building a system. 2021-04-11 22:13:17 -04:00
time-machine.scm
upgrade.scm
weather.scm weather: Only show request statistics when requests were made. 2021-03-17 23:12:31 +00:00