summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* releasing package git-annex version 6.201710266.20171026Gravatar Joey Hess2017-10-26
|
* better describe autobuildGravatar Joey Hess2017-10-26
|
* fix pathGravatar Joey Hess2017-10-26
|
* use upgraded stackGravatar Joey Hess2017-10-26
|
* finish fix for gitAnnexLink on windowsGravatar Joey Hess2017-10-26
| | | | | dropDrive needed since if splitPath splits out the drives, they would appear different.
* upgrade stack to avoid https://github.com/commercialhaskell/stack/issues/2960Gravatar Joey Hess2017-10-26
|
* improve cleanupGravatar Joey Hess2017-10-26
|
* Revert "debugging strange old version of git-annex in windows installer bundle"Gravatar Joey Hess2017-10-26
| | | | This reverts commit ee66a6ed4d89a4bd30d056be6ddd304a026503b7.
* debugging strange old version of git-annex in windows installer bundleGravatar Joey Hess2017-10-26
|
* correct spelling mistakesGravatar Edward Betts2017-10-26
| | | | A few spelling fixes for the git-annex devblog.
* unify stack build and stack installGravatar Joey Hess2017-10-26
| | | | | For some reason, when stack install is run separately, it seems to be installing a previous build from a different temp dir. WTF?
* update win32 commitGravatar Joey Hess2017-10-25
|
* devblogGravatar Joey Hess2017-10-25
|
* terminateProcessId renamedGravatar Joey Hess2017-10-25
| | | | win32 upstream suggested a better name
* fix gitAnnexLink to not be absolute on WindowsGravatar Joey Hess2017-10-25
| | | | | | | | | | | | | | | | | | Windows: Fix reversion that caused the path used to link to annexed content include the drive letter and full path, rather than being relative. (`git annex fix` will fix up after this problem). I've not identified the commit that brought the reversion (probably it happened this spring when I was removing MisingH and last touched Utility.Path). Likely commit c88dfda7e03cab4d96417518b6cfcffd54ad8f5d? The problem is that relPathDirToFile got called two paths that had the slashes different ways around. Since takeDrive includes the first slash, this made two paths on the same drive seem different and it bailed. (ifdefs around this to avoid doing extra work on non-windows) This commit was sponsored by Jack Hill on Patreon.
* simplify buildGravatar Joey Hess2017-10-25
|
* fix fixGravatar Joey Hess2017-10-25
|
* add win32 to extra-depGravatar Joey Hess2017-10-25
|
* allow building w/o rsync installedGravatar Joey Hess2017-10-25
| | | | rsync is needed to run, but may not be on the build machine; that's ok
* bugGravatar Joey Hess2017-10-25
|
* update win32 to fixed versionGravatar Joey Hess2017-10-25
|
* replyGravatar Joey Hess2017-10-25
|
* Add day to metadata when annex.genmetadata is enabled.Gravatar Joey Hess2017-10-25
| | | | Thanks, Sean T Parsons
* stack.yaml: Added nix packages section.Gravatar Joey Hess2017-10-25
| | | | Thanks, Sean T Parsons
* responseGravatar Joey Hess2017-10-25
|
* fix pathGravatar Joey Hess2017-10-25
|
* try to put git for windows firstGravatar Joey Hess2017-10-25
| | | | I think there'a a cygwin git in path confusing things
* work around stack-work directory path bugGravatar Joey Hess2017-10-25
| | | | fatal: Invalid path '/cygdrive/c/jenkins/workspace/git-annex-master/git-annex/.stack-work/downloaded/C:\jenkins\workspace\git-annex-master\git-annex\.stack-work\downloaded\56E6vnUQljVi': No such file or directory
* build for windows with forked win32 package that has terminateProcessIdGravatar Joey Hess2017-10-25
| | | | | | | | | Get ugly reversion out of CHANGELOG. Also, relocated the windows stack.yaml to top, and updated windows build instructions. This commit was sponsored by Henrik Riomar on Patreon.
* rename this, to fix cloning on windowsGravatar Joey Hess2017-10-25
|
* expand commentGravatar Joey Hess2017-10-25
|
* 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.
* fix build-version creationGravatar Joey Hess2017-10-25
|
* fix pathGravatar Joey Hess2017-10-25
| | | | | git-annex is installed into . by Build/NullSoftInstaller, so use that for running git-annex test
* make dirGravatar Joey Hess2017-10-25
|
* ln from stack install location to nsis locationGravatar Joey Hess2017-10-25
|
* try different pathGravatar Joey Hess2017-10-25
|
* try different pathGravatar Joey Hess2017-10-25
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-10-25
|\
* | add bin pathGravatar Joey Hess2017-10-25
| |
| * asking about "Grafts"Gravatar yarikoptic2017-10-25
| |
| * (no commit message)Gravatar ynikitenko2017-10-24
|/
* avoid stack runghcGravatar Joey Hess2017-10-24
| | | | | | Seems to want to recompile git-annex before running unrelated program. stack ghc does not have that problem
* --no-haddockGravatar Joey Hess2017-10-24
|
* use windows stack.yaml for additional stack commandsGravatar Joey Hess2017-10-24
|
* ding dong, the witch is deadGravatar Joey Hess2017-10-24
| | | | | | Which old witch? The EvilLinker witch! This commit was sponsored by Thom May on Patreon.
* fixGravatar Joey Hess2017-10-24
|
* temporary hack to get windows build workingGravatar Joey Hess2017-10-24
| | | | | | | | | | | | | Code for terminating processes on Windows is not linking anymore; made a warning be displayed instead. This breaks restarting the assistant and git annex assistant --stop. I hope to see the code added to the Win32 library, where it should fit better and should avoid whatever problem is making the linker not like it when included in git-annex. I opened an issue requesting its addition, here: https://github.com/haskell/win32/issues/91 This commit was sponsored by Thomas Hochstein on Patreon.
* Revert "try to avoid TerminateProcess link error on windows"Gravatar Joey Hess2017-10-24
| | | | | | | | | | This reverts commit d6d0b1fe20397bf073f11d579f5c0c38785e071a. Neither way is working.. The other way failed: .stack-work\dist\5f9bc736\build\git-annex\git-annex-tmp\Assistant.o:fake:(.text+0x6bb3): undefined reference to `terminatepid' Seems that winprocess.c is not getting linked in.
* indentationGravatar Joey Hess2017-10-24
|