-
Notifications
You must be signed in to change notification settings - Fork 53
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
Allow to upgrade from local directories #264
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mudler
force-pushed
the
directory_upgrade
branch
from
June 14, 2021 12:36
fe15464
to
21bb29a
Compare
mudler
changed the title
[WIP] Allow to upgrade from local directories
Allow to upgrade from local directories
Jun 14, 2021
mudler
requested review from
davidcassany and
Itxaka
and removed request for
davidcassany
June 14, 2021 14:40
Itxaka
reviewed
Jun 14, 2021
Itxaka
approved these changes
Jun 14, 2021
mudler
commented
Jun 14, 2021
@@ -15,12 +15,9 @@ var _ = Describe("cOS Upgrade tests - Images unsigned", func() { | |||
s.EventuallyConnects(360) | |||
}) | |||
|
|||
AfterEach(func() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This suite is always resetting to verify that the version did actually changed, so I've just removed this.. should go a bit faster
mudler
force-pushed
the
directory_upgrade
branch
3 times, most recently
from
June 16, 2021 11:38
97ab91a
to
d35f0dd
Compare
mudler
force-pushed
the
directory_upgrade
branch
2 times, most recently
from
June 21, 2021 08:55
0452e2d
to
32d8ea0
Compare
davidcassany
approved these changes
Jun 21, 2021
mudler
force-pushed
the
directory_upgrade
branch
3 times, most recently
from
June 21, 2021 12:41
f172971
to
2b29653
Compare
mudler
force-pushed
the
directory_upgrade
branch
3 times, most recently
from
June 24, 2021 08:39
98032fa
to
e35d0c1
Compare
- Bump installer - Add test for upgrades from directory - Add missing labels for autobump Co-authored-by: Darren Shepherd <[email protected]> Signed-off-by: Ettore Di Giacinto <[email protected]>
mudler
force-pushed
the
directory_upgrade
branch
from
June 24, 2021 09:43
573ba5e
to
eb675d0
Compare
frelon
pushed a commit
to frelon/elemental-toolkit
that referenced
this pull request
May 12, 2023
) This commit unmarshals unknown source URI types as docker image references. Signed-off-by: David Cassany <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
WIP as needs testsadded and passinghttps://github.com/ibuildthecloud/os2/blob/master/files/usr/sbin/cos-upgrade#L133