aboutsummaryrefslogtreecommitdiff
path: root/Build/BundledPrograms.hs
Commit message (Collapse)AuthorAge
* fold Build/SysConfig.hs into BuildInfo via includeGravatar Joey Hess2017-12-14
| | | | | | | | | | | This avoids warnings from stack about the module not being listed in the cabal file. So, the generated file is also renamed to Build/SysConfig. Note that the setup program seems to be cached despite these changes; I had to cabal clean to get cabal to update it so that Build/SysConfig was written. This commit was sponsored by Jochen Bartl on Patreon.
* Windows: Remove wget from bundle; it needs libraries that are not included, ↵Gravatar Joey Hess2017-10-25
| | | | | | | | and git for windows includes curl which git-annex will use instead. wget was broken even in the previous old release of the windows bundle, this is not new breakage. msys-idn-11.dll and probably more would be needed to use it. git for windows includes msys-idn2-0.dll instead.
* Linux standalone builds put the bundled ssh last in PATH, so any system ssh ↵Gravatar Joey Hess2017-03-02
| | | | | | will be preferred over it. This commit was sponsored by Denis Dzyubenko on Patreon.
* Linux standalone: Include locale files in the bundle, and generate locale ↵Gravatar Joey Hess2016-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 throughoutGravatar Yaroslav Halchenko2016-06-02
| | | | | problematic flexibility
* fix build moreGravatar Joey Hess2016-02-23
|
* fix build errorGravatar Joey Hess2016-02-23
|
* avoid trying to include gpg in bundle on WindowsGravatar Joey Hess2016-02-23
|
* 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.
* git for windows includes curl, so avoid bundling itGravatar Joey Hess2015-09-11
|
* Switched to using git for Windows, rather than msysgit.Gravatar Joey Hess2015-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 bundledprogramsGravatar Joey Hess2015-09-10
| | | | It never belonged there.
* Windows: Remove cygwin ssh, the newer version of which has stopped honoring ↵Gravatar Joey Hess2015-05-07
| | | | the setting of HOME. Instead, copy msysgit's ssh into PATH.
* update my email address and homepage urlGravatar Joey Hess2015-01-21
|
* Windows: Install ssh and other bundled programs to Git/cmd, instead of ↵Gravatar Joey Hess2014-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 ↵Gravatar Joey Hess2014-12-03
| | | | includes it.
* Remove wget from OSX dmg, due to issues with cert paths that broke git-annex ↵Gravatar Joey Hess2014-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 bundlesGravatar 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.
* OSX: Remove ssh and ssh-keygen from dmg as they're included in OSX by default.5.20131213Gravatar Joey Hess2013-12-13
|
* assistant: Batch jobs are now run with ionice and nocache, when those ↵Gravatar Joey Hess2013-12-01
| | | | commands are available.
* linux upgrade code debugged and workingGravatar Joey Hess2013-11-24
|
* Include ssh-keygen in standalone bundle.Gravatar Joey Hess2013-11-08
|
* note on niceGravatar Joey Hess2013-10-17
|
* try working around windows xargs problemGravatar Joey Hess2013-10-17
|
* add git-remote-gcrypt to bundle when availableGravatar Joey Hess2013-09-13
|
* assistant --autostart: Automatically ionices the daemons it starts.Gravatar Joey Hess2013-06-21
|
* Allow building with gpg2.Gravatar Joey Hess2013-05-19
|
* fix the day's Windows permissions damageGravatar Joey Hess2013-05-14
|
* windows installer is fully workingGravatar Joey Hess2013-05-14