diff options
author | 2014-04-25 07:33:39 +0000 | |
---|---|---|
committer | 2014-04-25 07:33:39 +0000 | |
commit | 5c4e85e44d60697a1821a3101ce25094a8d81d73 (patch) | |
tree | f85d34e37ae9635a78f98d549778a970007851c9 /doc | |
parent | 67d76c9e8b3e5c6d3d3a20308b1ec722c18a4324 (diff) |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/git-annex_auto_upgrade_is_redundant.mdwn | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/bugs/git-annex_auto_upgrade_is_redundant.mdwn b/doc/bugs/git-annex_auto_upgrade_is_redundant.mdwn new file mode 100644 index 000000000..0d3744af9 --- /dev/null +++ b/doc/bugs/git-annex_auto_upgrade_is_redundant.mdwn @@ -0,0 +1,26 @@ +### Please describe the problem. + +Hi, + +The web-app keeps notifying me of an upgrade, I choose to run it but nothing seems to happen. + +The debug logs show that the upgrade is skipped as it's redundant. + +### What steps will reproduce the problem? + +Have upgrades set to notify. + +### What version of git-annex are you using? On what operating system? + +Current. + +### Please provide any additional information below. + +[[!format sh """ +# If you can, paste a complete transcript of the problem occurring here. +# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log +[2014-04-25 08:26:30 BST] Upgrader: An upgrade of git-annex is available. (version 5.20140421) +[2014-04-25 08:27:02 BST] main: Skipping redundant upgrade + +# End of transcript or log. +"""]] |