| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
Needed to access removable media such as USB drives.
May only work with newer versions of Android.
|
|
|
|
|
| |
Android features filesystems with a variety of insane and wonderful
default permissions, such as ----rwxr-x
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
I don't know why, but I can't seem to set the environment variables inside
git-annex to work around the git error caused by android's crappy username
and hostname settings. This workaround works, and that's all that's good
about it.
|
| |
|
|
|
|
|
|
|
|
| |
This allows the user to turn it off easily, or only start the assistant and
not the webapp.
I was not able to determine why having runshell run the webapp segfaulted.
Strace was not helpful. Oh well, this is better anyway.
|
| |
|
| |
|
|
|
|
|
| |
It seems to need nohup, or it segfaults on startup. I suspect the problem
is the command that opens the web browser.
|
|
|
|
|
| |
The SD card could be replaced, or it got deleted some other way. Still let
git-annex start, and ensure anything that wants to write to HOME can.
|
|
|
|
|
| |
Start webapp in nohup so it doesn't close when window is closed and so it
doesn't output stuff over the shell prompt.
|
| |
|
|
|
|
|
| |
This is mostly useful when you have adb with root access, to easily start the
git-annex environment in there.
|
| |
|
| |
|
|
|
|
|
| |
Also enable local pairing, which also builds now thanks to WebDAV
fixes to the haskell network library.
|
| |
|
| |
|
| |
|
|
|
|
| |
tonight
|
|
|
|
| |
So many nasty hacks!
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Move all the binaries and libraries under a bundle/ subdirectory;
so when it's in PATH only git-annex, runshell, and git-annex-webapp
will be available.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This goes all the way up to Yesod, but everything above Wai is a real hack
job, removing TH left and right.
|
| |
|
|
|
|
| |
rm was blocked waiting for input
|
| |
|
|
|
|
|
| |
Putting it outside the git-annex directory is useful to me, so I don't
accidentially tar it up into my release tarball.. which almost happened today.
|
| |
|
|
|
|
|
| |
Its bogus warning and error confuses the autobuilder. The "error" is
non-fatal.
|
|
|
|
| |
also cleaned up some cruft patches not used
|
| |
|
|
|
|
| |
This way PS1 settings etc work.
|
|
|
|
| |
Seems that CONFIG_FEATURE_SH_STANDALONE is not working.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This should avoid relying on features of the Android builtin shell,
and so hopefully avoid failures like this one
http://git-annex.branchable.com/design/assistant/blog/day_197__template_haskell/#comment-07f90830f78f6495dcbdf90eb8636129
The C shim sets up busybox, and uses its builtin shell to run runshell.
It's important that busybox be configured with
CONFIG_FEATURE_SH_STANDALONE, so that while runshell is running, it
does not rely on either system utilities, or busybox being already
installed.
|
| |
|
|
|
|
| |
Terminal is configured to pause too.
|