ci: restore the jwt-unsecured and jwt-rsa15 splits - #721
Merged
Conversation
The two target repositories now exist in the organisation, so the splits deferred in #720 can be declared again. gitsplit only ever failed on the missing remotes: a prefix absent from a reference is skipped without an error, as src/Experimental already is on the 3.1.x tags.
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.
Context
#720 removed the
src/Unsecuredandsrc/Rsa15splits because their target repositories did not exist, which made everygitsplitrun abort before reaching the 4.2.x branch and leftweb-token/jwt-librarypublished at 4.2.1. That unblocked the split and 4.2.2 is now out.Change
web-token/jwt-unsecuredandweb-token/jwt-rsa15have since been created in the organisation, both public and empty, so the two entries are declared again and #720 is undone.gitsplitonly ever failed on the missing remotes. A prefix that is absent from a reference is walked without an error, exactly assrc/Experimentalalready is on the 3.1.x tags, so declaring these two has no effect on 4.2.x and earlier references.Follow-up
Once merged, the split populates both repositories from 4.3.x. They then have to be registered on Packagist to become installable.