Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2013-11-15 17:06:12 -04:00
commit 3731e13128
3 changed files with 35 additions and 0 deletions

View file

@ -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.
"""]]

View file

@ -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.
"""]]

View file

@ -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.
"""]]