Skip to content
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

Add -N to skip the input wait for patching #184

Merged
merged 1 commit into from
Apr 3, 2024

Conversation

GaryShen2008
Copy link
Collaborator

The original command used "cat *.patch | patch -R -p1" to unapply the patches first, but at the first running, there's no matched patch changes in the source code, so it'll ask for user input to confirm.

Use "-N" to make the command silent to skip the user input.

Close #173

@GaryShen2008 GaryShen2008 requested a review from wjxiz1992 April 3, 2024 09:22
Copy link
Collaborator

@wjxiz1992 wjxiz1992 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@GaryShen2008 GaryShen2008 merged commit aafeea0 into NVIDIA:dev Apr 3, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] No need for patches/code.patch
2 participants