| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
git-annex.linux/git-annex can legitimately try to run itself -- this
happens when the programfile is used. So this check was bogus.
|
| |
|
| |
|
|
|
|
| |
be clicked on the open a new webapp when the assistant is already running.
|
| |
|
| |
|
|
|
|
|
|
| |
This can be useful when not using the assistant, and putting the bundle in
PATH. This way, git-annex-shell is available for use by anything that ssh's
in.
|
| |
|
| |
|
|
|
|
|
|
| |
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 is safe because we no longer mess with LD_PRELOAD equivilants.
Since the linux standalone bundle still does, it continues to run sh.
|
|
|
|
| |
This will stop git-init complaining about missing template directory.
|
| |
|
| |
|
| |
|
|
|
|
| |
Have not yet been able to test this.
|
|
|
|
| |
$SHELL may need libraries not included in the bundle
|
| |
|
|
|
|
|
|
|
|
| |
It was doubly broken; both missing a slash, and containing
"runshell git-annex", while some parts of the code expected it to be a
simple path to a program. This appears to include the transfer queue
runner, and the code that starts a new assistant process when switching to
another repository in the webapp.
|
|
|
|
|
|
| |
variables before running the system web browser.
Should fix a crash reported on OSX.
|
| |
|
|
|
|
|
| |
With this, I can use jimmy's autobuilt dmg, which fails with the other two
variables due to containing two versions of libiconv.
|
|
|