summaryrefslogtreecommitdiff
path: root/standalone/osx
Commit message (Collapse)AuthorAge
* Include magic database in the linux and OSX standalone builds.Gravatar Joey Hess2016-02-26
|
* fix path to extra dirGravatar Joey Hess2016-02-19
|
* Linux and OSX standalone builds put the bundled gpg last in PATH, so any ↵Gravatar Joey Hess2016-02-19
| | | | system gpg will be preferred over it.
* runshell: Avoid failing when $HOME/.ssh does not exist and cannot be created.Gravatar Joey Hess2015-11-10
|
* Linux standalone, OSX app: Improve runshell script to always quote shell ↵Gravatar Joey Hess2015-05-26
| | | | vars, so that it will work when eg, untarred into a directory path with spaces in its name.
* if ~/.ssh does not exist and cannot be created, avoid failingGravatar Joey Hess2015-04-20
|
* webapp: Support using git-annex on a remote server, which was installed from ↵Gravatar Joey Hess2014-04-20
| | | | | | | | | | the standalone tarball or OSX app, and so does not have git-annex in PATH (and may also not have git or rsync in PATH). * webapp: Support using git-annex on a remote server, which was installed from the standalone tarball or OSX app, and so does not have git-annex in PATH (and may also not have git or rsync in PATH). * standalone tarball, OSX app: Install a ~/.ssh/git-annex-wrapper, which can be used to run git-annex, git, rsync, etc.
* make wrappers run git-shell, now that it's included, rather than git shellGravatar Joey Hess2013-12-27
|
* add git-shell wrappersGravatar Joey Hess2013-12-27
|
* Include git-receive-pack, git-upload-pack, and git wrappers in the Linux ↵Gravatar Joey Hess2013-12-24
| | | | standalone build, and OSX app, so they will be available when it's added to PATH.
* Programs from Linux and OSX standalone builds can now be symlinked into a ↵Gravatar Joey Hess2013-12-15
| | | | directory in PATH as an alternative installation method, and will use readlink to find where the build was unpacked.
* OSX: Make git-annex-webapp run in the background, so that the app icon can ↵Gravatar Joey Hess2013-07-30
| | | | be clicked on the open a new webapp when the assistant is already running.
* fun with execGravatar Joey Hess2013-07-23
|
* Update icon for osx, include a bunch of sized png's for other platforms to useGravatar Jimmy Tang2013-07-22
|
* 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