Do shallower checkouts if possible.

This commit is contained in:
Vincent St-Amour 2015-10-12 15:40:22 -05:00
parent 511fa20825
commit 42eb8ae332

View File

@ -111,7 +111,8 @@
(regexp-replace #rx"\n$" s ""))
(log-pkg-debug (strip-ending-newline (apply format fmt args))))
#:transport transport
#:strict-links? #t)))
#:strict-links? #t
#:depth 1)))
(set! unpacked? #t)
;; package directory as ".tgz" so it can be cached:
(parameterize ([current-directory dest-dir])