-
Notifications
You must be signed in to change notification settings - Fork 696
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[QA] Tails GUI updater reporting new versions #3426
Comments
The GUI only appears when |
This extra
In hindsight, one way we could have caught this is that the test plan in #3061 should have explicitly included a test for |
The issue here was a trailing newline. :-|
And it turns out we could have added tags locally to confirm this logic was working as expected, see test plan in #3429. |
(cherry picked from commit 091234e)
The issue here was a trailing newline. :-| (cherry picked from commit 2bffcef)
Bug
Description
The 0.7.0 GUI updater reports new versions even when it's running the latest. Just ran a pre-flight check with the 0.7.0 tag, checked out inside a Tails VM. The install portion completed fine. So did
./securedrop-admin tailsconfig
. However, after finishing, it popped up the GUI declaring there were new updates. Which there definitely should not be, given that 0.7.0 is the latest release.After a reboot of the Tails VM, the GUI updater displayed again, prompting to install updates. I accepted. Here's the detailed output: https://gist.github.com/conorsch/2e2da8fb909df067b693949474ef945c
Steps to Reproduce
See above.
Expected Behavior
0.7.0 is determined to be latest release; no further prompting.
Actual Behavior
Prompts for updates even though 0.7.0 is latest release.
Comments
The text was updated successfully, but these errors were encountered: