Remove gardener recipes — migrate to formulas #23

Closed
opened 2026-03-28 15:29:11 +00:00 by disinto-admin · 0 comments

Problem

gardener/recipes/*.toml (4 files: cascade-rebase, chicken-egg-ci, flaky-test, shellcheck-violations) are an older pattern predating formulas/*.toml. Two systems for the same thing.

Fix

Migrate any unique content from recipes to the gardener formula or to new formulas. Delete the recipes directory.

Affected files

  • gardener/recipes/*.toml — delete after migration
  • formulas/run-gardener.toml — absorb relevant content
  • Gardener scripts that reference recipes/

Acceptance criteria

  • Contents of gardener/recipes/*.toml are diff'd against formulas/run-gardener.toml — any unique content is migrated
  • gardener/recipes/ directory is deleted
  • No scripts in gardener/ reference the recipes/ path after migration
  • ShellCheck passes on all modified scripts
## Problem `gardener/recipes/*.toml` (4 files: cascade-rebase, chicken-egg-ci, flaky-test, shellcheck-violations) are an older pattern predating `formulas/*.toml`. Two systems for the same thing. ## Fix Migrate any unique content from recipes to the gardener formula or to new formulas. Delete the recipes directory. ## Affected files - `gardener/recipes/*.toml` — delete after migration - `formulas/run-gardener.toml` — absorb relevant content - Gardener scripts that reference recipes/ ## Acceptance criteria - [ ] Contents of `gardener/recipes/*.toml` are diff'd against `formulas/run-gardener.toml` — any unique content is migrated - [ ] `gardener/recipes/` directory is deleted - [ ] No scripts in `gardener/` reference the `recipes/` path after migration - [ ] ShellCheck passes on all modified scripts
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: johba/disinto#23
No description provided.