Joey Hess
4602b3bcbc
updating cabal release only
2014-01-29 13:58:49 -04:00
Joey Hess
998d76ae04
Revert "temporarily revert tasty-rerun support for this release"
...
This reverts commit 8fcf041159
.
2014-01-27 14:22:44 -04:00
Joey Hess
8fcf041159
temporarily revert tasty-rerun support for this release
...
revert c340d9506c
tasty-rerun is stuck in NEW in debian
2014-01-27 13:58:43 -04:00
Joey Hess
e0224f01c1
prep release
2014-01-27 13:44:12 -04:00
Joey Hess
c340d9506c
tasty-rerun! make rerest runs much much faster than running whole test suite
2014-01-24 12:21:30 -04:00
Joey Hess
e38a21a768
tests should now all run independently, without needing any prior tests to have run
...
Should be ready now for tasty-rerun.
2014-01-21 14:26:13 -04:00
Joey Hess
4a4e2f9a6c
use tasty resources
2014-01-21 14:04:50 -04:00
Joey Hess
d1bf61464f
expose tasty test suite's option parser
2014-01-21 00:08:43 -04:00
Joey Hess
ecd4c35d7e
promote stm dependency, since Remote.External needs it
2014-01-20 14:32:06 -04:00
Joey Hess
3cbb366ebc
Really fix FTBFS on mipsel and sparc due to test suite not being available on those architectures.
2014-01-17 14:48:56 -04:00
Joey Hess
31b80e55f8
prep release
2014-01-16 11:38:16 -04:00
Joey Hess
85272d8a98
Added tahoe special remote.
...
Known problems:
1. Tries to tahoe start when daemon is already running.
2. If multiple tahoe remotes are set up on the same computer,
they will have the same node.url configured by default,
and this confuses tahoe commands.
This commit was sponsored by LeastAuthority.com
2014-01-08 16:14:41 -04:00
Joey Hess
5740489927
Revert "need a newish version of containers"
...
This reverts commit bad6b46f7f
.
2014-01-07 20:42:13 -04:00
Joey Hess
bad6b46f7f
need a newish version of containers
2014-01-07 14:18:41 -04:00
Joey Hess
0a98f1be15
prep release
2014-01-07 12:25:12 -04:00
Joey Hess
1c02fc4987
no lsof on kfreebsd
2014-01-07 12:12:36 -04:00
Joey Hess
515e2fef54
prep release
2013-12-30 14:20:55 -04:00
Joey Hess
0e47d6ba97
prep release
2013-12-21 12:00:47 -04:00
Joey Hess
a168b8de12
switch define used, not android specific
2013-12-18 02:06:15 -04:00
Joey Hess
d7ee0bdbb8
OSX: Remove ssh and ssh-keygen from dmg as they're included in OSX by default.
2013-12-13 14:25:24 -04:00
Joey Hess
011b8bc7ec
pull in Win32-extras, to be able to get current process id in Windows
...
Fixed up a number of things that had worked around there not being a way to
get that.
Most notably, transfer info files on windows now include the process id,
since no locking is currently done. This means the file format varies
between windows and unix.
2013-12-11 00:15:10 -04:00
Joey Hess
063a183a61
windows disk free space checking
2013-12-10 01:18:04 -04:00
Joey Hess
85936392ec
fix
2013-12-06 22:38:01 -04:00
Joey Hess
0a66293600
avoid hsc2hs on windows (more epathtolong)
2013-12-06 18:06:22 -04:00
Joey Hess
e5a683ae4c
enable Webapp on windows, using EvilLinker to link
2013-12-06 15:04:19 -04:00
Joey Hess
eed6809525
isolate dependency workaround to windows
2013-12-05 21:25:20 -04:00
Joey Hess
97c4af975f
syntax
2013-12-05 20:42:52 -04:00
Joey Hess
b2e56dab52
temporarily disable webapp on windows; re-enable webdav on windows
...
The gcc response file should make it build with webdav (fingers crossed).
webapp is waiting on a haskell platform upgrade on the autobuilder.
Current one has a too old version of network for hxt to install.
2013-12-05 19:15:23 -04:00
Joey Hess
10309c1d80
work around https://github.com/kazu-yamamoto/logger/issues/18
2013-12-05 17:51:46 -04:00
Joey Hess
d99b2db372
Revert "test enable webapp on windows"
...
This reverts commit 958d9fa110
.
Some stuff fails to install on the autobuilder, it will need to be upgraded
probably.
2013-12-05 14:23:42 -04:00
Joey Hess
958d9fa110
test enable webapp on windows
...
It builds, but fails to link locally. Let's try on the autobuilder.
2013-12-05 14:17:31 -04:00
Joey Hess
4ebb35dc59
explicitly disable WebDAV on Windows
...
For reasons suspiciously similar to 342d508e
-- ie, building with it
enabled crashes the compiler, at least in my development VM.. dunno why.
2013-12-04 17:14:24 -04:00
Joey Hess
4249c85ece
prep release
2013-11-30 16:33:03 -04:00
Joey Hess
27b70f7c5b
update
2013-11-28 08:00:42 -04:00
Joey Hess
6896db17ae
prep release
2013-11-27 18:47:37 -04:00
Joey Hess
710b7c72b1
fix flag name
2013-11-25 13:16:04 -04:00
Joey Hess
5163d5fb39
ensure that Android TH splice is expanded in native side of build
2013-11-25 13:01:53 -04:00
Joey Hess
e9b88f8db1
releasing package git-annex version 5.20131120
2013-11-20 13:10:11 -04:00
Joey Hess
187b844b1e
releasing package git-annex version 5.20131118
2013-11-18 11:01:00 -04:00
Joey Hess
238fa05545
tasty fully working
2013-11-14 20:09:47 -04:00
Joey Hess
2755c7f558
Merge branch 'master' into tasty-tests
...
Conflicts:
Test.hs
2013-11-14 17:04:58 -04:00
Joey Hess
b9b5e3370d
build assistant and watcher on windows (doesn't work yet)
2013-11-12 17:22:34 -04:00
Joey Hess
16fa980689
separate android 4.0 and 4.3 builds needed
...
Also, parameterize the abdroid abi version
2013-11-12 14:24:53 -04:00
Joey Hess
9ccfaa84f1
pass -optl-z -optlnocopyreloc on Android
2013-11-11 23:33:50 -04:00
Joey Hess
691850ca39
Allow optionally configuring git-annex with -fEKG to enable awesome remote monitoring interfaceat http://localhost:4242/
2013-11-06 16:33:45 -04:00
Joey Hess
a74018ea98
prep release
2013-11-06 11:37:06 -04:00
Joey Hess
3b76a141ea
prep release
2013-11-01 11:57:47 -04:00
Joey Hess
76dd6f814d
always depend on async
2013-10-26 11:46:45 -04:00
Joey Hess
f51327f44e
releasing package git-annex version 4.20131024
2013-10-24 13:14:54 -04:00
Joey Hess
342d508e00
avoid trying to link with XMPP on Windows
...
It doesn't work, in a most puzzling way, which just wasted me hours, even
if XMPP libs are installed. Webapp too.
2013-10-17 18:56:28 -04:00