summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* touchups5.20141231Gravatar Joey Hess2014-12-31
|
* prep releaseGravatar Joey Hess2014-12-31
|
* OSX: Switched away from deprecated statfs64 interface.Gravatar Joey Hess2014-12-31
| | | | | | | | | | Getting rid of build warning warning: 'statfs64' is deprecated: first deprecated in OS X 10.6 [-Wdeprecated-declarations] 10.6 is much older than the oldest git-annex OSX port, so won't break anything.
* remove obsolete caveatGravatar Joey Hess2014-12-31
|
* updateGravatar Joey Hess2014-12-30
|
* devblogGravatar Joey Hess2014-12-30
|
* Windows: Fix handling of views of filenames containing '%'Gravatar Joey Hess2014-12-30
|
* fail windows build if test suite doesn't passGravatar Joey Hess2014-12-30
|
* update; windows autobuilder runs tests nowGravatar Joey Hess2014-12-30
|
* fix windows buildGravatar Joey Hess2014-12-30
|
* remove testenv threading from test suiteGravatar Joey Hess2014-12-30
| | | | | | | | | | | | | Simplify the test suite now that I have a way to setEnv on Windows by not threading an environement through it. Incidentially this fixed a failure on Windows, observed when running the test suite in cygwin terminal, where there is apparently an env var named "", and it tried to set that when propigating the environment, which failed. But mostly, it makes the code a lot less horrible. This commit was sponsored by RĂ©mi Vanicat.
* fix test case on windowsGravatar Joey Hess2014-12-30
| | | | "a:" is an absolute path, so viewedfile test cannot be run on it.
* typoGravatar Joey Hess2014-12-30
|
* try running test in a different directoryGravatar Joey Hess2014-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.
* Revert "temporary debugging code for windows autobuilder test suite failure"Gravatar Joey Hess2014-12-30
| | | | This reverts commit 59956b117da3070cc0d66e997ff3b318fb6153d4.
* temporary debugging code for windows autobuilder test suite failureGravatar Joey Hess2014-12-30
|
* Windows: Got the rsync special remote working.Gravatar Joey Hess2014-12-30
| | | | | | | | | More aggressive rsync params fixup for windows. Param may contain a url, or a file path, so check if it looks like a local file path and if so, fix it up. On windows only, rsyncUrlIsPath will treat c:foo as a path, rather than as a rsyncurl starting with a host "c".
* enable rsync special remote test on windowsGravatar Joey Hess2014-12-30
|
* local rsync special remote fixed on windowsGravatar Joey Hess2014-12-30
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-12-30
|\
* | Windows: Fix local rsync filepath munging (fixes 26 test suite failures).Gravatar Joey Hess2014-12-30
| |
| * (no commit message)Gravatar gernot2014-12-30
|/
* bittorrent: Fix locking problem when using addurl file://Gravatar Joey Hess2014-12-30
| | | | | Fixes: /home/joey/tmp/xxx/.git/annex/misctmp/torrent18347: openFile: resource busy (file is locked)
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-12-30
|\
* | Run shutdown cleanup actions even if there were failures processing the command.Gravatar Joey Hess2014-12-30
| | | | | | | | | | Amoung other fixes, this means that addurl will stage added files even if adding one of the urls fails.
| * Added a comment: it need to be built with -fPIE -pie.Gravatar https://www.google.com/accounts/o8/id?id=AItOawkev8_Er652-NMvfEpn3r5VwulP5phjNuI2014-12-30
| |
| * transmission: preserve newlines in stdout debug, commentsGravatar https://id.koumbit.net/anarcat2014-12-29
| |
| * add script to add transmission files into git-annexGravatar https://id.koumbit.net/anarcat2014-12-29
| |
* | final warning fixGravatar Joey Hess2014-12-29
|/
* fixGravatar Joey Hess2014-12-29
|
* fix more warnings on BSD/OSXGravatar Joey Hess2014-12-29
|
* one more warningGravatar Joey Hess2014-12-29
|
* fixed all remaining build warnings on WindowsGravatar Joey Hess2014-12-29
|
* fix a OSX C compiler warning about null pointerGravatar Joey Hess2014-12-29
|
* fix build warningGravatar Joey Hess2014-12-29
| | | | strangely only OSX noticed this was imported and unused
* fix OSX build warningGravatar Joey Hess2014-12-29
|
* fix warning when building w/o dbusGravatar Joey Hess2014-12-29
|
* fix typoGravatar Joey Hess2014-12-29
|
* cleanupGravatar Joey Hess2014-12-29
|
* setpresentkey: A new plumbing-level command.Gravatar Joey Hess2014-12-29
|
* fix addurl behavior when location and url logs are inconsistentGravatar Joey Hess2014-12-29
| | | | | | | | | | | | | | | | | The url log could have an url for a key, while the location log thinks it's not present in the web. In this case, addurl --file url would not do anything. Fixed it to re-add the web as a location. I don't know how this situation could arise, but I saw it in the wild in the conference_proceedings repo, affecting key URL-s17806003--http://mirror.linux.org.au/pub/linux.conf.au/2014/Wednesday/53-Building_Effective_Alliances_around_the_Trans-Pacific_Partnershi-c0505b631127ccc67e38e637344d988e Investigating the presence log, it looked like that key was originally listed as present in the web, then in commit 56abf9e9f3e691ed9d83513037d4019313321ca3 someone else's git-annex set it and some other things to not present in the web. It would be interesting to know what that user did, but I doubt I'll be able to find out. All I can tell from this investigation is that the inconsistency was not introduced when originally addurl-ing the url.
* sync: Now supports remote groups, the same way git remote update does.Gravatar Joey Hess2014-12-29
|
* addGravatar Joey Hess2014-12-28
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-12-28
|\
| * Added a comment: Status of this issueGravatar https://launchpad.net/~krastanov-stefan2014-12-27
| |
| * removedGravatar https://launchpad.net/~krastanov-stefan2014-12-27
| |
| * Added a comment: Status of this issueGravatar https://launchpad.net/~krastanov-stefan2014-12-27
| |
| * Added a comment: Caveat with 'git checkout synced/master'Gravatar https://www.google.com/accounts/o8/id?id=AItOawkRW96vF6lsjg57muQ4nPnQqJJUAKGKGzw2014-12-26
| |
| * (no commit message)Gravatar http://digiuser.livejournal.com/2014-12-26
| |
| * files -> urlsGravatar http://fiatjaf.gmail.com.questo.email/2014-12-26
| |