diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-08-14 17:38:54 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-08-14 17:39:56 -0400 |
commit | 5d5b99278d238a3f5bf177e7602cd9f2da7f1e76 (patch) | |
tree | 67e7d555f065377de9af6d487766c5c6f6d8012f /debian/changelog | |
parent | b6b307eb0def1300695a7c8cf082b2ac52473566 (diff) |
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
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index d54548047..41e959ac0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 |