diff --git a/doc/bugs/typo_on_the_Mac_OS_10.7.5_Lion_build/comment_2_3b2c3c84bd1910280c549a2ee1c622b9._comment b/doc/bugs/typo_on_the_Mac_OS_10.7.5_Lion_build/comment_2_3b2c3c84bd1910280c549a2ee1c622b9._comment new file mode 100644 index 0000000000..bd1763ca0c --- /dev/null +++ b/doc/bugs/typo_on_the_Mac_OS_10.7.5_Lion_build/comment_2_3b2c3c84bd1910280c549a2ee1c622b9._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus" + nickname="Jimmy" + subject="comment 2" + date="2013-11-15T20:57:27Z" + content=""" +The builder is back, I was away from the office when it broke. It should be spitting out builds on a daily basis again. +"""]] diff --git a/doc/forum/git_annex_test_on_windows/comment_1_258ac5cfa2f5d24e737d94dc48f06899._comment b/doc/forum/git_annex_test_on_windows/comment_1_258ac5cfa2f5d24e737d94dc48f06899._comment new file mode 100644 index 0000000000..d7968c16ed --- /dev/null +++ b/doc/forum/git_annex_test_on_windows/comment_1_258ac5cfa2f5d24e737d94dc48f06899._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.246" + subject="comment 1" + date="2013-11-15T20:53:17Z" + content=""" +Yes, it's fine to file a bug about test failures. Be sure you try with a current autobuild. + +The redirection you show would work on linux, I don't know about windows. But capturing a transcript of the test output is certainly what I need. +"""]] diff --git a/doc/todo/Check_if_an_upgrade_is_available_in_the_webapp/comment_1_c904182f6bff8b1a42070bbc038eb34e._comment b/doc/todo/Check_if_an_upgrade_is_available_in_the_webapp/comment_1_c904182f6bff8b1a42070bbc038eb34e._comment new file mode 100644 index 0000000000..750e3b83a5 --- /dev/null +++ b/doc/todo/Check_if_an_upgrade_is_available_in_the_webapp/comment_1_c904182f6bff8b1a42070bbc038eb34e._comment @@ -0,0 +1,17 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.246" + subject="comment 1" + date="2013-11-15T20:51:18Z" + content=""" +I have thought about doing this, especially if there is ever a security hole in git-annex. + +All it needs is a file containing the version number to be written along-side the git-annex build, and git-annex knowing if it was built as a standalone build, and should check that. + +As for actually performing the upgrade: + +* Easy on Linux +* Not sure on OSX.. Is it possible to use hdiutil attach to replace a dmg while a program contained in it is currently running? +* Probably impossible on Android, at least not without using double the space. Probably better to get git-annex into an app store. +* Doable on Windows, but would need git-annex to be distributed in a form that was not a installer.exe. +"""]]