Joey Hess
c75475697b
one dep per line and add comments about workaround deps
2016-09-05 19:42:41 -04:00
ilovezfs
3fac05bf5e
git-annex.cabal: persistent ==2.2.4.1
...
Simplify Solver's task by requesting version 2.2.4.1 of the persistent
package instead of just providing the persistent < 2.5 constraint.
With only the persistent < 2.5 constraint, and with --flags=s3\ webapp
and --max-backjumps=10000, CI timed out after two hours with Solver
still trying to find a solution.
This is a follow-up to 18e458db
, since there's been a regression in the
situation between 6.20160619 and 6.20160808, probably simply because
Hackage is a moving target.
2016-09-05 19:39:19 -04:00
Joey Hess
73bf74ce98
devblog
2016-09-05 16:39:30 -04:00
Joey Hess
e1706d0a47
comment
2016-09-05 16:28:25 -04:00
Joey Hess
2574bb0b32
todo
2016-09-05 16:28:00 -04:00
Joey Hess
2a5173d566
comment
2016-09-05 16:18:07 -04:00
Joey Hess
2a6494723a
dup forum post
2016-09-05 16:12:54 -04:00
Joey Hess
dd0dff9dc4
Assistant, repair: Filter out git fsck lines about duplicate file entries in tree objects.
2016-09-05 16:08:49 -04:00
Joey Hess
2610103a48
comment
2016-09-05 16:00:51 -04:00
Joey Hess
a64b33fe3b
close
2016-09-05 15:50:05 -04:00
Joey Hess
7170f16d5e
comment
2016-09-05 15:49:19 -04:00
Joey Hess
bca7305a6f
comment
2016-09-05 15:46:42 -04:00
Joey Hess
f07df4ae2a
comment
2016-09-05 15:42:13 -04:00
Joey Hess
07d4fdba78
comment
2016-09-05 15:39:41 -04:00
Joey Hess
219e2fa157
Make --json and --quiet suppress automatic init messages
...
And any other messages that might be output before a command starts.
Fixes a reversion introduced in version 5.20150727.
During the optparse-applicative conversion, I needed a place to run
per-command global option setters, and I made it get run during the seek stage. But
that is too late to have --json and --quiet disable output produced in the
check stage. Fix is just to run those per-command global option setters at
the same time as the all-command global option setters.
This commit was sponsored by Thom May.
2016-09-05 15:34:38 -04:00
Joey Hess
c9082cf0e4
move Arbitrary instance to new Types.Transfer module
...
Avoid orphan instance warning
2016-09-05 14:52:06 -04:00
Joey Hess
d17f08afdc
avoid warning about orphan Arbirary instance
2016-09-05 14:51:07 -04:00
Joey Hess
29b6ab467a
switch away from deprecated interface
...
Again the new stuff works back to network-2.4, so no need to adjust cabal
bounds.
2016-09-05 14:39:44 -04:00
Joey Hess
12db586469
comment
2016-09-05 14:27:15 -04:00
Joey Hess
bbfe82526a
comment
2016-09-05 14:25:41 -04:00
Joey Hess
0ef3bfa6b0
moreinfo; probably not a bug
2016-09-05 14:22:59 -04:00
Joey Hess
49b3ef88f7
Android: Fix disabling use of cp --reflink=auto, curl, sha224, and sha384.
...
This was originally done in a7ef05a9
, but got lost in some change to the
Makefile. Use CROSS_COMPILE=Android to tell configure that it's configuring
for android instead of passing it a parameter.
2016-09-05 14:11:35 -04:00
Joey Hess
40c0a91641
comment
2016-09-05 13:57:26 -04:00
Joey Hess
d75aac5003
comment
2016-09-05 13:12:56 -04:00
Joey Hess
cfa31c6bf8
close as dup
2016-09-05 13:11:05 -04:00
Joey Hess
30aa817f80
comment
2016-09-05 13:08:35 -04:00
Joey Hess
47b0cb943b
response
2016-09-05 12:51:13 -04:00
Joey Hess
0d04062446
comment
2016-09-05 12:49:13 -04:00
Joey Hess
48dd1bfb5c
comment
2016-09-05 12:40:22 -04:00
Joey Hess
5ddd35eea5
remove spam
2016-09-05 12:34:05 -04:00
Joey Hess
778948eb24
comment
2016-09-05 12:33:22 -04:00
Joey Hess
e8c28bbce1
response
2016-09-05 12:29:11 -04:00
Joey Hess
b58e6b3f56
response
2016-09-05 12:27:27 -04:00
Joey Hess
5d70eaacaf
examimekey: Allow being run in a git repo that is not initialized by git-annex yet.
...
No reason not to; indeed there's no real reason to need a git repository
at all except the implementation uses the Annex monad.
2016-09-05 12:26:59 -04:00
Joey Hess
f1a9c5f248
Fix formatting of git-annex-smudge man page, and improve mdwn2man. Thanks, Jim Paris.
2016-09-05 12:16:03 -04:00
Joey Hess
64f2f24841
Merge remote-tracking branch 'jim/jim'
2016-09-05 12:14:43 -04:00
Joey Hess
d5c16df944
switch away from deprecated recvFrom
...
Network.Socket.ByteString is in network since before 2.4, so no need to
adjust bounds.
2016-09-05 12:10:24 -04:00
Joey Hess
f292f78366
Windows: Handle shebang in external special remote program.
2016-09-05 12:09:23 -04:00
Joey Hess
1a085ca4dd
fix name
2016-09-05 11:29:46 -04:00
Joey Hess
b73e33acf8
Merge branch 'master' of ssh://git-annex.branchable.com
2016-09-05 11:28:35 -04:00
onionjake
65788cc8c0
fsck --from <remote> doesn't update inventory on failure
2016-09-04 21:00:57 +00:00
Joey Hess
cc21979e66
Merge branch 'master' of ssh://git-annex.branchable.com
2016-09-03 10:52:55 -04:00
christian.haran@f6c43618dcda357c35bea6599925eb105f0f2f95
1c0b2b47e4
2016-09-03 12:21:29 +00:00
corppneq
7c9ff2b4e4
2016-09-03 11:01:23 +00:00
plb@5a17d4ca1791c7e2e176e22c7fb64a5b77f1679c
c854d09d3c
2016-09-03 08:42:45 +00:00
plb@5a17d4ca1791c7e2e176e22c7fb64a5b77f1679c
3463b441a1
2016-09-03 08:42:05 +00:00
plb@5a17d4ca1791c7e2e176e22c7fb64a5b77f1679c
4fe92819d2
2016-09-03 08:41:44 +00:00
rsdwatches87@9f71875ba253cd964a0afe4d2c72bbca4c42634e
36775b2d67
Added a comment: To control file name.
2016-09-03 06:55:58 +00:00
abeer@84e240dd227ea2c30fbdb4ad3c55439ccd54d390
93d27d30e0
2016-09-03 00:57:40 +00:00
leni536
bc49d8a498
2016-09-02 09:43:30 +00:00