Uh oh!
There was an error while loading. Please reload this page.
feat(data-index): wire machine-index flags; fold ietf into configs.yml - #72
Open
ronaldtse wants to merge 1 commit into
Open
feat(data-index): wire machine-index flags; fold ietf into configs.yml#72ronaldtse wants to merge 1 commit into
ronaldtse wants to merge 1 commit into
Conversation
* configs.yml gains an ietf row (publish_data: true, pubid_class: Pubid::Ietf::Identifier) — the combined v3 corpus is now a real Pages index, so the previous deliberate exclusion is lifted. * DataIndexConfig#branding emits pubid_flavor (derived from pubid_class → "iso"/"ietf"/…) and publish_data for the shared data-deploy.yml to pass to `relaton index --pubid-flavor` / `--publish-data` (relaton/relaton#113 contract v2). * data-deploy.yml's gem and git build steps forward both flags; callers stay byte-identical (no with: block).
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 freeto 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.
What
Wires the machine-index flags from relaton/relaton#114 (contract v2) into the shared Pages deploy:
ietfin as a real Pages index (publish_data: true,pubid_class: Pubid::Ietf::Identifier). The previous deliberate exclusion is obsolete now that the combined v3 corpus ships.pubid_flavor(derived frompubid_class→"iso"/"ietf"/…) andpublish_datainto$GITHUB_OUTPUT.relaton index --pubid-flavor/--publish-data. Callers stay byte-identical (nowith:block).Depends on relaton/relaton#114 merging first (deploy builds relaton-cli from
relaton@main).Tests
332 examples, 0 failures.