Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | use clamav to check builds for viruses before adding them | Joey Hess | 2016-03-07 |
| | | | | | | Had to workaround various problems in clamscan. Increased its max filesize a lot, because it's too small to check git-annex. Manual unpacking seemed to be needed for dmg and tar.gz. | ||
* | remove 163 lines of code without changing anything except imports | Joey Hess | 2016-01-20 |
| | |||
* | fix build of DistributionUpdate | Joey Hess | 2016-01-14 |
| | |||
* | add i386-ancient build | Joey Hess | 2015-09-23 |
| | |||
* | remove Params constructor from Utility.SafeCommand | Joey Hess | 2015-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. | ||
* | another fix | Joey Hess | 2015-04-20 |
| | |||
* | fix | Joey Hess | 2015-04-20 |
| | |||
* | use signingKey | Joey Hess | 2015-04-06 |
| | |||
* | reorder params | Joey Hess | 2015-04-06 |
| | |||
* | remove now duplicate import | Joey Hess | 2015-02-19 |
| | |||
* | make commits to downloads repo with the git-annex distribution signing key | Joey Hess | 2015-01-21 |
| | |||
* | fix DistributionUpdate incompatability | Joey Hess | 2015-01-13 |
| | | | | | | | | | Since DistributionUpdate builds an Annex object, the new relative paths code caused it to make a git object with paths like ../lib/downloads. However, it actually runs the system's installed git-annex, and that old version did not like being run in this situation. Probably it was buggy. Fixed by chdir to the downloads repo before doing anything else. | ||
* | revert parentDir change | Joey Hess | 2015-01-09 |
| | | | | | | | | Reverts 2bba5bc22d049272d3328bfa6c452d3e2e50e86c Unfortunately, this caused breakage on Windows, and possibly elsewhere, because parentDir and takeDirectory do not behave the same when there is a trailing directory separator. | ||
* | added android 5.0 build | Joey Hess | 2015-01-08 |
| | |||
* | made parentDir return a Maybe FilePath; removed most uses of it | Joey Hess | 2015-01-06 |
| | | | | | | | | parentDir is less safe than takeDirectory, especially when working with relative FilePaths. It's really only useful in loops that want to terminate at / This commit was sponsored by Audric SCHILTKNECHT. | ||
* | annex new files | Joey Hess | 2014-11-11 |
| | |||
* | OSX autobuilder updated to 10.10 | Joey Hess | 2014-11-11 |
| | |||
* | typo | Joey Hess | 2014-07-07 |
| | |||
* | windows autobuild images now available from downloads.kitenet.net | Joey Hess | 2014-06-19 |
| | | | | The autobuilder's own https cert is expired. | ||
* | fix generation of infor files | Joey Hess | 2014-06-18 |
| | | | | Now have files relative to the top of the repo. | ||
* | fix build-version url | Joey Hess | 2014-06-18 |
| | |||
* | silence curl | Joey Hess | 2014-06-18 |
| | |||
* | couple bug fixes in build-version code | Joey Hess | 2014-06-18 |
| | |||
* | fix filenames | Joey Hess | 2014-06-18 |
| | |||
* | fix url | Joey Hess | 2014-06-18 |
| | |||
* | better warnings | Joey Hess | 2014-06-18 |
| | |||
* | make DistributionUpdate download build-version files and use them in the ↵ | Joey Hess | 2014-06-18 |
| | | | | | | | | | | | | | info files Also automated downloading the builds, finally. I had done it by hand until now. Note that the Windows autobuilder has an expired cert, so it will refuse to download from it currently. I have emailed its admin to get that fixed, hopefully. This commit was sponsored by Peter Hogg. | ||
* | --detach-sign | Joey Hess | 2014-04-21 |
| | |||
* | sign files5.20140421 | Joey Hess | 2014-04-21 |
| | |||
* | fix distributionupdate build | Joey Hess | 2014-04-21 |
| | | | | Including avoiding needing cabal's defines for Utility.URI | ||
* | more distributionupdate fixes | Joey Hess | 2014-02-27 |
| | |||
* | commit before info file build, so that any modified annexed files get updated | Joey Hess | 2014-02-21 |
| | |||
* | fix info file finding | Joey Hess | 2014-02-10 |
| | |||
* | check for out of date info files at end | Joey Hess | 2014-02-10 |
| | |||
* | fix build | Joey Hess | 2013-12-21 |
| | | | | Need to recurse into subdirs to follow git-annex links. | ||
* | fix 2 commands | Joey Hess | 2013-11-25 |
| | |||
* | improve commit message | Joey Hess | 2013-11-22 |
| | |||
* | sync files to website too | Joey Hess | 2013-11-22 |
| | |||
* | use .info, allow multiple info files in same directory | Joey Hess | 2013-11-22 |
| | |||
* | distribution info file updater program | Joey Hess | 2013-11-22 |