enable parallel build for fast mode and explicitly disable for production

Currently, ghc has issues getting reproducible builds with parallel
building. https://ghc.haskell.org/trac/ghc/ticket/4012
This commit is contained in:
Joey Hess 2015-08-14 17:38:54 -04:00
parent edd1ea54e4
commit 0050215ed1
3 changed files with 29 additions and 1 deletions

3
debian/changelog vendored
View file

@ -8,6 +8,9 @@ git-annex (5.20150813) UNRELEASED; urgency=medium
* sync: Support --jobs
* sync --content: Avoid unnecessary second pull from remotes when
no file transfers are made.
* External special remotes can now be built that can be used in readonly
mode, where git-annex downloads content from the remote using regular
http.
-- Joey Hess <id@joeyh.name> Wed, 12 Aug 2015 14:31:01 -0400