Allow faster runs of git-import-srpm and more reliable base version inference. - #91
Open
casasnovas wants to merge 2 commits into
Open
Allow faster runs of git-import-srpm and more reliable base version inference.#91casasnovas wants to merge 2 commits into
casasnovas wants to merge 2 commits into
Conversation
This is useful to only run the `rpmbuild -bp` without trying to reconstruct a full git log, especially when `rpmbuild -bp` fails but when patch application succeeds, to get much faster test iterations. While modifying the options, add the recently added to the usage string and order them alphabetically. Signed-off-by: Quentin Casasnovas <quentin.casasnovas@vates.tech>
…mmit. The edk2 is not the only package explicitly giving the source sha1 onto which the patches need to be applied, this is also true for example for the linux kernel. Prefer using this information over infering the valid remote tag, as it should be more reliable and in fact is for the CIP kernels. Signed-off-by: Quentin Casasnovas <quentin.casasnovas@vates.tech>
Member
|
I noticed that this PR was made on top of #90, I've taken the liberty to convert the PR to a stack. |
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.
A couple of small additions to git-import-srpm that become useful with the CIP kernel big rebase.