guix/guix/build
宋文武 798648515b
download: Don't report the progress too fast.
* guix/utils.scm (<progress-reporter>): New record type.
(call-with-progress-reporter): New procedure.
* guix/build/download.scm (dump-port*, rate-limited, progress-reporter/file):
New procedures.
(ftp-fetch, http-fetch): Use 'dump-port*'.
(progress-proc): Remove procedure.
* guix/scripts/substitute.scm (progress-report-port): Rewrite in terms of
<progress-reporter>.
(process-substitution): Adjust accordingly.
2017-09-20 19:49:31 +08:00
..
ant-build-system.scm ant-build-system: Add default "check" target. 2017-05-10 17:59:22 +02:00
asdf-build-system.scm build-system/asdf: Handle tests defined in external systems. 2017-05-16 15:18:16 +02:00
bournish.scm bournish: 'ls' adjusts the column width depending on the entries. 2017-05-13 16:52:11 +02:00
cargo-build-system.scm build-system/cargo: Remove store reference. 2017-04-14 12:29:20 +02:00
cmake-build-system.scm build-system/cmake: Add support for cross compilation. 2017-05-30 16:52:55 +02:00
cvs.scm
download.scm download: Don't report the progress too fast. 2017-09-20 19:49:31 +08:00
dub-build-system.scm build: dub-build-system: Don't use "dub run" at all. 2017-02-14 10:18:35 +01:00
emacs-build-system.scm build: Fix helpful output for emacs-build-system install phase. 2017-09-03 19:39:11 +01:00
emacs-utils.scm
font-build-system.scm build: font: Support font collection files. 2017-05-31 23:24:41 +02:00
git.scm
glib-or-gtk-build-system.scm
gnu-build-system.scm build-system/gnu: Work around 'time-monotonic' bug in Guile 2.2.2. 2017-06-11 22:52:23 +02:00
gnu-dist.scm
graft.scm graft: Correctly replace references near the end of the scan buffer. 2017-08-24 23:55:51 +02:00
gremlin.scm
haskell-build-system.scm
hg.scm
java-utils.scm guix: Add java-utils. 2017-05-10 17:59:22 +02:00
lisp-utils.scm build-system/asdf: Handle tests defined in external systems. 2017-05-16 15:18:16 +02:00
make-bootstrap.scm guix: build: make-bootstrap: Copy "falloc.h" to the new system. 2017-02-27 15:31:06 +02:00
meson-build-system.scm build-system: Add 'meson-build-system'. 2017-09-16 18:07:00 +02:00
minify-build-system.scm build: Add minify build system. 2017-08-04 11:23:52 +02:00
ocaml-build-system.scm
perl-build-system.scm
profiles.scm profiles: Slightly improve the instructions in 'etc/profile'. 2017-04-07 23:30:38 +02:00
pull.scm pull: Catch '&missing-dependency-error' raised by 'source-module-closure'. 2017-05-25 14:25:17 +02:00
python-build-system.scm
qt-utils.scm
r-build-system.scm
rpath.scm
ruby-build-system.scm
store-copy.scm vm: Estimate the disk size by default. 2017-06-30 00:16:50 +02:00
svn.scm
syscalls.scm Merge branch 'master' into core-updates 2017-07-23 03:42:12 -04:00
texlive-build-system.scm build-system: texlive: Build union in configure phase. 2017-07-09 17:07:27 +02:00
union.scm union: Gracefully handle dangling symlinks in the input. 2017-05-18 11:38:48 +02:00
utils.scm utils: Add helper for invoking programs. 2017-06-01 19:06:34 +02:00
waf-build-system.scm