summaryrefslogtreecommitdiff
path: root/standalone/osx
Commit message (Collapse)AuthorAge
* add git-annex-shell wrapper to linux and OSX standalone bundlesGravatar Joey Hess2013-05-31
| | | | | | 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.
* deal with $0 having spaces in itGravatar Joey Hess2013-03-20
|
* typoGravatar Joey Hess2013-03-20
|
* reorganize osx app, so it can be put in PATHGravatar Joey Hess2013-03-20
| | | | | | 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.
* back to $SHELL for OSX appGravatar Joey Hess2012-12-17
| | | | | This is safe because we no longer mess with LD_PRELOAD equivilants. Since the linux standalone bundle still does, it continues to run sh.
* furnish git with an (empty) template directory in standalone buildsGravatar Joey Hess2012-12-13
| | | | This will stop git-init complaining about missing template directory.
* fix PATHGravatar Joey Hess2012-12-10
|
* remove unused cruftGravatar Joey Hess2012-12-09
|
* fix bin paths in osx appGravatar Joey Hess2012-12-08
|
* use install_name_tool to adjust library paths in osx appGravatar Joey Hess2012-12-08
| | | | Have not yet been able to test this.
* runshell: start sh, not $SHELLGravatar Joey Hess2012-12-07
| | | | $SHELL may need libraries not included in the bundle
* remove some settings that should not be neededGravatar Joey Hess2012-12-07
|
* Fix broken .config/git-annex/program installed by standalone tarball.Gravatar Joey Hess2012-11-28
| | | | | | | | 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.
* The standalone builds now unset their special path and library path ↵Gravatar Joey Hess2012-11-27
| | | | | | variables before running the system web browser. Should fix a crash reported on OSX.
* also add shim from OSX runshellGravatar Joey Hess2012-10-29
|
* use DYLD_ROOT_PATHGravatar Joey Hess2012-10-11
| | | | | With this, I can use jimmy's autobuilt dmg, which fails with the other two variables due to containing two versions of libiconv.
* moveGravatar Joey Hess2012-10-01