
Linux Matters Tailor Snaps for Big Iron
Mar 17, 2026
A tool called Taylor for standardizing GitHub repo templates and automated updates. Replacing an aging microserver and creative hacks to repurpose a gaming PC for large storage. Building and testing snaps on uncommon architectures like RISC-V and IBM s390x, plus emulation and cross-architecture gotchas.
AI Snips
Chapters
Transcript
Episode notes
Enforce Repo Consistency With One YAML
- Use a single YAML to define GitHub community health files and repo settings as code.
- Martin's Taylor tool applies templates for CODE_OF_CONDUCT, SECURITY, issue/pr templates, labels, licenses and repo flags across repos.
Small Repo Preferences Scale Into Big Inconsistencies
- Standardize labels, colors and merge settings to reduce friction and inconsistency across many repos.
- Taylor lets you set preferences like disabling merge commits and enabling rebase/squash consistently for all projects.
Manage Templates From A Central Swatches Repo
- Use a central swatches repository to manage templates and run Taylor per repo to drop files or keep them updated.
- Choose per-file policies: always overwrite, first-fit (drop once), or never alter to allow project-specific edits.
