]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Kumar One: fix override config source path for fontc_crater build
authorFelipe Correa da Silva Sanches <juca@members.fsf.org>
Thu, 21 May 2026 20:27:17 +0000 (21:27 +0100)
committerFelipe Corrêa da Silva Sanches <juca@members.fsf.org>
Thu, 21 May 2026 22:03:22 +0000 (23:03 +0100)
The override config.yaml listed the Glyphs source as "Kumar One.glyphs"
at the repository root, but at the recorded commit (3192a79) the source
is "masters/Kumar One.glyphs". fontc_crater failed with "missing source
'Kumar One.glyphs'".

Corrected the config.yaml source path to "masters/Kumar One.glyphs".
The recorded commit is correct and was left unchanged.

Assisted by an AI agent (Claude Opus 4.7)

ofl/kumarone/config.yaml
ofl/kumarone/upstream_info.md

index 0d16bec2029e41f82242b9400974adbccf2f570f..8a89ef29c35e806eb102f3d24830cd095a687995 100644 (file)
@@ -3,4 +3,4 @@
 # The shipped binary may have been built with different tools/versions.
 #
 sources:
-  - "Kumar One.glyphs"
+  - "masters/Kumar One.glyphs"
index ca713dd510dfb74e928161fdd28f462c394c9f8c..15e25dff4487587433e303366fa8bcc3cb07475f 100644 (file)
@@ -30,3 +30,19 @@ A source block was added to METADATA.pb pointing to this repository and commit.
 ## Confidence: High
 
 Indian Type Foundry (itfoundry) is the original designer/publisher.
+
+## fontc_crater Build Fix (2026-05-21)
+
+**Model**: Claude Opus 4.7
+
+### Initial state
+The override `config.yaml` listed `sources: ["Kumar One.glyphs"]` — a repository-root path. fontc_crater failed with `missing source 'Kumar One.glyphs'`.
+
+### Investigation
+At the recorded commit `3192a79` the Glyphs source is `masters/Kumar One.glyphs`, not at the repository root. The override config path was missing the `masters/` directory prefix. The recorded commit is correct.
+
+### Actions taken
+The override `config.yaml` source path was corrected from `Kumar One.glyphs` to `masters/Kumar One.glyphs`.
+
+### Final state
+The override `config.yaml` references `masters/Kumar One.glyphs`, which exists at the recorded commit `3192a79`. The companion family Kumar One Outline shares the same repository, commit and source file and received the same correction.