remove -Assistant from windows build flag
This commit is contained in:
parent
7ebdcc7535
commit
9a58de553c
2 changed files with 5 additions and 2 deletions
|
@ -9,7 +9,10 @@ now! --[[Joey]]
|
||||||
* rsync special remotes are known buggy.
|
* rsync special remotes are known buggy.
|
||||||
* Bad file locking, it's probably not safe to run more than one git-annex
|
* Bad file locking, it's probably not safe to run more than one git-annex
|
||||||
process at the same time on Windows.
|
process at the same time on Windows.
|
||||||
* No support for the assistant or webapp.
|
* `git annex watch` builds, but it has not been tested at all.
|
||||||
|
* `git annex assistant` builds, but has not been tested, and is known
|
||||||
|
to not download any files. (transferrer doesn't built yet)
|
||||||
|
* Webapp doesn't build yet.
|
||||||
* Ssh connection caching does not work on Windows, so `git annex get`
|
* Ssh connection caching does not work on Windows, so `git annex get`
|
||||||
has to connect twice to the remote system over ssh per file, which
|
has to connect twice to the remote system over ssh per file, which
|
||||||
is much slower than on systems supporting connection caching.
|
is much slower than on systems supporting connection caching.
|
||||||
|
|
|
@ -7,7 +7,7 @@ set -x
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
HP="/c/Program Files (x86)/Haskell Platform/2012.4.0.0"
|
HP="/c/Program Files (x86)/Haskell Platform/2012.4.0.0"
|
||||||
FLAGS="-Webapp -Assistant -XMPP"
|
FLAGS="-Webapp -XMPP"
|
||||||
|
|
||||||
PATH="$HP/bin:$HP/lib/extralibs/bin:/c/Program Files (x86)/NSIS:$PATH"
|
PATH="$HP/bin:$HP/lib/extralibs/bin:/c/Program Files (x86)/NSIS:$PATH"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue