-
Notifications
You must be signed in to change notification settings - Fork 219
Allow use of --copy-ec with --from-pr #3473
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
Merged
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
ab933f1
Allow use of --copy-ec with --from-pr
9accd5d
Appease the hound
e2f270a
Fix broken tests
64e95f2
Fix broken tests
4e6980f
Fix broken tests (2nd attempt)
fceea89
Reinstate the copy of the easyconfigs from the PR
51f0b06
Add test for --from-pr and --copy-ec
d633ece
Fix linting and add additional tests
f8db57d
Address most comments in the review
b3615f4
Fix linting
2408626
Fix linting
34cd4a5
Rework the approach and add additional tests
f821af1
Rework the approach and add additional tests
33d8570
Fix comment
3980dc9
Be a little more careful with patches
f7aa646
Retain old behaviour when using try-*
11f5a48
Tidy up the new tests
0141243
Keep our patch list unique
e61e72d
Fix copy_ecs_to_target for case where I want to copy a single file to…
30145e4
Fix broken test
49b4f47
Fix broken test
1a8eecf
Fix broken test
380387b
Fix broken test
eedbfd1
Fix broken test
ae9e0ea
Only grab the current working directory once at the beginning.
c5560c4
Fix GitHub tools leaving you in temporary directory
26d9115
Fix GitHub tools leaving you in temporary directory
7944c0a
See if starting in the right directory makes a difference
6e5be8d
Final fix on broken test
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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.
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.
@ocaisa This whole code block below
if options.from_prshould be moved to a separate function imho, blowing up the logic inmainlike this doesn't help with keeping things manageable...Not sure what an appropriate function name would be, but since it's specific to
--from-prI would park it ineasybuild.tools.github?