self-upgrade next target_version#1083
Conversation
2ab5cdc to
ad71aa4
Compare
|
@evgeni, ready for review, fixed the bump version & updated tests. |
14b59a2 to
7b9fb38
Compare
|
I'm not able to make the tests work, so pushing without green runs. |
777cb07 to
1a7494b
Compare
1a7494b to
995966d
Compare
995966d to
f270ba6
Compare
|
@evgeni update, added tests & disabling the repos. |
2f9f5bf to
bce95cc
Compare
|
@evgeni self_test updated |
bce95cc to
ff962db
Compare
|
@evgeni |
|
@stejskalleos you decided not to update the error text? otherwise the diff looks fine to me. will do a few more tests, but shouldn't prevent you from squashing. |
For the self-upgrade scenario: * set the target version to X.Y+1 * disable the repository after the upgrade
40a1542 to
246fe19
Compare
I did, but then probably accidentally reverted it when editing other code. Fixed again. |
There was a problem hiding this comment.
tested on 6.16, 6.17 and 6.18 boxes.
6.16 → raises an error, as expected.
6.17 (with f-m built for 6.18) → tries to upgrade via 6.18 repos
6.18 (with f-m built for 6.18) → tries to upgrade via 6.19 repos
Also tested --maintenance-repo-label -- that still works and is unaffected by the changes here.
For the self-upgrade scenario: