git-annex/doc/bugs/git-annex_auto_upgrade_is_redundant.mdwn

35 lines
1 KiB
Text
Raw Normal View History

2014-04-25 07:33:39 +00:00
### Please describe the problem.
Hi,
2014-04-25 08:29:00 +00:00
On OSX the web-app keeps notifying me of an upgrade, I choose to run it but nothing seems to happen.
2014-04-25 07:33:39 +00:00
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.
"""]]
2014-05-16 17:50:40 +00:00
[[!meta title="upgrade loop when info file contains newer version than distributed version of git-annex"]]
2014-05-24 20:29:41 +00:00
[[!tag confirmed]]
> [[fixed|done]]; the release process now uses versions from build-version
> files that are created by the autobuilders, so should always be accurate.
> --[[Joey]]