diff options
author | https://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web> | 2015-05-27 23:28:11 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-05-27 23:28:11 +0000 |
commit | 004436fcb0f3e21af1c7329988b8379738a53f57 (patch) | |
tree | b1472f87c9eb4c817bea3e95f01396e3aa71e295 /doc | |
parent | 8d1fa8a05ff965d6bf3a29eb4dd66b1a4d7d3cc9 (diff) |
some dumb question, probably :/ sorry if i missed something obvious
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/how_do_automated_upgrades_work__63__.mdwn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/forum/how_do_automated_upgrades_work__63__.mdwn b/doc/forum/how_do_automated_upgrades_work__63__.mdwn new file mode 100644 index 000000000..1f404d144 --- /dev/null +++ b/doc/forum/how_do_automated_upgrades_work__63__.mdwn @@ -0,0 +1,11 @@ +When i start the assistant, it's nicely telling me: + +<pre> +[2015-05-27 20:15:20 UTC] Upgrader: An upgrade of git-annex is available. (version 5.20150522) +</pre> + +That's really cool, but it's not actually upgrading. I looked around the website to understand how that worked and i found [[git-annex-upgrade]] and [[upgrades]] but those pages were not really useful, as they talk more about repository upgrades, and not the automated upgrade system. I was expecting [[upgrades]] to talk a bit about automated upgrades, or maybe the [[install]] page... + +i am running `5.20150508-g883d57f`, with a standalone image installed by root in `/opt`. Should that directory be writable by the user running git-annex to solve this? + +Thanks! --[[anarcat]] |