Fix repo URLs for 2 Noto families: point to per-script repos with buildable sources#10390
Open
felipesanches wants to merge 2 commits intogoogle:mainfrom
Open
Fix repo URLs for 2 Noto families: point to per-script repos with buildable sources#10390felipesanches wants to merge 2 commits intogoogle:mainfrom
felipesanches wants to merge 2 commits intogoogle:mainfrom
Conversation
The old googlefonts/noto-fonts monorepo only has pre-built binaries. The notofonts/thai per-script repo has the actual .designspace sources needed for reproducible builds. Commit a79e109 is the initial source import (2022-06-21). Assisted by an AI agent (Claude Opus 4.6)
…ofonts/nyiakeng-puachue-hmong The old googlefonts/noto-fonts monorepo only has pre-built binaries. The notofonts/nyiakeng-puachue-hmong per-script repo has the actual .designspace and .ufo sources needed for reproducible builds. Commit 6f39c58 is the initial source import (2022-06-20). Assisted by an AI agent (Claude Opus 4.6)
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.
Summary
Changes
repository_urlfor 2 Noto families from the oldgooglefonts/noto-fontsmonorepo (pre-built binaries only) to the per-script repos (actual buildable sources):googlefonts/noto-fontsnotofonts/thaia79e109(initial source import)googlefonts/noto-fontsnotofonts/nyiakeng-puachue-hmong6f39c58(initial source import)Why
The old
googlefonts/noto-fontsmonorepo only contains compiled TTF binaries — no.designspace,.ufo, or.glyphssource files. The overrideconfig.yamlfiles for these families reference sources that only exist in the per-script repos. With the old URLs, builds fail with "No such file or directory" for the source files.The per-script repos were created in June 2022 when the Noto project reorganized from the monorepo to per-script repos. The initial "Add new fonts" commits contain the original sources.
Structure
2 commits, one per family. Each: METADATA.pb (repo URL + commit changed) + upstream_info.md (updated with full reasoning).
🤖 Generated with Claude Code