diff options
author | http://joeyh.name/ <http://joeyh.name/@web> | 2013-11-15 20:51:18 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-11-15 20:51:18 +0000 |
commit | 872e14c02a27f7b9c9a0f66f70683bb62e7abe22 (patch) | |
tree | 1c1b4e192c8fd3e121463d5e5e0b2a6a89cff7a7 /doc | |
parent | a36ce53e197aea9c24c48a04d2affef3ddc01b08 (diff) |
Added a comment
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/Check_if_an_upgrade_is_available_in_the_webapp/comment_1_c904182f6bff8b1a42070bbc038eb34e._comment | 17 |
1 files changed, 17 insertions, 0 deletions
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 000000000..750e3b83a --- /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. +"""]] |