]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Plaster: add config_yaml to METADATA.pb (sources/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/plaster/METADATA.pb
ofl/plaster/upstream_info.md

index e970ab689e45686be38bf95cbf06d3ef35bbc0fa..4e01a14c223990b50414d63dee86e1992bcc9442 100644 (file)
@@ -18,4 +18,5 @@ subsets: "latin-ext"
 source {
   repository_url: "https://github.com/SorkinType/Plaster"
   commit: "6879ba56c377a4df76cb15889e4e7a4985b50abd"
+  config_yaml: "sources/config.yaml"
 }
index ad66a0e3a70f4d80a68d7506cf054d85c63f7b18..294423b72e8de831982e96c5c445788d6cd58fdd 100644 (file)
 ## Notes
 
 Source repository for plaster. Commit determined by date correlation with the last binary modification in google/fonts (2015-03-07).
+
+
+## Update (2026-04-24)
+
+**Model**: Claude Opus 4.7 (1M context)
+
+Added `config_yaml: "sources/config.yaml"` to the METADATA.pb `source { }` block. Direct inspection of the upstream repo at the pinned commit `6879ba56` (via the bare mirror in `upstream_repos/repo_archive/SorkinType/Plaster.git`) confirms that `sources/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`.