NorthStar Proton: Simplify by inheriting GE-Proton Ctmod #491
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.
This PR simplifies the NorthStar Proton Ctmod by subclassing the GE-Proton ctmod, removing a lot of overlapping code.
As part of some cleanup to achieve this, the GE-Proton Ctmod was refactored slightly to hold a
release_format
. NorthStar Proton and GE-Proton both use.tar.gz
formats, but in future I hope to allow more Ctmods to inherit from GE-Proton. Since I was here I figured it would be good housekeeping to implement it now that we have a couple of Ctmods taking from GE-Proton :-)I tested both GE-Proton and NorthStar Proton and they should still be downloading correctly.
Let me know if there are any concerns with this, or if I have missed something. Thanks!