summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-05-16 14:29:05 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-05-16 14:29:05 -0400
commit7ed2289f4618a857221558fcf6948c05f3176de8 (patch)
tree9214f7298f2d4b1e18d65a0f217fe3787f59a71c
parenta7487042fe0fd263aee1ff4a5c113d5992c2aaed (diff)
close; wontfix
-rw-r--r--doc/bugs/no_git-annex_cli_for_performing_upgrades_or_setting_upgrade_options.mdwn16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/bugs/no_git-annex_cli_for_performing_upgrades_or_setting_upgrade_options.mdwn b/doc/bugs/no_git-annex_cli_for_performing_upgrades_or_setting_upgrade_options.mdwn
index be1f778a1..ba8e65a12 100644
--- a/doc/bugs/no_git-annex_cli_for_performing_upgrades_or_setting_upgrade_options.mdwn
+++ b/doc/bugs/no_git-annex_cli_for_performing_upgrades_or_setting_upgrade_options.mdwn
@@ -17,3 +17,19 @@ I have to run the webapp to do upgrades...it would be nice to have a CLI. I wou
# End of transcript or log.
"""]]
+
+> The CLI for performing upgrades is:
+>
+> wget http://url/file
+> $unpack file
+>
+> Where on linux $unpack is "tar xf" and on OSX it's something with hduutil
+> attach dmg.
+>
+> Or, even better, it's `apt-get upgrade; apt-get install git-annex` or the
+> fine equivilant provided by your fine OS.
+>
+> Command-line programs do not typically provide upgrade commands,
+> because this is up to the OS, or easily handled with other command-line
+> programs. I see no reason for git-annex to be different, so [[done]]
+> --[[Joey]]