From: Felipe Correa da Silva Sanches Date: Tue, 2 Jun 2026 09:45:27 +0000 (+0100) Subject: Noto Sans Khmer UI: correct source provenance for fontc_crater build (REFRESH REQUIRED) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1f0660eae773e32fd6c606e8f112d5bb2b63d26d;p=thirdparty%2Fgoogle%2Ffonts.git Noto Sans Khmer UI: correct source provenance for fontc_crater build (REFRESH REQUIRED) Repointed from the deprecated googlefonts/noto-fonts monorepo (sources removed) to the per-script Noto repo. The declared source resolves at the new commit. This does NOT reproduce the shipped binary (refresh_needed) -- a rebuild yields an updated font and needs human QA before shipping. See upstream_info.md. Repo: https://github.com/googlefonts/noto-fonts -> https://github.com/notofonts/khmer Commit: 4386f6f75598ac1a62e068b3f169cf19d6566363 -> 63b7c368a24767787e5b2665f43b726f01b81430 (2022-06-20) Status: source resolves at new commit; rebuild REFRESHES the font (not byte-exact) Confidence: High Assisted by an AI agent (Claude Opus 4.8) --- diff --git a/ofl/notosanskhmerui/METADATA.pb b/ofl/notosanskhmerui/METADATA.pb index a0fd438467..b9578f6d58 100644 --- a/ofl/notosanskhmerui/METADATA.pb +++ b/ofl/notosanskhmerui/METADATA.pb @@ -29,6 +29,6 @@ languages: "km_Khmr" # Khmer primary_script: "Khmr" source { - repository_url: "https://github.com/googlefonts/noto-fonts" - commit: "4386f6f75598ac1a62e068b3f169cf19d6566363" + repository_url: "https://github.com/notofonts/khmer" + commit: "63b7c368a24767787e5b2665f43b726f01b81430" } diff --git a/ofl/notosanskhmerui/upstream_info.md b/ofl/notosanskhmerui/upstream_info.md index 82962cd31b..856c62ff10 100644 --- a/ofl/notosanskhmerui/upstream_info.md +++ b/ofl/notosanskhmerui/upstream_info.md @@ -39,3 +39,18 @@ UI variant. Dec 25 2020 batch. ## Build Configuration (Override) An override `config.yaml` has been created in the google/fonts family directory, copied from `sources/config-sans-khmer-ui.yaml` in the `notofonts/khmer` repository (the current per-script Noto repo). **Important caveat**: this config references the current notofonts/ per-script repo sources, which may produce a newer version than the binary currently shipped in google/fonts. The shipped binary was built from the older `googlefonts/noto-fonts` monorepo using a different build pipeline. This override config serves as a starting point for reproducible build attempts but is not expected to produce a byte-identical match. + + +## Source-metadata correction (2026-06-02) — ⚠ REFRESH REQUIRED + +**Model**: Claude Opus 4.8 + +fontc_crater reported a `missing source` failure for this family because the `repository_url` pointed at the deprecated `googlefonts/noto-fonts` monorepo, which no longer contains the Glyphs/glyphspackage sources (only built binaries). The sources now live in the per-script repo. + +Corrected the METADATA.pb source block: +- repository_url: `https://github.com/googlefonts/noto-fonts` → `https://github.com/notofonts/khmer` +- commit: `4386f6f75598ac1a62e068b3f169cf19d6566363` → `63b7c368a24767787e5b2665f43b726f01b81430` (2022-06-20) + +The declared source is confirmed present at the new commit. + +**⚠ REFRESH REQUIRED — this does NOT reproduce the shipped binary.** The per-script Noto repos postdate the 2021-01-13 onboarding of the shipped binary, so the source now resolves and the family becomes buildable, but a rebuild produces an **updated** font, not the originally-shipped artifact. Before shipping any rebuild, a human must QA the output for reflow / vertical-metric / glyph-coverage / version differences. The original build provenance (the exact source + commit that produced the shipped binary) is not recoverable from the current upstream.