From: Felipe Correa da Silva Sanches Date: Fri, 24 Apr 2026 09:21:17 +0000 (+0100) Subject: Scada: add override config.yaml (compatible upstream sources) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=816401ea96bc0b42f07485474dc773b51cedc3e7;p=thirdparty%2Fgoogle%2Ffonts.git Scada: add override config.yaml (compatible upstream sources) - Repo: googlefonts/scada - Commit: df06a155d95984d259c8492aeaaa520188a3d46b (unchanged) - Config: override in ofl/scada/config.yaml - Status: complete - Confidence: HIGH Upstream has .glyphs sources at the pinned commit but no config file. An override was added referencing sources/Scada.glyphs and sources/Scada-Italic.glyphs. STAT values omitted — gftools-builder will auto-derive. Assisted by an AI agent (Claude Opus 4.7 1M context) --- diff --git a/ofl/scada/config.yaml b/ofl/scada/config.yaml new file mode 100644 index 000000000..421344d4f --- /dev/null +++ b/ofl/scada/config.yaml @@ -0,0 +1,5 @@ +sources: + - sources/Scada.glyphs + - sources/Scada-Italic.glyphs +familyName: "Scada" +buildVariable: false diff --git a/ofl/scada/upstream_info.md b/ofl/scada/upstream_info.md index eb1bf23e3..1fc69676a 100644 --- a/ofl/scada/upstream_info.md +++ b/ofl/scada/upstream_info.md @@ -26,3 +26,9 @@ These Glyphs source files covered all four styles (Regular, Italic, Bold, Bold I ## Confidence High. The repository was hosted under the googlefonts organization and contained Glyphs source files directly corresponding to the released font binaries. + +## Update (2026-04-24) — Override config.yaml + +**Model**: Claude Opus 4.7 (1M context) + +Added an override `config.yaml` in `ofl/scada/` referencing the upstream gftools-builder-compatible source at the pinned commit `df06a15` (`sources/Scada.glyphs`, `sources/Scada-Italic.glyphs`). The upstream repo has no `config.yaml` of its own at this rev; `google-fonts-sources` auto-detects the override and records it in crater's `targets.json` as an external config on the next regeneration.