guix-devel/guix/scripts
Ludovic Courtès b50c5b7418 pull: Add a compilation progress report.
* guix/build/pull.scm (report-build-progress): New procedure.
  (p-for-each): Add #:progress parameter.
  [loop]: Keep track of the number of completed processes.  Tail-call
  PROGRESS at each loop iteration.
  (build-guix): Add #:debug-port parameter.  Use it for verbose
  messages.  Change 'tar' flags to 'xf'.  Around 'compile-file' call,
  bind CURRENT-WARNING-PORT to DEBUG-PORT.
* guix/scripts/pull.scm (unpack): Add #:verbose? parameter.
  [builder]: Pass #:debug-port to 'build-guix'.
  (guix-pull): Leave CURRENT-BUILD-OUTPUT-PORT unchanged.  Pass
  #:verbose? to 'unpack'.
2014-09-05 23:11:04 +02:00
..
archive.scm
authenticate.scm
build.scm Move specification->package to gnu/packages.scm. 2014-09-03 02:07:07 +02:00
download.scm
gc.scm
hash.scm
import.scm
lint.scm guix lint: Remove "guix lint: " prefix from warnings. 2014-09-03 15:43:07 +02:00
offload.scm offload: Ignore EEXIST when registering a .drv as a GC root. 2014-08-29 14:53:15 +02:00
package.scm guix package: Fix search path lookup when an obsolete version is installed. 2014-08-31 22:17:56 +02:00
pull.scm pull: Add a compilation progress report. 2014-09-05 23:11:04 +02:00
refresh.scm
substitute-binary.scm
system.scm Move operating system helpers from (guix build …) to (gnu build …). 2014-09-03 15:43:07 +02:00