]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Rowdies: add commit hash to METADATA.pb
authorFelipe Correa da Silva Sanches <juca@members.fsf.org>
Thu, 12 Mar 2026 18:51:19 +0000 (18:51 +0000)
committerFelipe Corrêa da Silva Sanches <juca@members.fsf.org>
Thu, 12 Mar 2026 23:16:13 +0000 (23:16 +0000)
Assisted by an AI agent (Claude Opus 4.6)

ofl/rowdies/METADATA.pb
ofl/rowdies/upstream_info.md [new file with mode: 0644]

index e7f646cb9c32bfc5981e126bb1efaf1a15c56d13..461018740e45a87a467df6d3ff4959737000b1c4 100644 (file)
@@ -36,6 +36,7 @@ subsets: "menu"
 subsets: "vietnamese"
 source {
   repository_url: "https://github.com/magictype/rowdies"
+  commit: "4703538d6102c2b5eb8fdcb126a6eaaa509f0d06"
 }
 stroke: "SANS_SERIF"
 classifications: "DISPLAY"
diff --git a/ofl/rowdies/upstream_info.md b/ofl/rowdies/upstream_info.md
new file mode 100644 (file)
index 0000000..dd1b9fb
--- /dev/null
@@ -0,0 +1,18 @@
+# Rowdies — Source Metadata Investigation
+
+**Model**: Claude Opus 4.6
+**Date**: 2026-03-12
+
+## Source Repository
+- **URL**: https://github.com/magictype/rowdies
+- **Commit**: `4703538d6102c2b5eb8fdcb126a6eaaa509f0d06`
+- **Status**: Commit hash was added to existing source block
+
+## What Was Done
+The repository at https://github.com/magictype/rowdies was inspected. No tags or releases were found in the repository. The source block in METADATA.pb had no `branch`, `files`, or other metadata beyond the `repository_url`. The latest commit on the default branch (`4703538d6102c2b5eb8fdcb126a6eaaa509f0d06`) was verified via the GitHub API and added to the source block in METADATA.pb.
+
+## Build System
+The repository contains a Glyphs source file (`sources/Rowdies.glyphs`) and a `build.sh` shell script for building the fonts. Pre-built static font binaries are in `fonts/`. The `build.sh` script likely uses fontmake or similar tooling to produce the final OTF/TTF files from the Glyphs source.
+
+## Notes
+The Rowdies source block in METADATA.pb was notably sparse — it contained only the `repository_url` with no `files` mappings, `branch`, or `archive_url`. The font files in Google Fonts (Rowdies-Light.ttf, Rowdies-Regular.ttf, Rowdies-Bold.ttf) are static fonts (non-variable), which is consistent with the three weight instances defined in the Glyphs source.