| Commit message (Collapse) | Author | Age |
|
|
|
| |
prohibit making hard links.
|
| |
|
| |
|
|
|
|
|
|
|
| |
sometimes on a different filesystem than the data directory.
Assumes symlinks work on all android. If not, this would need to be adapted
to try both. This worked for me.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
rm was blocked waiting for input
|
| |
|
| |
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Add a lib.version.so and when it's different, re-install.
|
| |
|
| |
|
| |
|
|
|
|
| |
Before it was too long to be used.
|
| |
|
| |
|
|
|