Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Linux standalone: Include locale files in the bundle, and generate locale ↵ | Joey Hess | 2016-10-04 |
| | | | | | | | | | | | | | | | definition files for the locales in use when starting runshell. Currently only done for utf-8 locales because the charset can easily be told for those. Other locales don't include the charset in their name. The locale definition is generated under git-annex.linux/locales. So, this only works if the user can write there. If locale generation fails for any reason, it's silently skipped. The git-annex-standalone.deb installs the bundle under /usr, so this locale generation won't work for non-root users. | ||
* | minor typo fixes throughout | Yaroslav Halchenko | 2016-06-02 |
| | | | | | problematic flexibility | ||
* | fix build more | Joey Hess | 2016-02-23 |
| | |||
* | fix build error | Joey Hess | 2016-02-23 |
| | |||
* | avoid trying to include gpg in bundle on Windows | Joey Hess | 2016-02-23 |
| | |||
* | Linux and OSX standalone builds put the bundled gpg last in PATH, so any ↵ | Joey Hess | 2016-02-19 |
| | | | | system gpg will be preferred over it. | ||
* | git for windows includes curl, so avoid bundling it | Joey Hess | 2015-09-11 |
| | |||
* | Switched to using git for Windows, rather than msysgit. | Joey Hess | 2015-09-10 |
| | | | | | | | | | | | | | | | | | | Using msysgit with git-annex is no longer supported. At the same time, I'm updating the rsync.exe in my downloads repository with the one from msys2. Note that rsync is currently still being ldded and installed in Git/cmd/ like the other cygwin programs. The ldd fails and this failure is ignored. It would be better to special case it to go in Git/usr/bin/, so that the user can't run rsync in a dos prompt window, which doesn't work, as it needs additional libs. However, as far as git-annex running rsync running ssh, it works ok in this location. Removed the ssh.cmd and ssh-keygen.cmd; these are not needed with git for windows. Keeping them would let ssh be run manually from a dos prompt window, but that's not really a goal. | ||
* | remove bup from bundledprograms | Joey Hess | 2015-09-10 |
| | | | | It never belonged there. | ||
* | Windows: Remove cygwin ssh, the newer version of which has stopped honoring ↵ | Joey Hess | 2015-05-07 |
| | | | | the setting of HOME. Instead, copy msysgit's ssh into PATH. | ||
* | update my email address and homepage url | Joey Hess | 2015-01-21 |
| | |||
* | Windows: Install ssh and other bundled programs to Git/cmd, instead of ↵ | Joey Hess | 2014-12-03 |
| | | | | Git/bin, since the latter is not in the default msysgit PATH. | ||
* | Windows: ssh is no longer included in the git-annex bundle, since msysgit ↵ | Joey Hess | 2014-12-03 |
| | | | | includes it. | ||
* | Remove wget from OSX dmg, due to issues with cert paths that broke git-annex ↵ | Joey Hess | 2014-04-10 |
| | | | | automatic upgrading. Instead, curl is used, unless the OSX system has wget installed, which will then be used. | ||
* | add git-shell binary to bundles | Joey Hess | 2013-12-27 |
| | |||
* | Include git-receive-pack, git-upload-pack, and git wrappers in the Linux ↵ | Joey Hess | 2013-12-24 |
| | | | | standalone build, and OSX app, so they will be available when it's added to PATH. | ||
* | OSX: Remove ssh and ssh-keygen from dmg as they're included in OSX by default.5.20131213 | Joey Hess | 2013-12-13 |
| | |||
* | assistant: Batch jobs are now run with ionice and nocache, when those ↵ | Joey Hess | 2013-12-01 |
| | | | | commands are available. | ||
* | linux upgrade code debugged and working | Joey Hess | 2013-11-24 |
| | |||
* | Include ssh-keygen in standalone bundle. | Joey Hess | 2013-11-08 |
| | |||
* | note on nice | Joey Hess | 2013-10-17 |
| | |||
* | try working around windows xargs problem | Joey Hess | 2013-10-17 |
| | |||
* | add git-remote-gcrypt to bundle when available | Joey Hess | 2013-09-13 |
| | |||
* | assistant --autostart: Automatically ionices the daemons it starts. | Joey Hess | 2013-06-21 |
| | |||
* | Allow building with gpg2. | Joey Hess | 2013-05-19 |
| | |||
* | fix the day's Windows permissions damage | Joey Hess | 2013-05-14 |
| | |||
* | windows installer is fully working | Joey Hess | 2013-05-14 |