Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | autostart assistant | Joey Hess | 2013-02-26 |
| | |||
* | shut up update.sh | Joey Hess | 2013-02-26 |
| | | | | | Its bogus warning and error confuses the autobuilder. The "error" is non-fatal. | ||
* | better incremental building of android utilities, for autobuilder | Joey Hess | 2013-02-25 |
| | | | | also cleaned up some cruft patches not used | ||
* | parameterize paths | Joey Hess | 2013-02-25 |
| | |||
* | run system shell for interactive shell | Joey Hess | 2013-02-24 |
| | | | | This way PS1 settings etc work. | ||
* | Explicitly run every command as a busybox app | Joey Hess | 2013-02-24 |
| | | | | Seems that CONFIG_FEATURE_SH_STANDALONE is not working. | ||
* | separate targets | Joey Hess | 2013-02-24 |
| | |||
* | use C shim to start Android app | Joey Hess | 2013-02-24 |
| | | | | | | | | | | | | | 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. | ||
* | enable ash | Joey Hess | 2013-02-24 |
| | |||
* | remove pause after run | Joey Hess | 2013-02-23 |
| | | | | Terminal is configured to pause too. | ||
* | typo | Joey Hess | 2013-02-23 |
| | |||
* | try to be more robust and allow the user to see most types of failure | Joey Hess | 2013-02-23 |
| | |||
* | avoid closing app when terminal exists, to aid crash debugging | Joey Hess | 2013-02-22 |
| | |||
* | forgot to add this icon | Joey Hess | 2013-02-22 |
| | |||
* | fix | Joey Hess | 2013-02-22 |
| | |||
* | fixes | Joey Hess | 2013-02-22 |
| | |||
* | typo | Joey Hess | 2013-02-22 |
| | |||
* | fixes | Joey Hess | 2013-02-22 |
| | |||
* | add more icons | Joey Hess | 2013-02-22 |
| | |||
* | disable vi regex stuff, failed to build | Joey Hess | 2013-02-22 |
| | |||
* | make upgrades work | Joey Hess | 2013-02-22 |
| | | | | Add a lib.version.so and when it's different, re-install. | ||
* | enable vi | Joey Hess | 2013-02-22 |
| | |||
* | better logo | Joey Hess | 2013-02-21 |
| | |||
* | start in HOME | Joey Hess | 2013-02-21 |
| | |||
* | disable some crazy stuff like powertop; enable find and grep | Joey Hess | 2013-02-21 |
| | |||
* | forgot to install ssh | Joey Hess | 2013-02-21 |
| | |||
* | quick icon for Android. Not the best, but acceptable for now. | Joey Hess | 2013-02-21 |
| | |||
* | build an apk containing git-annex and a terminal emulator | Joey Hess | 2013-02-21 |
| | |||
* | shorter directory to external ssh socket | Joey Hess | 2013-02-19 |
| | | | | Before it was too long to be used. | ||
* | Android: Support ssh connection caching. | Joey Hess | 2013-02-19 |
| | |||
* | make ssh honour HOME rather than getpwent | Joey Hess | 2013-02-19 |
| | |||
* | update; add openssh and remove dropbox | Joey Hess | 2013-02-19 |
| | |||
* | add openssh to Android | Joey Hess | 2013-02-18 |
| | | | | | This build still needs some work to look in $HOME/.ssh rather than relying on pwent info. | ||
* | add busybox config file so I can edit it easily | Joey Hess | 2013-02-18 |
| | |||
* | fix enabling of busybox installer | Joey Hess | 2013-02-18 |
| | |||
* | build fixes | Joey Hess | 2013-02-16 |
| | |||
* | couple more android build fixes | Joey Hess | 2013-02-13 |
| | |||
* | Makefile and patches for reproducible build of utilities for android | Joey Hess | 2013-02-13 |
| | |||
* | tweak android runshell after testing | Joey Hess | 2013-02-13 |
| | |||
* | updated for android | Joey Hess | 2013-02-13 |
| | |||
* | runshell for Android | Joey Hess | 2013-02-13 |
| | |||
* | 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. |