Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | back to $SHELL for OSX app | Joey Hess | 2012-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 builds | Joey Hess | 2012-12-13 |
| | | | | This will stop git-init complaining about missing template directory. | ||
* | fix PATH | Joey Hess | 2012-12-10 |
| | |||
* | remove unused cruft | Joey Hess | 2012-12-09 |
| | |||
* | fix bin paths in osx app | Joey Hess | 2012-12-08 |
| | |||
* | use install_name_tool to adjust library paths in osx app | Joey Hess | 2012-12-08 |
| | | | | Have not yet been able to test this. | ||
* | runshell: start sh, not $SHELL | Joey Hess | 2012-12-07 |
| | | | | $SHELL may need libraries not included in the bundle | ||
* | remove some settings that should not be needed | Joey Hess | 2012-12-07 |
| | |||
* | Fix broken .config/git-annex/program installed by standalone tarball. | Joey Hess | 2012-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 ↵ | Joey Hess | 2012-11-27 |
| | | | | | | variables before running the system web browser. Should fix a crash reported on OSX. | ||
* | also add shim from OSX runshell | Joey Hess | 2012-10-29 |
| | |||
* | The standalone tarball's runshell now takes care of installing a ↵ | Joey Hess | 2012-10-29 |
| | | | | ~/.ssh/git-annex-shell wrapper the first time it's run. | ||
* | use DYLD_ROOT_PATH | Joey Hess | 2012-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. | ||
* | move | Joey Hess | 2012-10-01 |
| | |||
* | standalone linux app nearly ready | Joey Hess | 2012-09-28 |
| | | | | also made several fixes that apply to the OSX app | ||
* | content removed from git annex | Joey Hess | 2012-09-28 |
| | |||
* | content removed from git annex | Joey Hess | 2012-09-28 |
| | |||
* | content removed from git annex | Joey Hess | 2012-09-28 |
| | |||
* | content removed from git annex | Joey Hess | 2012-09-28 |
| | |||
* | building linux standalone tarballs | Joey Hess | 2012-09-28 |