aboutsummaryrefslogtreecommitdiff
path: root/Build
Commit message (Collapse)AuthorAge
...
* Fix OSX dmg to include libraries needed by bundled gpg, lost in last release.Gravatar Joey Hess2016-03-07
|
* 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.
* fix warning with ghc 7.10Gravatar Joey Hess2016-01-26
|
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
|
* throw exception if library copy failsGravatar Joey Hess2016-01-14
|
* fix build of DistributionUpdateGravatar Joey Hess2016-01-14
|
* fix import warningsGravatar Joey Hess2016-01-14
|
* fix build warning with AMP ghcGravatar Joey Hess2015-12-28
|
* fix build warningGravatar Joey Hess2015-12-28
|
* got logic backwards..Gravatar Joey Hess2015-11-03
|
* Avoid installing desktop file and program file if cabal install git-annex is ↵Gravatar Joey Hess2015-11-03
| | | | run as root, since that is not a systemwide install, but to /root, and so generating a systemwide desktop file is not right.
* Merge branch 'winprocfix'Gravatar Joey Hess2015-10-04
|\
* | add i386-ancient buildGravatar Joey Hess2015-09-23
| |
* | git for windows includes curl, so avoid bundling itGravatar Joey Hess2015-09-11
| |
* | now fully working even when git is not in pathGravatar Joey Hess2015-09-11
| | | | | | | | | | The vbs launchers now are passed the path where git-annex was installed to, so they will work when it's not in path.
* | get git-annex working even if user doesn't add git to pathGravatar Joey Hess2015-09-11
| | | | | | | | | | | | | | | | | | | | | | | | | | This is pretty complicated, but I have both "git-annex" and "git annex" working both in the git bash shell even with git not added to path. And, when git's added to path, both work from MS-DOS prompt window too. I think that the webapp startup does still need git in path, so instructions will keep saying to do that. But, users often disregard them, and hopefully this will reduce support traffic. Also, switched the wget from the cygwin one to the msys2 one, avoiding the complication of needing to bundle any cygwin dlls.
* | 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.
| * webapp: Fix support for entering password when setting up a ssh remote.Gravatar Joey Hess2015-09-03
|/
* update for ghc 7.10Gravatar Joey Hess2015-09-01
|
* Fix Windows build to work with ghc 7.10Gravatar Joey Hess2015-09-01
| | | | | | | | | | | | It was failing at link time, some problem with terminatePID. Re-implemented that to not use a C wrapper function, which cleared up the problem. Removed old EvilLinker hack with must have been related to the same problem. Note that I have not tested this with older ghc's. In 4f59f9439687cccfb7aac6aca62dbe97038179bf I mention having tried this approach before, and getting segfaults.. So, who knows. It seems to work fine with ghc 7.10 at least.
* remove unused importGravatar Joey Hess2015-08-24
|
* Makefile: Pass LDFLAGS, CFLAGS, and CPPFLAGS through ghc and on to ld, cc, ↵Gravatar Joey Hess2015-08-19
| | | | | | | | and cpp. As a result of the Makefile changes, the Debian package is built with various hardening options. Although their benefit to a largely haskell program is unknown.
* fix formatting of git-annex(1) synopsisGravatar Joey Hess2015-07-09
|
* remove Params constructor from Utility.SafeCommandGravatar Joey Hess2015-06-01
| | | | | | | | | | | | | | | | | | This removes a bit of complexity, and should make things faster (avoids tokenizing Params string), and probably involve less garbage collection. In a few places, it was useful to use Params to avoid needing a list, but that is easily avoided. Problems noticed while doing this conversion: * Some uses of Params "oneword" which was entirely unnecessary overhead. * A few places that built up a list of parameters with ++ and then used Params to split it! Test suite passes.
* avoid unused variableGravatar Joey Hess2015-05-27
|
* munge NAME section of man pages to make lintian happy5.20150522Gravatar Joey Hess2015-05-22
|
* require RELEAEE_BUILD to be 1, not any valueGravatar Joey Hess2015-05-11
|
* more {-# OPTIONS_GHC -fno-warn-tabs #-} ... Forcing people who have what is ↵Gravatar Joey Hess2015-05-10
| | | | merely a difference of opinion to you to do this is a bit of an asshole move. Just saying.
* add a wrapper for ssh-keygenGravatar Joey Hess2015-05-08
|
* use a batch file to run msysgit's ssh, instead of copyingGravatar Joey Hess2015-05-08
| | | | | | copying failed because dlls are not in path. This batch file is based on the one msysgit uses to start gitk
* 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.
* use BuildVersion in debian, which fixes windows buildGravatar Joey Hess2015-04-21
|
* filter out non-cygwin libsGravatar Joey Hess2015-04-21
|
* use cygwin ldd to find dlls to include, instead of manually listingGravatar Joey Hess2015-04-21
|
* another fixGravatar Joey Hess2015-04-20
|
* fixGravatar Joey Hess2015-04-20
|
* typo5.20150420Gravatar Joey Hess2015-04-20
|
* reuse Build.Version to generate versionGravatar Joey Hess2015-04-20
|
* fix whatis section (hack)Gravatar Joey Hess2015-04-20
|
* another libGravatar Joey Hess2015-04-20
|
* another libGravatar Joey Hess2015-04-20
|
* updated lib versionGravatar Joey Hess2015-04-20
|
* more libsGravatar Joey Hess2015-04-20
|
* more libsGravatar Joey Hess2015-04-20
|
* more libsGravatar Joey Hess2015-04-20
|
* prune old libGravatar Joey Hess2015-04-20
|