]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Solway: add commit hash to METADATA.pb
authorFelipe Correa da Silva Sanches <juca@members.fsf.org>
Thu, 12 Mar 2026 18:51:20 +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/solway/METADATA.pb
ofl/solway/upstream_info.md [new file with mode: 0644]

index 8864503608f127dea4f2a4f671824c1d0799307d..5990be6fe4f167e50735619704937ee93b51c1c7 100644 (file)
@@ -52,4 +52,5 @@ subsets: "latin"
 subsets: "menu"
 source {
   repository_url: "https://github.com/mashavp/Solway"
+  commit: "41e054e45760c690e2a2b770feb86a5e125360c2"
 }
diff --git a/ofl/solway/upstream_info.md b/ofl/solway/upstream_info.md
new file mode 100644 (file)
index 0000000..e42655e
--- /dev/null
@@ -0,0 +1,18 @@
+# Solway — Source Metadata Investigation
+
+**Model**: Claude Opus 4.6
+**Date**: 2026-03-12
+
+## Source Repository
+- **URL**: https://github.com/mashavp/Solway
+- **Commit**: `41e054e45760c690e2a2b770feb86a5e125360c2`
+- **Status**: Commit hash was added to existing source block
+
+## What Was Done
+The upstream repository at https://github.com/mashavp/Solway was identified as the source for Solway. The latest commit on the default branch was retrieved via the GitHub API and added to the `source` block in METADATA.pb. No tagged releases were found in the repository.
+
+## Build System
+The repository contains a `sources/` directory alongside pre-built fonts in the `fonts/` directory. A `requirements.txt` file is present, indicating a Python-based build workflow. No Makefile or explicit build script was found at the root level.
+
+## Notes
+Solway is a serif typeface by Mariya Lish and The Northern Block, available in 5 weights (Light, Regular, Medium, Bold, ExtraBold) without italic styles. The METADATA.pb source block previously lacked a commit hash, file mappings, and branch specification.