summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-11-12 17:39:11 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-11-12 17:39:11 -0400
commitde0ecb3c8d183079925cd35b26e8b2612f13cf6d (patch)
tree96ce52aa834b906a15bece838201393be34f22a5
parentbb2e98c8f1b5b6e1eecf1c5f7ca5fa37b8c6f8a7 (diff)
remove -Assistant from windows build flag
-rw-r--r--doc/todo/windows_support.mdwn5
-rw-r--r--standalone/windows/build.sh2
2 files changed, 5 insertions, 2 deletions
diff --git a/doc/todo/windows_support.mdwn b/doc/todo/windows_support.mdwn
index 08327dba8..18f69ec17 100644
--- a/doc/todo/windows_support.mdwn
+++ b/doc/todo/windows_support.mdwn
@@ -9,7 +9,10 @@ now! --[[Joey]]
* rsync special remotes are known buggy.
* Bad file locking, it's probably not safe to run more than one git-annex
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`
has to connect twice to the remote system over ssh per file, which
is much slower than on systems supporting connection caching.
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh
index 56aa58f31..a84e0d6fd 100644
--- a/standalone/windows/build.sh
+++ b/standalone/windows/build.sh
@@ -7,7 +7,7 @@ set -x
set -e
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"