Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'master' of ssh://git-annex.branchable.com into relativepaths | Joey Hess | 2015-01-07 |
|\ | |||
| * | remove debug prints; even going to stderr that breaks gnupg's configure script | Joey Hess | 2015-01-07 |
| | | |||
| * | typo | Joey Hess | 2015-01-07 |
| | | |||
| * | smarter wrapper; detect -r link option | Joey Hess | 2015-01-07 |
| | | | | | | | | /home/builder/.ghc/android-14/arm-linux-androideabi-4.8/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: fatal error: -pie and -r are incompatible | ||
| * | minor typo | Joey Hess | 2015-01-07 |
| | | |||
| * | add $@ to wrapper | Joey Hess | 2015-01-07 |
| | | |||
| * | more PATH typos | Joey Hess | 2015-01-07 |
| | | |||
| * | fix path | Joey Hess | 2015-01-07 |
| | | |||
| * | fix -fPIE option | Joey Hess | 2015-01-07 |
| | | |||
| * | subshells for cd && | Joey Hess | 2015-01-07 |
| | | |||
| * | typos | Joey Hess | 2015-01-07 |
| | | |||
| * | fix BIGNUM related openssh build breakage | Joey Hess | 2015-01-07 |
| | | |||
| * | typo | Joey Hess | 2015-01-07 |
| | | |||
| * | fix dir name | Joey Hess | 2015-01-07 |
| | | |||
| * | typo | Joey Hess | 2015-01-07 |
| | | |||
| * | android binary compatability is so bad we have to build all utilities twice | Joey Hess | 2015-01-07 |
| | | |||
* | | now I know why the test suite failed on the autobuilder.. MAX_PATH | Joey Hess | 2015-01-06 |
|/ | |||
* | iupdate licenses file, removing ASPL | Joey Hess | 2015-01-05 |
| | | | | | The git-annex dmg used to include some OSX system libraries, but it doesn't anymore. | ||
* | fix cd issue | Joey Hess | 2015-01-05 |
| | |||
* | Android: Provide a version built with -fPIE -pie to support Android 5.0. | Joey Hess | 2015-01-05 |
| | |||
* | fail windows build if test suite doesn't pass | Joey Hess | 2014-12-30 |
| | |||
* | typo | Joey Hess | 2014-12-30 |
| | |||
* | try running test in a different directory | Joey Hess | 2014-12-30 |
| | | | | | | | | | | | | | | | | | I have a theory that something is deleting the .t directory or it doesn't get made in the location tried. The last test showed: add: ("recordedInodeCache",Key {keyName = "e394a389d787383843decc5d3d99b6d184ffa5fddeec23b911f9ee7fc8b9ea77", keyBackendName = "SHA256E", keySize = Just 20, keyMtime = Nothing, keyChunkSize = Nothing, keyChunkNum = Nothing},"start") ("recordedInodeCache",Key {keyName = "e394a389d787383843decc5d3d99b6d184ffa5fddeec23b911f9ee7fc8b9ea77", keyBackendName = "SHA256E", keySize = Just 20, keyMtime = Nothing, keyChunkSize = Nothing, keyChunkNum = Nothing},"end") ("writeInodeCache",Key {keyName = "e394a389d787383843decc5d3d99b6d184ffa5fddeec23b911f9ee7fc8b9ea77", keyBackendName = "SHA256E", keySize = Just 20, keyMtime = Nothing, keyChunkSize = Nothing, keyChunkNum = Nothing},"start") git-annex: c:\jenkins\workspace\msysgit-git-annex-assistant-test\git-annex\.t\repo\.git\annex\objects\6cd\e82\SHA256E-s20--e394a389d787383843decc5d3d99b6d184ffa5fddeec23b911f9ee7fc8b9ea77\SHA256E-s20--e394a389d787383843decc5d3d99b6d184ffa5fddeec23b911f9ee7fc8b9ea77.cache: openFile: does not exist (No such file or directory) FAIL add failed So writeInodeCache is what's failing, and it seems to fail to write the file despite having made the parent directory. | ||
* | add missing patches | Joey Hess | 2014-12-04 |
| | |||
* | cabal unpack --pristine | Joey Hess | 2014-12-04 |
| | | | | | | | Without --pristine, cabal will update the package's cabal file if a newer one is available in hackage. But that can break applying patches. Especially since the new version from hackage can apparently have dos line endings, while the version from the tarball doesn't. | ||
* | convert no-th linux build to use cabal.config with pinned versions for ↵ | Joey Hess | 2014-12-03 |
| | | | | reproducability of builds | ||
* | cabal install with -j1 to work around ghc qemu threading bug | Joey Hess | 2014-12-03 |
| | |||
* | update for debian jessie, which has libgnutls28-dev, not libgnutls-dev | Joey Hess | 2014-12-03 |
| | |||
* | update licenses file for nsis and NullSoft licences used by windows installer | Joey Hess | 2014-12-03 |
| | |||
* | clarify where host libs come from | Joey Hess | 2014-12-03 |
| | |||
* | force recompilation of the nullsoft installer; it does not seem to be ↵ | Joey Hess | 2014-12-03 |
| | | | | noticing changes somehow | ||
* | update license file, adding licenses of all haskell library dependencies | Joey Hess | 2014-12-01 |
| | | | | | | | This only includes dependencies from the git-annex.cabal file, not dependencies of dependencies etc. I need some kind of automated system to make sure I get all of those. TTBOMK, all of them are free software, generally released under a BSD license. | ||
* | avoid false build failure in android log | Joey Hess | 2014-11-05 |
| | |||
* | deal with android SDK change | Joey Hess | 2014-10-20 |
| | | | | No longer has android-18 target, now it's android-19. | ||
* | pin git to known working version | Joey Hess | 2014-10-16 |
| | |||
* | update git patch to current git | Joey Hess | 2014-10-16 |
| | |||
* | jessie has a new enough automake, so it doesn't need to be cloned here | Joey Hess | 2014-10-16 |
| | |||
* | finished convering android build to pinned packages | Joey Hess | 2014-10-16 |
| | | | | | | | | | Package versions match Debian jessie, except for a few differences needed due to the different version of ghc pulling in a few buildin packages with other versions. Most of the patches were cherry-picked from past commits, since these are older versions. | ||
* | android rebuild WIP | Joey Hess | 2014-10-15 |
| | |||
* | fix build failure with empty parameter | Joey Hess | 2014-10-15 |
| | |||
* | no more need for .cabal/bin in PATH | Joey Hess | 2014-10-15 |
| | |||
* | switching android builder to debian jessie | Joey Hess | 2014-10-14 |
| | |||
* | avoid pinning some core libs | Joey Hess | 2014-10-14 |
| | | | | | These vary depending on ghc version, so need to be different in the native and android ghc cabals. | ||
* | avoid pinning more ghc builtins | Joey Hess | 2014-10-14 |
| | |||
* | fix path | Joey Hess | 2014-10-14 |
| | |||
* | don't pin base | Joey Hess | 2014-10-14 |
| | |||
* | make cabal.config be available whenever cabal install is run | Joey Hess | 2014-10-14 |
| | | | | Ensures the constraints are consistently applied. | ||
* | use cabal.config when installing native | Joey Hess | 2014-10-14 |
| | |||
* | use pinned package versions from cabal.config | Joey Hess | 2014-10-14 |
| | |||
* | actual bounds from android autobuilder | Joey Hess | 2014-10-14 |
| |