]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Vidaloka: add config_yaml to METADATA.pb (source/config.yaml)
authorFelipe Correa da Silva Sanches <juca@members.fsf.org>
Fri, 24 Apr 2026 09:04:08 +0000 (10:04 +0100)
committerFelipe Corrêa da Silva Sanches <juca@members.fsf.org>
Fri, 24 Apr 2026 09:41:48 +0000 (10:41 +0100)
Direct inspection of the upstream repo at the pinned commit (via the
bare mirror in upstream_repos/repo_archive) confirms that the
referenced config file exists and is a valid gftools-builder config.
Moves the family out of the dashboard's missing_config bucket on the
next google-fonts-sources regeneration of crater's targets.json.

Assisted by an AI agent (Claude Opus 4.7 1M context)

ofl/vidaloka/METADATA.pb
ofl/vidaloka/upstream_info.md

index 98038f7a5fe56f64bc03bf40d80ee3d971ab773d..524b0df6d25dabd3e554f3a448a5bb4594b06be8 100644 (file)
@@ -17,4 +17,5 @@ subsets: "latin"
 source {
   repository_url: "https://github.com/cyrealtype/Vidaloka"
   commit: "cc4205a19aca98f15ba551e3f8050630e54df28a"
+  config_yaml: "source/config.yaml"
 }
index 94a40f876ba4bc9716d6a1f7cdca3091a1e33d17..8d45e5a108b87db715d5b759d614233f08dbd298 100644 (file)
@@ -27,3 +27,10 @@ The copyright string `"Copyright (c) 2011, Cyreal (www.cyreal.org a@cyreal.org)
 **Commit**: cc4205a19aca98f15ba551e3f8050630e54df28a
 **Status**: Glyphs + UFO sources present
 **Confidence**: High
+
+
+## Update (2026-04-24)
+
+**Model**: Claude Opus 4.7 (1M context)
+
+Added `config_yaml: "source/config.yaml"` to the METADATA.pb `source { }` block. Direct inspection of the upstream repo at the pinned commit `cc4205a1` (via the bare mirror in `upstream_repos/repo_archive/cyrealtype/Vidaloka.git`) confirms that `source/config.yaml` exists at that commit and is a valid gftools-builder config — it declares the `sources:` key. The family should move from the dashboard's "missing_config" bucket into "covered" once `google-fonts-sources` regenerates crater's `targets.json`.