helpers: Add option to build MW at specific revisions#288
Open
JamiKettunen wants to merge 2 commits into
Open
Conversation
JamiKettunen
force-pushed
the
build-revisions
branch
from
July 23, 2021 16:58
ba68ce8 to
6cbec85
Compare
Thaodan
requested changes
Aug 31, 2021
JamiKettunen
force-pushed
the
build-revisions
branch
from
December 15, 2021 13:37
c22fb30 to
47ac5ed
Compare
Contributor
Author
|
Would it make sense to also |
Thaodan
requested changes
Dec 18, 2021
JamiKettunen
force-pushed
the
build-revisions
branch
from
December 18, 2021 22:12
47ac5ed to
07f72e9
Compare
The devel repos for many packages can move fast at times and cause breakages when building againt the current latest SFOS release, so having a convenient switch to quickly checkout a specific revision of a middleware component simply makes sense. This works for both git tags as well as commit hashes.
Without this any submodules could get out of sync.
JamiKettunen
force-pushed
the
build-revisions
branch
from
February 1, 2022 10:30
07f72e9 to
bf263cf
Compare
Contributor
|
I would ask when will this pr merged? |
This file contains hidden or 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
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.
The devel repos for many packages can move fast at times and cause breakages when building againt the current latest SFOS release, so having a convenient switch to quickly checkout a specific revision of a middleware component simply makes sense.
This works for both git tags as well as commit hashes.