| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
| |
There are two reasons to to so. First, it allows not building with
WITH_OLD_SSH, and using ssh connection caching.
Second, per
http://git-annex.branchable.com/bugs/OSX_app_issues/#comment-3bdbc400a7c87c5cbc16e5aab5a52ac3
ssh can fail when run from the standalone build, due to library
incompatabilities. Building in ssh will avoid this.
|
|
|
|
| |
deps
|
|
|
|
|
| |
Doesn't actually store anything yet, but initremote works and tests the
server.
|
| |
|
|
|
|
|
| |
git-annex is built with various cp options, so cp needs to match the build
environment.
|
| |
|
|
|
|
|
| |
This library should be easier to install than ADNS, so I've made it
be used by default.
|
| |
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
For now, when dbus goes away, the assistant keeps running but does not fall
back or reconnect. To do so needs more changes to the DBus library; in
particular a connectSessionWith and connectSystemWith to let me specify
my own clientThreadRunner.
|
| |
| |
| |
| | |
My previous change should mean I no longer need that hack.
|
| |
| |
| |
| |
| |
| | |
I had been using -ignore-package monads-tf to deal with this, but
the XMPP library uses monads-tf, so that also ignores it. Instead,
use PackageImports to force use of mtl in my own code.
|
|/ |
|
| |
|
|
|
|
| |
uname reports SunOS, but cabal seems to use solaris.
|
|
|
|
| |
Solaris does not use kqueue, it has some other poll interface.
|
|
|
|
| |
This seemed to be causing too much load on the autobuilder.
|
|
|
|
|
| |
We want the standalone builds to be complete and reproducible, so a missing
bin is an error.
|
|
|
|
| |
losing connection, which will need to be fixed upstream.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
The standalone build does not bundle its own ssh, so should be built
to support as wide an array of ssh versions as possible, so turn off
connection caching.
Unfortunatly, as implemented this forces a full rebuild when building the
standalone binary, and of course it makes it somewhat slower.
This is not ideal, but neither is probing the ssh version every time it's
run (slow), or once when initializing a repo (fragile).
|
| |
|
|
|
|
|
|
|
|
| |
exist.
This should fix build on mips, mipsel, s390, s390x, and sparc.
cabal doesn't test this yet.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
template haskell and thus yesod. (Should be available for arm soonish I hope).
|
|
|
|
| |
also made several fixes that apply to the OSX app
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Systems like Debian that have the old yesod 1.0.1 should set
GIT_ANNEX_LOCAL_FEATURES=-DWITH_OLD_YESOD
|
|
|
|
| |
the webapp expects it under GIT_ANNEX_OSX_APP_BASE
|
|
|
|
| |
Also, delete old version, otherwise hditool chokes on it
|
|
|
|
|
|
| |
on some OSX boxes, zcat is some BSD gzip that expects a .Z file
(What a flaming mess)
|
|
|
|
| |
what the license is
|
|
|
|
| |
to link to it.
|
|
|
|
| |
basic readme's still needs to be copied into the tmp/build-dmg directory.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Should avoid overwriting libraries when there are multiple versions of
a library used by different programs.
|
| |
|
| |
|
| |
|
|
|
|
| |
Not fully tested.
|